In your dali-ds.xml, you have specified the jndi-name as DaliDS. JBoss by default, binds
the datasource to the java: namespace. This means that the datasource will be available at
java:DaliDS. So your, persistence.xml should contain the following:
<jta-data-source>java:DaliDS</jta-data_source>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141817#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...