[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Oracle DS/JNDI Issue

bml do-not-reply at jboss.com
Wed Apr 9 13:36:53 EDT 2008


Eventually, I got it working by adding the following to my oracle-ds.xml file:


  | <use-java-context>false</use-java-context>
  | 

and changing the lookup code to:


  | DataSource dataSource = (DataSource)new InitialContext().lookup("OracleDS");
  | 

thanks,

barry

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

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



More information about the jboss-user mailing list