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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...