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