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#4124063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124063 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
