[jboss-user] [EJB 3.0] - Re: Persistence in EJB3

jaikiran do-not-reply at jboss.com
Mon Jan 28 09:02:27 EST 2008


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



More information about the jboss-user mailing list