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