Hi,

I am attempting to do an Oracle based JNDI connection. I have the following in

c:\jboss-3.2.3\server\default\deploy\oracle-ds.xml ( looking at the sample given in 
docs\example\jca )


 <local-tx-datasource>
    <jndi-name>OracleDS</jndi-name>
    jdbc:oracle:thin:@localhost:1521:demo</connection-url>
 <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
    <user-name>demo</user-name>
    demo1
</local-tx-datasource>


and I also have the oracle.jar  in the server\lib directory,

when I execute  my jsp, I get:
Unable to get the Connection Pool: OracleDS
Error: javax.naming.NameNotFoundException: OracleDS not bound

I am using the default JBoss 3.2.3 installation, and trying to get a demo webapp 
working which makes a JNDI connection to an Oracle db. Is there some config I am 
missing ? 




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

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



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to