In your -ds.xml file you have specified
<jndi-name>DPDS</jndi-name>
So, in the persistence.xml file you have to change the following line
<jta-data-source>java:/MySqlDS</jta-data-source>
to
<jta-data-source>java:/DPDS</jta-data-source>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124063#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...