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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...