RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx > -Original Message- > From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2003 11:30 AM > To: Struts Users Mailing List > Subject: Re: Connection pool and MessageRessources > > > Yes I know it i

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
e Id didn't took a lot of your time Ovidiu - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 4:13 PM Subject: RE: Connection pool and Messa

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
quot;'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 4:13 PM Subject: RE: Connection pool and MessageRessources > > -Original Message- > > From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 31, 2003 5:34

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
> -Original Message- > From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2003 5:34 AM > To: Struts Users Mailing List > Subject: Re: Connection pool and MessageRessources > > > Hi James, > I've studied your solution, and I'v

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
tchtx > -Original Message- > From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2003 7:23 AM > To: Struts Users Mailing List > Subject: Re: Connection pool and MessageRessources > > > I think I've found a solution. > I'll

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
{0} How that sounds ? Ovidiu - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 7:18 PM Subject: RE: Connection pool and MessageRessources >

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
the rest of the application. Ovidiu - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 7:18 PM Subject: RE: Connection pool and MessageRessources >

RE: Connection pool and MessageRessources

2003-10-30 Thread James Mitchell
Hi Ovidiu I also wrote my own DBMessageResources. With a simple hack, I was able to overcome the limitations of the existing API. The source code and example are available for download at: http://sourceforge.net/project/showfiles.php?group_id=49385&release_id=1 54972 -- James Mitchell Soft

Re: Connection Pool: JPetStore Database Layer

2003-06-26 Thread FrenzyGNX
Thanks. I have submitted a bug report. --- Adam Hardy <[EMAIL PROTECTED]> wrote: > love to help but how? I searched for a bug in the > Commons bugzilla and > didn't find one - your best bet would be to > establish a test case for > the problem and post it in bugzilla - you don't need > to be an

Re: Connection Pool: JPetStore Database Layer

2003-06-26 Thread Adam Hardy
love to help but how? I searched for a bug in the Commons bugzilla and didn't find one - your best bet would be to establish a test case for the problem and post it in bugzilla - you don't need to be an Apache developer to search or add bugs to their bugzilla. FrenzyGNX wrote: So maybe you can

Re: Connection Pool: JPetStore Database Layer

2003-06-26 Thread FrenzyGNX
So maybe you can help me with the problem? I have posted the problem in Commons list and here, but have got no answer so far. Thanks. And to be precise, the error is not "closed connection", but "broken pipe". --- Adam Hardy <[EMAIL PROTECTED]> wrote: > I just checked the Apache bugzilla and cou

Re: Connection Pool: JPetStore Database Layer

2003-06-25 Thread Adam Hardy
I just checked the Apache bugzilla and couldn't find any bugs on this (I queried using "closed or connection" and got 23 hits). There are 2 bugs about closed connections, but they are both resolved - http://issues.apache.org/bugzilla/show_bug.cgi?id=9073 http://issues.apache.org/bugzilla/show_b

Re: Connection Pool: JPetStore Database Layer

2003-06-25 Thread FrenzyGNX
There is a bug in DBCP that will return closed connections, even if the validation query is set. http://www.mail-archive.com/[EMAIL PROTECTED]/msg66565.html Also due to the very fact that it is removed from Struts 1.1rc2, and there were some discussions regarding it in this list earlier on. ---

Re: Connection Pool: JPetStore Database Layer

2003-06-25 Thread Adam Hardy
FrenzyGNX wrote: My personal experience with DBCP is not good. I would avoid it in my next project. From what point of view were you disappointed? Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread FrenzyGNX
My personal experience with DBCP is not good. I would avoid it in my next project. --- Yansheng Lin <[EMAIL PROTECTED]> wrote: > Found it. But as expected, there is only one real > connection. > > Maybe I can use commons-dbcp package. > > > -Original Message- > From: Yansheng Lin [mai

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Yansheng Lin
k with DAO framework. -Original Message- From: Kumar, Kiran [mailto:[EMAIL PROTECTED] Sent: June 24, 2003 2:39 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer can some body give me the 1.complete list of instructions for running a sa

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
:-)) Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 5:03 PM To: Struts Users Mailing List Subject: RE: Connection Pool: JPetStore Database Layer I'll get right on that then :-( Steve > -

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Steve Raeburn
I'll get right on that then :-( Steve > -Original Message- > From: Kumar, Kiran [mailto:[EMAIL PROTECTED] > Sent: June 24, 2003 1:42 PM > To: 'Struts Users Mailing List' > Subject: RE: Connection Pool: JPetStore Database Layer > > > I nee

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer Found it. But as expected, there is only one real

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
I need the jar files urgently Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer Found it. But as expec

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
-Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer Found it. But as expected, there is only one real connection. Maybe I can use commons-db

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Yansheng Lin
Found it. But as expected, there is only one real connection. Maybe I can use commons-dbcp package. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: June 24, 2003 1:24 PM To: 'Struts Users Mailing List' Subject: Connection Pool: JPetStore Database Layer O

Re: Connection Pool

2003-03-20 Thread Stephen Smithstone
Heres how i do it and it works with struts 1.1rc1 in the struts-config i have then to get the datasource in a struts action i do javax.sql.Datasource ds = this.getDatasource( httpServletRequest , "SystemsLog" ); java.sql.Connection conn = ds.getConnec

RE: Connection Pool

2003-03-20 Thread Jimmy Emmanual
intln(genSource.getDriverClass()); System.out.println(genSource.getUrl()); This works for Struts 1.0.2. Not sure if it will work with any other version. Thanks Dennis and David!! -Original Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: March 19, 2003 10:01 PM To: 'Struts Users Mailing List

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
Hi, Sorry, it's a property of , not Best Regards, Dennis Lee -Original Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:55 AM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Hi, You can check the DTD, the key is a p

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
, March 20, 2003 10:42 AM To: 'Struts Users Mailing List' Subject: RE: Connection Pool This is the definition in the struts-confi

RE: Connection Pool

2003-03-19 Thread Jimmy Emmanual
so, i'm using struts 1.0.2. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:49 PM To: [EMAIL PROTECTED] Subject: RE: Connection Pool The set-property element calls a setter on the DataSource java bean. Use the key attribute of t

RE: Connection Pool

2003-03-19 Thread David Graham
MAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Connection Pool Date: Wed, 19 Mar 2003 21:41:32 -0500 This

RE: Connection Pool

2003-03-19 Thread Jimmy Emmanual
- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:36 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Hi, I declared

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
r datasource setting in struts-config.xml as well. Best Regards, Dennis Lee -Original Message- From: Jimmy Emmanual [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:28 AM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Dennis, Thank you very much. How

RE: Connection Pool

2003-03-19 Thread Jimmy Emmanual
Dennis, Thank you very much. However, what do you declare "desconfig" as? -Original Message- From: Lee, Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:24 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Hi, Her

RE: Connection Pool

2003-03-19 Thread Lee, Dennis
al Message- From: Jimmy Emmanual [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:59 AM To: 'Struts Users Mailing List' Subject: RE: Connection Pool Also, it seems when you have a list of datasources, the only one that is recognized is the last one... -Original Message

RE: Connection Pool

2003-03-19 Thread Jimmy Emmanual
Also, it seems when you have a list of datasources, the only one that is recognized is the last one... -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:29 PM To: [EMAIL PROTECTED] Subject: RE: Connection Pool Are you using modules? Why

RE: Connection Pool

2003-03-19 Thread Jimmy Emmanual
st of all the DataSources i've defined. I've searched other lists and archives, and nobody seems to be able to get it to work... -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:29 PM To: [EMAIL PROTECTED] Subject: RE: Connection Poo

RE: Connection Pool

2003-03-19 Thread David Graham
Are you using modules? Why don't you print out the contents of ServletContext to see if it's in there? David From: Jimmy Emmanual <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'&qu

RE: Connection Pool

2003-03-19 Thread Jimmy Emmanual
- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Re: Connection Pool Struts stores the DataSources in the ServletContext under the key you defined. David >From: Jimmy Emmanual <[EMAIL PROTECTED]> >Reply-To: &quo

Re: Connection Pool

2003-03-19 Thread David Graham
Struts stores the DataSources in the ServletContext under the key you defined. David From: Jimmy Emmanual <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: Connection Pool Date: Wed, 19 Mar 2003 19:18:11 -0500 H

Re: Connection Pool for EJBs

2002-11-05 Thread V. Cekvenich
Do not use EJB for persistence (EJB only for CORBA or other, but never persistence). At minimum write a DAO layer so you can replace EJB with a rowSet or a commonsSQL based persistence, once you realize EJB problems. See www.basebeans.com/bad.jsp, or search on EJB on Google. I find mostly new pr

RE: Connection Pool for EJBs

2002-11-05 Thread Zeltser, Mark
Andrew, Read Chuck's chapter on EJB+Struts at http://www.theserverside.com/resources/strutsreview.jsp Mark. -Original Message- From: Andrew Lubalin [mailto:alubalin@;csc.com] Sent: Monday, November 04, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: Connection Pool for EJBs I am planning o

Re: Connection Pool for EJBs

2002-11-04 Thread John Owen
- Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 3:35 PM Subject: Re: Connection Pool for EJBs If you use EJB's, the best approach is to allow the EJB container to manage all your da

Re: Connection Pool for EJBs

2002-11-04 Thread Kevin . Bedell
If you use EJB's, the best approach is to allow the EJB container to manage all your database connections and then access all data using Entiy Beans. Here are some general rules of thumb I'd recommend: - EJBs fit with Struts Model components. Generally, they should only be called from the

Re: Connection pool question

2002-08-16 Thread Jan Fetyko
t; >>Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> >>To: Struts Users Mailing List <[EMAIL PROTECTED]> >>Subject: RE: Connection pool question >> >>Jan, >> >>Struts, itself, does not (yet?) support JDNI lookups, although the >>Serv

Re: Connection pool question

2002-08-16 Thread rainer juenger
> which Tomcat 4 does, as does any J2EE app server Well Craig, there where many of us who could not get it running with 4.0x The lookup was null! Some succeeded using 4.1x. Rainer -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Connection pool question

2002-08-16 Thread Craig R. McClanahan
On Fri, 16 Aug 2002, Robert Taylor wrote: > Date: Fri, 16 Aug 2002 12:27:10 -0400 > From: Robert Taylor <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Connectio

RE: Connection pool question

2002-08-16 Thread Craig R. McClanahan
On Fri, 16 Aug 2002, Robert Taylor wrote: > Date: Fri, 16 Aug 2002 12:12:16 -0400 > From: Robert Taylor <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Connection

Re: Connection pool question

2002-08-16 Thread Jan Fetyko
rom: Robert Taylor [mailto:[EMAIL PROTECTED]] >>Sent: Friday, August 16, 2002 12:12 PM >>To: Struts Users Mailing List >>Subject: RE: Connection pool question >> >> >>Jan, >> >>Struts, itself, does not (yet?) support JDNI lookups, although the &

RE: Connection pool question

2002-08-16 Thread Robert Taylor
able to find it in the archives. robert > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 12:12 PM > To: Struts Users Mailing List > Subject: RE: Connection pool question > > > Jan, > > Struts, itself, does

RE: Connection pool question

2002-08-16 Thread Robert Taylor
any others on this list know, or it is probably well documented in Tomcat. HTH, robert > -Original Message- > From: Jan Fetyko [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 9:32 AM > To: Struts Users Mailing List > Subject: Re: Connection pool question >

Re: Connection pool question

2002-08-16 Thread Jan Fetyko
sed the "best practices way" of using data sources in Struts. You may > want to browser the archives. > > HTH, > > robert > > >>-Original Message- >>From: Howard Miller [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, August 15, 2002 7:3

RE: Connection pool question

2002-08-15 Thread Howard Miller
I may have answered my own question - if it aint broken don't fix it!! Howard -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: 15 August 2002 13:43 To: 'Struts Users Mailing List' Subject: RE: Connection pool question Well, you can also setu

RE: Connection pool question

2002-08-15 Thread Robert Taylor
- > From: Howard Miller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 8:40 AM > To: 'Struts Users Mailing List' > Subject: RE: Connection pool question > > > Wow now I finally have to read "Design Patterns" as well!! - sorry > Singletons

RE: Connection pool question

2002-08-15 Thread Jacob Hookom
40 AM | To: 'Struts Users Mailing List' | Subject: RE: Connection pool question | | Wow now I finally have to read "Design Patterns" as well!! - sorry | Singletons and suchlike currently over my head - twenty or so years | writing | mostly assembler and Pascal! | | Your

RE: Connection pool question

2002-08-15 Thread Howard Miller
s Users Mailing List Subject: RE: Connection pool question Okay, but when you get a few cycles, take some time to learn about JNDI and datasources. It's very worth while. An alternative would be to create a single object which manages your connection pools; PoolManager. Give it some sta

RE: Connection pool question

2002-08-15 Thread Robert Taylor
put > it? > > Also, I am currently rather negative about trying to pick up yet another > Java technology when I already have too many half learnt > technologies on the > go!! (Brain melting!!) > > Regards, > > -Original Message- > From: Robert Taylor [mailto

RE: Connection pool question

2002-08-15 Thread Howard Miller
looked up in a "controller" database. HM -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: 15 August 2002 13:22 To: 'Struts Users Mailing List' Subject: RE: Connection pool question The main benefit is speed. To initialize a connection, you could

RE: Connection pool question

2002-08-15 Thread Jacob Hookom
Jake | -Original Message- | From: Howard Miller [mailto:[EMAIL PROTECTED]] | Sent: Thursday, August 15, 2002 7:04 AM | To: 'Struts Users Mailing List' | Subject: RE: Connection pool question | | Thanks Robert, | | I must confess I don't get it. I was under the impression that

RE: Connection pool question

2002-08-15 Thread Howard Miller
e too many half learnt technologies on the go!! (Brain melting!!) Regards, -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: 15 August 2002 12:47 To: Struts Users Mailing List Subject: RE: Connection pool question Standardization: All servlet containers that support

RE: Connection pool question

2002-08-15 Thread Robert Taylor
ot; of using data sources in Struts. You may want to browser the archives. HTH, robert > -Original Message- > From: Howard Miller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 7:33 AM > To: 'Struts Users Mailing List' > Subject: RE: Connection pool

RE: Connection pool question

2002-08-15 Thread Howard Miller
ng List > Subject: RE: Connection pool question > > One solution might be to define several datasources in your > application/servlet container where each datasource corresponds to its > respective database. > Then use JNDI to access the datasources from your application. &g

RE: Connection pool question

2002-08-15 Thread Robert Taylor
One solution might be to define several datasources in your application/servlet container where each datasource corresponds to its respective database. Then use JNDI to access the datasources from your application. robert > -Original Message- > From: Howard Miller [mailto:[EMAI

Re: Connection pool behaviour

2002-04-05 Thread Johannes Wolfgang Woger
Hi, it turned out that my problem is not related to connnection pooling, it even appears with Class.forName("interbase.interclient.Driver"); con = Drivermanager(url,user,passwd). An other strange behavior ocurrs. If I manually remove all data from the database, they all get written back with the i

RE: Connection pool behaviour

2002-04-04 Thread Zeltser, Mark
t: Re: Connection pool behaviour Thanks, but I cacheEnabled true and setting a cacheRefreshInterval the log file even tells me that poolman is refreshing, but simply does not. I use tomcat403 and poolman 2.1-b1 Wolfgang "Zeltser, Mark" schrieb: > Both datasources should reflect database

Re: Connection pool behaviour

2002-04-04 Thread Johannes Wolfgang Woger
Thanks, but I cacheEnabled true and setting a cacheRefreshInterval the log file even tells me that poolman is refreshing, but simply does not. I use tomcat403 and poolman 2.1-b1 Wolfgang "Zeltser, Mark" schrieb: > Both datasources should reflect database change when tomcat restarted. You > can

RE: Connection pool behaviour

2002-04-04 Thread Zeltser, Mark
Both datasources should reflect database change when tomcat restarted. You can configure poolman to automatically refresh cache by configuring the appropriate attributes in configuration file ( e.g. cacheEnable, cacheSize, cacheRefreshInterval) You can't configure struts Datasource for automatic r

Re: Connection Pool

2001-09-04 Thread Ted Husted
http://jakarta.apache.org/struts/userGuide/building_model.html#databases java_san wrote: > > Dear All, > > 1. Can someone let me know the steps involved in setting up a connection > pool in struts config files? > > 2. Also a small snippet of code on how to use it from a action servlet. Is > it

Re: Connection Pool from JSP tag?

2001-07-06 Thread Ted Husted
Struts exposes the connection pool as a javax.sql.DataSource in the application context, and you can use that object to request a connection. This works great with the Jakarta Taglibs dbTag, so it should work for others as well. The name of the Datasource attribute is org.apache.struts.action.

RE: connection pool problem (with Beta release)

2001-05-25 Thread Gogineni, Pratima
age- From: Johan Compagner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:16 AM To: [EMAIL PROTECTED] Subject: RE: connection pool problem (with Beta release) Debug through it and look what kind of rows are really selected from the db the first time. I have seen this behaviour many times

RE: connection pool problem (with Beta release)

2001-05-16 Thread Johan Compagner
gineni, Pratima [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 2:11 AM > To: '[EMAIL PROTECTED]' > Subject: RE: connection pool problem (with Beta release) > > > > Okay another symptom - the problem persists even when i set the > isolation to >

RE: connection pool problem (with Beta release)

2001-05-15 Thread Gogineni, Pratima
Okay another symptom - the problem persists even when i set the isolation to read_uncommitted. -Original Message- From: Gogineni, Pratima Sent: Tuesday, May 15, 2001 3:35 PM To: '[EMAIL PROTECTED]' Subject: connection pool problem (with Beta release) I have a very odd problem - I was

Re: Connection Pool

2001-03-25 Thread Scott Walter
Never mind, I found it at: http://javasoft.com/products/jdbc/download.html --- Scott Walter <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to setup a connection pool using the > GenericDataSource, however I am getting a class not > found on javax.sql.DataSource? > > I know this is part of th

Re: Connection Pool

2001-03-16 Thread Craig R. McClanahan
On Fri, 16 Mar 2001, Christophe Vigny wrote: > Where is the connection pool ? > in tomcat, in turbine or in strut ? > > Turbine and Struts both have connection pool implementations. Struts can actually use any connection pool that implements javax.sql.DataSource -- it only defaults to its o

RE: Connection Pool

2001-03-16 Thread Tait, Allen
> -Original Message- > From: Vladimir Levin [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 12:14 PM > To: [EMAIL PROTECTED] > Subject: Re: Connection Pool > > Ooops. I forget how to un-subscribe to this list. I would like to use a > different

RE: Connection Pool

2001-03-16 Thread Tait, Allen
<[EMAIL PROTECTED]> > -Original Message- > From: Vladimir Levin [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 12:14 PM > To: [EMAIL PROTECTED] > Subject: Re: Connection Pool > > Ooops. I forget how to un-subscribe to this list. I would like t

Re: Connection Pool

2001-03-16 Thread Vladimir Levin
Ooops. I forget how to un-subscribe to this list. I would like to use a different E-mail address for this list because it carries so many E-mail messages. Could someone a) remind me how to unsubscribe and b) put this information into the struts web site under mailing lists! Thanks, Vlad >Fro

Re: Connection Pool

2001-03-16 Thread Vladimir Levin
Ooops. I forget how to un-subscribe to this list. I would like to use a different E-mail address for this list because it carries so many E-mail messages. Could someone a) remind me how to unsubscribe and b) put this information into the struts web site under mailing lists! Thanks, Vlad >Fro

RE: Connection Pool

2001-03-16 Thread Kyle Robinson
http://jakarta.apache.org/struts/api/org/apache/struts/util/package-summary. html#doc.JDBC -Original Message- From: Christophe Vigny [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 08:31 To: [EMAIL PROTECTED] Subject: Connection Pool Where is the connection pool ? in tomcat, in