All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yenne.tutorials.tutorial-rop-server-http2.4.2.RC2.source-code.cayenne-project.xml Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
<?xml version="1.0" encoding="utf-8"?>
<domain xmlns="http://cayenne.apache.org/schema/10/domain"
	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xsi:schemaLocation="http://cayenne.apache.org/schema/10/domain http://cayenne.apache.org/schema/10/domain.xsd"
	 project-version="10">
	<map name="datamap"/>
	<node name="datanode"
		 factory="org.apache.cayenne.configuration.server.XMLPoolingDataSourceFactory"
		 schema-update-strategy="org.apache.cayenne.access.dbsync.CreateIfNoSchemaStrategy">
		<map-ref name="datamap"/>
		<data-source>
			<driver value="org.apache.derby.jdbc.EmbeddedDriver"/>
			<url value="jdbc:derby:memory:testdb;create=true"/>
			<connectionPool min="1" max="1"/>
			<login/>
		</data-source>
	</node>
</domain>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy