Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-03-10 01:44:29 +0000
committerRyan D. Brooks2012-03-10 01:44:29 +0000
commit68d6b6d0b781103a6210d584684c713ca18c7632 (patch)
tree57c2dbadfbfe94979998f67b5cbadc1021132b28 /plugins/org.eclipse.osee.x.server.p2
parentfb7c0cdaa9815ebb457adb765acee881d86662c8 (diff)
downloadorg.eclipse.osee-68d6b6d0b781103a6210d584684c713ca18c7632.tar.gz
org.eclipse.osee-68d6b6d0b781103a6210d584684c713ca18c7632.tar.xz
org.eclipse.osee-68d6b6d0b781103a6210d584684c713ca18c7632.zip
bug: H2 database connection URL fixes
Diffstat (limited to 'plugins/org.eclipse.osee.x.server.p2')
-rw-r--r--plugins/org.eclipse.osee.x.server.p2/demo/osee.demo.db.connection.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.x.server.p2/demo/osee.demo.db.connection.xml b/plugins/org.eclipse.osee.x.server.p2/demo/osee.demo.db.connection.xml
index 93ef2e2bcaa..aa2af7c9b28 100644
--- a/plugins/org.eclipse.osee.x.server.p2/demo/osee.demo.db.connection.xml
+++ b/plugins/org.eclipse.osee.x.server.p2/demo/osee.demo.db.connection.xml
@@ -13,7 +13,7 @@
<ConnectionDescription id="h2.db.connection">
<Driver>org.h2.Driver</Driver>
- <Url>#PREFIX#://#HOST#:#PORT#/#DBHOME##DBNAME#;IGNORECASE=TRUE;SCHEMA_SEARCH_PATH=OSEE,PUBLIC</Url>
+ <Url>#PREFIX#://#HOST#:#PORT#/#DBHOME##DBNAME#;IGNORECASE=TRUE;SCHEMA_SEARCH_PATH=OSEE,PUBLIC;MVCC=TRUE;LOG=2</Url>
</ConnectionDescription>
<AvailableDbServices>

Back to the top