first, I also wanted to add the property to the file you created, but
then realized that it might seduce people to use that setting in a real
environment. which is certainly not recommended.
I think we should keep the derby.properties with the
derby.storage.fileSyncTransactionLog=true entry because this is not just
about test runs, but will most probably go into a release.
regards
marcel
Roy T. Fielding wrote:
--- incubator/jackrabbit/trunk/project.properties (original)
+++ incubator/jackrabbit/trunk/project.properties Wed Nov 2 07:46:41
2005
@@ -29,6 +29,8 @@
#maven.junit.sysproperties=org.xml.sax.driver
java.security.auth.login.config
maven.junit.sysproperties=org.xml.sax.driver
org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
+maven.junit.sysproperties=derby.system.durability
+derby.system.durability=test
#java.security.auth.login.config=applications/test/jaas.config
maven.junit.jvmargs=-Xmx128m
Ooh, I didn't know we could set Derby properties in there.
I just committed a derby.properties file to add a property.
Which place is better?
....Roy