ain for help.
Tony
From: "Propes, Barry L [via Tomcat]"
To: tsidhu
Sent: Thursday, January 10, 2013 3:36 PM
Subject: RE: JNDI setup oracle 11 g
And FWIW, Tony, I'm using this oracle jar.
ojdbc6.jar
-Original Message-
From: Marco de Booij [mailto:[hidden
to the
db, that oracle does not like when used via JNDI but works fine when used via
JDBC.
Tony
From: "Propes, Barry L [via Tomcat]"
To: tsidhu
Sent: Thursday, January 10, 2013 2:32 PM
Subject: RE: JNDI setup oracle 11 g
Hmmm. I didn't kno
s the JDBC/Oracle driver.
I can work around the issue by not using JNDI in the web app, however I am not
then able to use pooling I guess.
Tony
From: "Propes, Barry L [via Tomcat]"
To: tsidhu
Sent: Thursday, January 10, 2013 1:09 PM
Subject: RE:
Hello,
I am able to connect to my database from a stand alone java program, however
the same connection information throws an exception when used via JNDI.
My stand alone app:
import java.sql.* ; // for standard JDBC programs
public class TestCon {
public static final String DBDRIVER