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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to