RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-05-06 Thread Christopher Watson
Dear Spinnerettes, Every so often I get a reply to my (much earlier) list message about this subject. Later follows my reply to the latest one, which someone may want to correct or complement ... but it has prompted me to ask again .. I want to get JDK1.4 and connection pooling working. 1)

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
Christopher Watson wrote: > ... > I've just extracted EsqlConnection.java again this minute from the > 2.0.2.tar.gz I downloaded then - it is attached to this message. > > I'm loath to download it again, at 56kbps (UK's not really grasped broadband > yet!). > Would it have changed since I downloa

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
With the shipped excalibur we have no chance to get pooling running (under jdk1.4). I download excalibur4.1 and compiled it: (build.sh missing, may be other files too? Berin is checking this) But with this, Cocoon is not started! So I got the daily build from excalibur (avalon-framework is also re

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Christopher Watson
0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection > PoolingDoesn't Work (for me) - any ideas > > > Did you ever unpack 2.0.2.tar.gz? It seems no. > If I unpack the 2.0.2.tar.gz there is not @JDBC3_START@ in, > there is a comment /* in. > > Michael > I downloaded the 2.0.2.tar.

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Torsten Curdt
On Thu, 28 Mar 2002, Carsten Ziegeler wrote: > BTW, I found this in the EsqlConnection class: > > public java.sql.PreparedStatement prepareStatement(String sql, > int[] columnIndexes) > throws SQLException > { > return prepareStateme

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Carsten Ziegeler
ED]] > Sent: Thursday, March 28, 2002 3:57 PM > To: [EMAIL PROTECTED] > Subject: Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection > PoolingDoesn't Work (for me) - any ideas > > > Did you ever unpack 2.0.2.tar.gz? It seems no. > If I unpack the 2.0.2.tar.gz there is no

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Torsten Curdt
On Thu, 28 Mar 2002, Enke Michael wrote: > Did you ever unpack 2.0.2.tar.gz? It seems no. true - we only use HEAD from CVS :) > If I unpack the 2.0.2.tar.gz there is not @JDBC3_START@ in, there is a comment /* in. Well, then we have a problem - Carsten, do you have an idea how this could have

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
Did you ever unpack 2.0.2.tar.gz? It seems no. If I unpack the 2.0.2.tar.gz there is not @JDBC3_START@ in, there is a comment /* in. Michael Torsten Curdt wrote: > > On Thu, 28 Mar 2002, Christopher Watson wrote: > > > RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection Pooling Doesn't Wor

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Torsten Curdt
On Thu, 28 Mar 2002, Christopher Watson wrote: > RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection Pooling Doesn't Work > (for me) - any ideasThanks, Tom > > I suspect the problems are not only with cocoon, but excalibur too ! > > COCOON > === > The comment lines in the CVS EsqlConnectio