Re: Cannot get a Poolable before pool initialized

2001-08-18 Thread Sergio
s helps.. > > > have g'day > > > > > > > > > > > > > > > > > > --- florent barbare <[EMAIL PROTECTED]> wrote: > > > I > > > have the same errors. i'm looking for a solution > >

Re: Cannot get a Poolable before pool initialized

2001-08-17 Thread java guru
t you see > the > > driver class loaded... > > > > > > Hope this helps.. > > have g'day > > > > > > > > > > > > --- florent barbare <[EMAIL PROTECTED]> wrote: > > I > > have the same errors. i'm lookin

Re: Cannot get a Poolable before pool initialized

2001-08-17 Thread Sergio
> > -Original Message- > > From: Sergio [mailto:[EMAIL PROTECTED]] > > Sent: jeudi 16 août 2001 21:23 > > To: [EMAIL PROTECTED] > > Subject: Cannot get a Poolable before pool > > initialized > > > > > > Hi > > I'm working with Coc

Re: Cannot get a Poolable before pool initialized

2001-08-17 Thread Berin Loritsch
-Original Message- > From: Sergio [mailto:[EMAIL PROTECTED]] > Sent: jeudi 16 août 2001 21:23 > To: [EMAIL PROTECTED] > Subject: Cannot get a Poolable before pool initialized > > Hi > I'm working with Cocoon 2 > > I receive this message when I try to create a conne

RE: Cannot get a Poolable before pool initialized

2001-08-17 Thread java guru
io [mailto:[EMAIL PROTECTED]] > Sent: jeudi 16 août 2001 21:23 > To: [EMAIL PROTECTED] > Subject: Cannot get a Poolable before pool > initialized > > > Hi > I'm working with Cocoon 2 > > I receive this message when I try to create a >

RE: Cannot get a Poolable before pool initialized

2001-08-17 Thread florent barbare
I have the same errors. i'm looking for a solution too... Thanks Florent -Original Message- From: Sergio [mailto:[EMAIL PROTECTED]] Sent: jeudi 16 août 2001 21:23 To: [EMAIL PROTECTED] Subject: Cannot get a Poolable before pool initialized Hi I'm working with Cocoon 2 I re

Re: Cannot get a Poolable before pool initialized

2001-08-16 Thread Berin Loritsch
Xavier Haurie wrote: > > Hi, > > I just joined the list, searched the archive, but didn't find an answer to this > question: Did you check the FAQ? > > The download Cocoon-2.0b2.tar.gz gives me a directory checksum error when I > untar it > on Solaris 8. Am I doing something wrong, or i

Re: Cannot get a Poolable before pool initialized

2001-08-16 Thread Berin Loritsch
If you have a version of Cocoon that is compiled with the latest Avalon jars (Excalibur/Framework/LogKit), you can add in the element com.company.jdbc.CompanyDriver and have it loaded that way. Otherwise, you _must_ load your driver with the "load-class" initial parameter specified in web.xml. C

Re: Cannot get a Poolable before pool initialized

2001-08-16 Thread Xavier Haurie
Hi, I just joined the list, searched the archive, but didn't find an answer to this question: The download Cocoon-2.0b2.tar.gz gives me a directory checksum error when I untar it on Solaris 8. Am I doing something wrong, or is this a Linux-specific archive? Thanks in advance --xavier ---

Cannot get a Poolable before pool initialized

2001-08-16 Thread Sergio
Hi I'm working with Cocoon 2 I receive this message when I try to create a connection with a datasource. The configuration of datasource in cocoon.xconf is: false jdbc:mysql://localhost:3306/pccom pccom When I try to access to DB without any datas