Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml18
1 files changed, 3 insertions, 15 deletions
diff --git a/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml b/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml
index 1aea50c8de..3594417415 100644
--- a/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml
+++ b/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<cdoServer>
- <!--
- <acceptor type="http"/>
- -->
+ <!--acceptor type="http"/ -->
<acceptor type="tcp" listenAddr="0.0.0.0" port="2036">
- <!--
- <negotiator type="challenge" description="/temp/users.db"/>
- -->
+ <!-- negotiator type="challenge" description="/temp/users.db"/ -->
</acceptor>
<repository name="repo1">
@@ -19,17 +15,9 @@
<property name="revisedLRUCapacity" value="100"/>
<store type="db">
- <!-- type: horizontal | vertical | <any user-contributed type> -->
<mappingStrategy type="horizontal">
-
- <!-- ONE_TABLE_PER_REFERENCE | ONE_TABLE_PER_CLASS | ONE_TABLE_PER_PACKAGE | ONE_TABLE_PER_REPOSITORY | LIKE_ATTRIBUTES -->
<property name="toManyReferences" value="ONE_TABLE_PER_REFERENCE"/>
-
- <!-- LIKE_ATTRIBUTES | LIKE_TO_MANY_REFERENCES -->
<property name="toOneReferences" value="LIKE_ATTRIBUTES"/>
-
- <!-- MODEL | STRATEGY -->
- <property name="mappingPrecedence" value="MODEL"/>
</mappingStrategy>
<dbAdapter name="derby-embedded"/>
@@ -48,4 +36,4 @@
</store>
</repository>
-</cdoServer>
+</cdoServer> \ No newline at end of file

Back to the top