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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user