| Commit in servicemix/tooling/servicemix-web on MAIN | |||
| project.properties | +6 | 1.1 -> 1.2 | |
| maven.xml | +2 | 1.2 -> 1.3 | |
| +8 | |||
added derby specific properties - gotta love this brain dead Derby configuration
servicemix/tooling/servicemix-web
diff -u -r1.1 -r1.2 --- project.properties 12 Sep 2005 08:44:18 -0000 1.1 +++ project.properties 30 Sep 2005 13:46:59 -0000 1.2 @@ -3,6 +3,12 @@
# ------------------------------------------------------------------- maven.multiproject.type=war
+maven.junit.sysproperties = activemq.store.dir derby.system.home derby.storage.fileSyncTransactionLog + +activemq.store.dir = target/MessageStore +derby.system.home = target/derby +derby.storage.fileSyncTransactionLog=true +
# ------------------------------------------------------------------------ # Remove these ASAP when the build is made modular
servicemix/tooling/servicemix-web
diff -u -r1.2 -r1.3 --- maven.xml 12 Sep 2005 16:25:44 -0000 1.2 +++ maven.xml 30 Sep 2005 13:46:59 -0000 1.3 @@ -10,6 +10,8 @@
<java classname="org.servicemix.web.JettyServer" fork="yes" maxmemory="100M">
<classpath refid="test.classpath"/>
+ <sysproperty key="derby.system.home" value="target/derby"/> + <sysproperty key="derby.storage.fileSyncTransactionLog" value="true"/>
</java> </goal>
