[jboss-user] [EJB 3.0] - Default Implementation for PersistenceProvider
javidnia
do-not-reply at jboss.com
Wed Aug 2 02:21:44 EDT 2006
I am going to test my persistence layer outside of Java EE server.
Using jboss embedded ejb server, I write a persistence.xml with the following:
provider>
org.hibernate.ejb.HibernatePersistence
<transaction-type>RESOURCE_LOCAL<transaction-type>
Is there any default ORM in jboss server or reference implementation, so I can remove hibernate from my test environment?
i.e. is there any default implementation for PersistenceProvider.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962359#3962359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962359
More information about the jboss-user
mailing list