adaptrex-sandbox-core.1.0-Alpha3.source-code.cayenne-sandbox.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adaptrex-sandbox-core Show documentation
Show all versions of adaptrex-sandbox-core Show documentation
Utilities For Sandbox Webapps
The newest version!
<?xml version="1.0" encoding="utf-8"?> <domain project-version="6"> <map name="cayenne-sandbox"/> <node name="cayenne-sandbox-datanode" factory="org.apache.cayenne.configuration.server.XMLPoolingDataSourceFactory" schema-update-strategy="org.apache.cayenne.access.dbsync.SkipSchemaUpdateStrategy" > <map-ref name="cayenne-sandbox"/> <data-source> <driver value="org.apache.derby.jdbc.EmbeddedDriver"/> <url value="jdbc:derby:memory:derbyDB;create=true"/> <connectionPool min="1" max="1"/> <login/> </data-source> </node> </domain>