-----Original Message-----
From: Mridul Jain [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 1:42 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Oracle Connection Pooling in 3.2.2


hi,
> 2. In JBoss, you can define datasources and they
> contain settings like
> min/max connections. See *-ds.xml

Yes that is what I tried, but their is a tag like
<attribute PoolName> mypool</attribute>, which was in
older versions like 2.4+ etc. But if I try defining
that in newer version  3.2.2, it says name not
registered etc.
Does it mean I don't need to define PoolName attribute
in the newer version? 

>>>>>>Correct. You do not need to specify a pool name.

> 3. For performing JDBC calls, a database connection
> can be obtained from a
> datasource. You do not need a connection pool for
> this.

Yes, this is working fine already and I am able to
connect thro' JDBC. For performance I need Connection
Pool.

>>>>>>Not sure if I get the concern right, you can configure the pool
min/max connections in *-ds.xml. You want to take a connection from pool
rather than datasource? Internally, it gives you from the connection pool
for the datasource.


MJ

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to