what I change in persistence.xml is

from
<persistence-unit name="AdminEJB" transaction-type="JTA">
  |             <jta-data-source>java:/MyDB</jta-data-source>
  |     </persistence-unit>

to
<persistence-unit name="AdminEJB" transaction-type="RESOURCE_LOCAL">
  |        <non-jta-data-source>java:/MyDB</non-jta-data-source>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120759#4120759

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120759
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to