ObjectStore cache is working with StorableObjectEntities
[mir.git] / source / mir / servlet / ServletModule.java
index 2355920..7d076bf 100755 (executable)
@@ -129,10 +129,10 @@ public abstract class ServletModule {
     throws ServletModuleException, ServletModuleUserException {
     try {
       HashMap withValues = getIntersectingValues(req, mainModule.getStorageObject());
+      theLog.printDebugInfo("--trying to add...");
       String id = mainModule.add(withValues);
-      // theLog.printDebugInfo("--trying to deliver..."+id);
+      theLog.printDebugInfo("--trying to deliver..."+id);
       list(req,res);
-      //deliver(req, res, mainModule.getById(id), templateObjektString);
     } catch (Exception e) {
       throw new ServletModuleException(e.toString());
     }