This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Utilizing Non-Default Datsource With JBOSS 4whafrog Nov 11, 2007 10:55 PM (in response to estein)However, when I start up JBOSS and try to interact with the oracle database, it says the jndi is not valid. Am I forgetting something? 
 What is the jndi string you are using in your code? You may have to prefix it with "java:/"
- 
        2. Re: Utilizing Non-Default Datsource With JBOSS 4waynebaylor Nov 12, 2007 8:52 AM (in response to estein)you'll need ojdbc14.jar in the server's lib dir & and change oracle-ds.xml to use Oracle9i type-mapping. 
- 
        3. Re: Utilizing Non-Default Datsource With JBOSS 4estein Nov 12, 2007 3:36 PM (in response to estein)"whafrog" wrote: 
 What is the jndi string you are using in your code? You may have to prefix it with "java:/"
 Thanks whafrog, that was the problem.
 
     
    