[jboss-user] [JNDI/Naming/Network] - Re: jndi reference problem(urgent)?

PeterJ do-not-reply at jboss.com
Fri Dec 15 10:15:57 EST 2006


Try changing your jboss.xml to:

<resource-ref>
<res-ref-name>jdbc/test</res-ref-name>
<jndi-name>comp/env/jdbc/test</jndi-name>
</resource-ref>

or was it

<resource-ref>
<res-ref-name>comp/env/jdbc/test</res-ref-name>
<jndi-name>jdbc/test</jndi-name>
</resource-ref>

One of those should work.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994239#3994239

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



More information about the jboss-user mailing list