/[projects]/android/TrainInfoServiceGoogle/war/WEB-INF/classes/META-INF/jdoconfig.xml
ViewVC logotype

Contents of /android/TrainInfoServiceGoogle/war/WEB-INF/classes/META-INF/jdoconfig.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1080 - (show annotations) (download) (as text)
Mon Sep 20 20:11:55 2010 UTC (13 years, 7 months ago) by torben
File MIME type: text/xml
File size: 897 byte(s)
Add a copy with partial support for google app engine
1 <?xml version="1.0" encoding="utf-8"?>
2 <jdoconfig xmlns="http://java.sun.com/xml/ns/jdo/jdoconfig"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="http://java.sun.com/xml/ns/jdo/jdoconfig">
5
6 <persistence-manager-factory name="transactions-optional">
7 <property name="javax.jdo.PersistenceManagerFactoryClass"
8 value="org.datanucleus.store.appengine.jdo.DatastoreJDOPersistenceManagerFactory"/>
9 <property name="javax.jdo.option.ConnectionURL" value="appengine"/>
10 <property name="javax.jdo.option.NontransactionalRead" value="true"/>
11 <property name="javax.jdo.option.NontransactionalWrite" value="true"/>
12 <property name="javax.jdo.option.RetainValues" value="true"/>
13 <property name="datanucleus.appengine.autoCreateDatastoreTxns" value="true"/>
14 </persistence-manager-factory>
15 </jdoconfig>

  ViewVC Help
Powered by ViewVC 1.1.20