ok...is it you having problems or Zdenek?
Sorry for my mistaking you two.
-Original Message-
From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2007 11:46 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
Propes, Barry
it.
Note: I'm not Zdenek. I'm Julio.
Regards.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2007 10:27 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Julio,
narrow it down for
you.
If you'd like to just send me a few files individually, go right ahead. I'll
try to take a look at it and be of help.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2007 10:27 AM
To: Tomcat Users List
S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Julio,
Julio J. Suárez Salinero wrote:
> Zdeněk Vráblík escribió:
>> Hi,
>>
>>> 4. I use OracleConnectionPoolDataSource because with
>>> javax.sql.DataSource it doesn't close correctly close connections from
>>> pool and server got to hang up.
>>
>> H
Zdenek, I had gotten those errors, but like I said, it entailed me going back
and properly closing each opened statement and connection.
-Original Message-
From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2007 9:08 AM
To: Tomcat Users List
S
Zdeněk Vráblík escribió:
Hi,
4. I use OracleConnectionPoolDataSource because with
javax.sql.DataSource it doesn't close correctly close connections from
pool and server got to hang up.
Have you got any exception?
It throwed "Closed Statement", "Exhausted Resultset" and
"NullPointerException
Hi,
4. I use OracleConnectionPoolDataSource because with
javax.sql.DataSource it doesn't close correctly close connections from
pool and server got to hang up.
Have you got any exception?
5. con variable is of type Connection. I found this in an example in
google. May it be of type PooledCon
on this:
-Original Message-
From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Sent: Friday, July 20, 2007 10:13 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
3. "factory" attribute is new. I have found it in google and it began to
play stress test, I
see only one connection and two users cannot log in at the same time.
Seva Popov escribió:
Yes, this is Oracle specific.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 12:24 PM
To: Tomcat Users List
Subject: Re: O
Yes, this is Oracle specific.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 12:24 PM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Seva,
Seva Popov wrote:
>
o: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Barry,
Propes, Barry L wrote:
> I do use user, but it's not required by OracleI could use
> something like o_user if I wanted to.
Huh? You can do this:
... and it will
no, not for the resource tag. Sorry -- but for the table title. My apologies.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 4:12 PM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-BEGIN PGP SIGNED MESSAGE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Barry,
Propes, Barry L wrote:
> I do use user, but it's not required by OracleI could use
> something like o_user if I wanted to.
Huh? You can do this:
... and it will work? Through what voodoo does that work?
I thought that the element ende
I do use user, but it's not required by OracleI could use something like
o_user if I wanted to.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 4:01 PM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Barry,
Propes, Barry L wrote:
> it's NOT Oracle specific.
If the "user" attribute is not Oracle-specific, then Seva is out of his
mind:
> Seva Popov wrote:
>> You need to use user="test" instead of username="test". This should
>> work in the context
it's NOT Oracle specific.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 2:24 PM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Seva,
Seva Popov wrote:
> You
have made are these:
>>
That's why I thought he needed to import that package.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 18, 2007 8:12 PM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
-BEGIN PGP SIGN
: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 18, 2007 8:07 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
Zdeněk Vráblík escribió:
> Hi,
>
> There is error in driverClassName.
>
> Try use this:
> driverClassName="or
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Seva,
Seva Popov wrote:
> You need to use user="test" instead of username="test". This should
> work in the context.xml file.
Is this Oracle-specific? I use 'user="username"' in my
element and it works perfectly.
- -chris
-BEGIN PGP SIGNATURE-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Julio,
Julio J. Suárez Salinero wrote:
>
Seriously... get rid of those "path" and "docBase" attributes.
> type="oracle.jdbc.pool.OracleConnectionPoolDataSource"
> factory="oracle.jdbc.pool.OracleDataSourceFactory"
You didn't have a "factory" attr
You need to use user="test" instead of username="test". This should work in the
context.xml file.
-Original Message-
From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 8:16 AM
To: Tomcat Users List
Subject: Re: OracleCo
sage-
From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 9:43 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
I have get it to work from a context resource. I've had to specify a
factory attribute. Currently context.xm
:05 AM
To: Tomcat Users List
Subject: RE: OracleConnectionPoolDataSource
how do you know the user and password won't work from the context?
Are you just trying to store it elsewhere or did you try it?
Also, on the driver reference, I saw something on Oracle's site suggesting t
to:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 9:43 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
I have get it to work from a context resource. I've had to specify a
factory attribute. Currently context.xml is this:
User and password doesn't
I have get it to work from a context resource. I've had to specify a
factory attribute. Currently context.xml is this:
User and password doesn't work in context.xml. I have used a
getPooledConnection overload:
Context ctx = (Context) initCtx.lookup("java:/comp/env");
OracleConnectionPoolD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Barry,
Propes, Barry L wrote:
> are you importing the following packages?
>
> You maybe should.
>
> import javax.naming.Context;
> import javax.naming.InitialContext;
> import javax.naming.NamingException;
Erm if he weren't importing those pack
8:07 AM
To: Tomcat Users List
Subject: Re: OracleConnectionPoolDataSource
Zdeněk Vráblík escribió:
> Hi,
>
> There is error in driverClassName.
>
> Try use this:
> driverClassName="oracle.jdbc.driver.OracleDriver"
>
Thanks, but I already have tested that with the same r
Caldarale, Charles R escribió:
From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
Subject: OracleConnectionPoolDataSource
I'm Trying to connect a JSP tomcat-based application to Oracle using
OracleConnectionPoolDataSource and related classes.
Don't suppose you'd be interested in
Zdeněk Vráblík escribió:
Hi,
There is error in driverClassName.
Try use this:
driverClassName="oracle.jdbc.driver.OracleDriver"
Thanks, but I already have tested that with the same results.
Zdenek
On 7/18/07, "Julio J. Suárez Salinero" <[EMAIL PROTECTED]> wrote:
I'm Trying to connect a JSP
Hi,
There is error in driverClassName.
Try use this:
driverClassName="oracle.jdbc.driver.OracleDriver"
Zdenek
On 7/18/07, "Julio J. Suárez Salinero" <[EMAIL PROTECTED]> wrote:
I'm Trying to connect a JSP tomcat-based application to Oracle using
OracleConnectionPoolDataSource and related class
> From: "Julio J. Suárez Salinero" [mailto:[EMAIL PROTECTED]
> Subject: OracleConnectionPoolDataSource
>
> I'm Trying to connect a JSP tomcat-based application to Oracle using
> OracleConnectionPoolDataSource and related classes.
Don't suppose you'd be interested in telling us the version of T
31 matches
Mail list logo