anonymous wrote : javax.naming.NameNotFoundException: OracleDS not bound
<jndi-name>MyDS</jndi-name>
Your lookup code should be:
Object o = ctxt.lookup("java:/MyDS");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966930#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...