Added exception handling in the main loop for the web server to avoid the main loop thread getting killed off due to an unexpected/unhandled exception.

Moved code for JSON handling and metadata/metadata container into the Common project from the Foundation project.
This commit is contained in:
wcrisman
2014-09-16 14:01:31 -07:00
parent 1a8fd62dd8
commit b48e81bfe0
39 changed files with 930 additions and 994 deletions

View File

@@ -12,8 +12,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/Foundation TCV"/>
<classpathentry combineaccessrules="false" kind="src" path="/Foundation TCV Server"/>
<classpathentry combineaccessrules="false" kind="src" path="/Foundation Web Application"/>
<classpathentry combineaccessrules="false" kind="src" path="/Foundation Transaction MySQL"/>
<classpathentry combineaccessrules="false" kind="src" path="/MySQL ConnectorJ"/>
<classpathentry kind="lib" path="activation.jar"/>
<classpathentry kind="lib" path="mail.jar"/>
<classpathentry kind="output" path="bin"/>