RE: JDBC/JNDI problem, continued - PUZZLED

2002-03-20 Thread Adam Lipscombe
of software!) Looking forward to a resolution Cheers - Adam -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: 20 March 2002 07:52 To: Tomcat Users List Subject: Re: JDBC/JNDI problem, continued - PUZZLED On Tue, 19 Mar 2002, Nikola Milutinovic wrote

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Adam Lipscombe
I get the same problem on Win2k with Tomcat 4.0.3 and JDK 1.3.1 From other posts it looks like Tyrex is not working. Cheers - Adam From: Nikola Milutinovic Subject: Re: JDBC/JNDI problem, continued

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Nikola Milutinovic
I get the same problem on Win2k with Tomcat 4.0.3 and JDK 1.3.1 From other posts it looks like Tyrex is not working. At least one guy managed to get my combination to work. The fact that he is one of the top developers (Craig) might have something to do with it. I'm not saying that

RE: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Adam Lipscombe
Milutinovic [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 13:58 To: Tomcat Users List Subject: Re: JDBC/JNDI problem, continued - PUZZLED I get the same problem on Win2k with Tomcat 4.0.3 and JDK 1.3.1 From other posts it looks like Tyrex is not working. At least one guy managed to get my

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Craig R. McClanahan
On Tue, 19 Mar 2002, Nikola Milutinovic wrote: Date: Tue, 19 Mar 2002 14:57:50 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDBC/JNDI problem, continued - PUZZLED I get the same

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Nikola Milutinovic
On Tue, 19 Mar 2002, Nikola Milutinovic wrote: From other posts it looks like Tyrex is not working. At least one guy managed to get my combination to work. The fact that he is one of the top developers (Craig) might have something to do with it. I'm not saying that he's

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread Nikola Milutinovic
Nikola Milutinovic wrote: Hi all. PostgreSQL 7.2 PostgreSQL JDBC 7.2 Tomcat 4.0.1 Problem: When I try to lookup a resource regularely (I think) defined, I get null. The JDBC resource is defined as per Tomcat docs and general advice on this list. I have made some test, I can

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread Craig R. McClanahan
/JNDI problem, continued - PUZZLED Nikola Milutinovic wrote: Hi all. PostgreSQL 7.2 PostgreSQL JDBC 7.2 Tomcat 4.0.1 Problem: When I try to lookup a resource regularely (I think) defined, I get null. The JDBC resource is defined as per Tomcat docs and general advice on this list

RE: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread Brad Schneider
PROTECTED]] Sent: Monday, March 18, 2002 2:22 PM To: Tomcat Users List Subject: Re: JDBC/JNDI problem, continued - PUZZLED Nikola Milutinovic wrote: Hi all. PostgreSQL 7.2 PostgreSQL JDBC 7.2 Tomcat 4.0.1 Problem: When I try to lookup a resource regularely (I think) defined, I get null

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread Nikola Milutinovic
Do your log files have any interesting messages? Nothing. Clean as a whistle. The problem is not related to PostgreSQL or JDBC driver. I can establish a connection via regular mechanism: Class.forName( org.postgresql.Driver ); Connection conn = DriverManager.getConnection(

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread REAL
Hello! Nikola Milutinovic wrote: Do your log files have any interesting messages? Nothing. Clean as a whistle. The problem is not related to PostgreSQL or JDBC driver. I can establish a connection via regular mechanism: Class.forName( org.postgresql.Driver ); Connection conn =

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread Nikola Milutinovic
Do your log files have any interesting messages? Nothing. Clean as a whistle. The problem is not related to PostgreSQL or JDBC driver. I can establish a connection via regular mechanism: Class.forName( org.postgresql.Driver ); Connection conn = DriverManager.getConnection(

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-18 Thread Nikola Milutinovic
Shouldn't it be java:comp/env/jdbc/AddressBookDB? Yes, a typo. Nix.