PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/jboss-as-7.1.1.Final/testsuite/integration/basic/src/test/resources/ejb/remote/client/tx/persistence.xml

#
XML | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | 0f476208be43682dd496eb5ee62b58d2 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0">
  3. <persistence-unit name="ejb-client-tx-pu">
  4. <jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source>
  5. <properties>
  6. <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  7. </properties>
  8. </persistence-unit>
  9. </persistence>