| <persistence xmlns="http://java.sun.com/xml/ns/persistence" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" | version="1.0"> | | <persistence-unit name="example" transaction-type="JTA"> | | <provider>org.hibernate.ejb.HibernatePersistence</provider> | <jta-data-source>java:/OraDS</jta-data-source> | | <class>com.example.....</class> | | <properties> | <property name="hibernate.hbm2ddl.auto" value="create-drop"/> | <property name="hibernate.cache.provider_class" value="org.hibernate.cache.NoCacheProvider"/> | <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle9Dialect"/> | | </properties> | | </persistence-unit> | | </persistence> |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094719#4094719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094719 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
