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

@@ -7,7 +7,7 @@
*/
package com.foundation.clone;
import com.foundation.common.MetadataContainer;
import com.common.metadata.MetadataContainer;
import com.foundation.metadata.CloneContext;
public interface ICloneable extends Cloneable {