Displaying differences for changeset
 
display as  

src/java/m/hydraulics/ApplicationConfig.java

@@ -40,6 +40,5 @@
         resources.add(m.hydraulics.channelgeometry.V1_0.class);
         resources.add(m.hydraulics.effectivedischarge.V1_0.class);
         resources.add(m.hydraulics.sediment.V1_0.class);
-        resources.add(m.hydraulics.standardstep.V1_0.class);
     }
 }

src/java/m/hydraulics/standardstep/V1_0.java

@@ -8,10 +8,10 @@
 import oms3.annotations.Name;
 import oms3.annotations.VersionInfo;
 
-@Name("standardstepmethod")
-@Description("standardstepmethod")
-@VersionInfo("1.0")
-@Path("m/hydraulics/standardstepmethod/1.0")
+//@Name("standardstepmethod")
+//@Description("standardstepmethod")
+//@VersionInfo("1.0")
+//@Path("m/hydraulics/standardstepmethod/1.0")
 public class V1_0 extends ModelDataService {
 
     StandardStepMethod model = new StandardStepMethod();

web/META-INF/csip-conf.json

@@ -1,6 +1,5 @@
 { 
+  "csip.session.ttl"  : 300,
   "csip.archive.enabled"  : false,
-  "csip.archive.ttl"      : 600,
-  "csip.logging.enabled"  : false,
-  "csip.logging.ttl"      : 600
-}
+  "csip.logging.enabled"  : false
+  }
\ No newline at end of file