[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: *-ds.xml not being bound to JNDI Name

jaikiran do-not-reply at jboss.com
Sat Apr 5 02:52:14 EDT 2008


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#4141817

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141817



More information about the jboss-user mailing list