Re: database connection-pool

2001-10-01 Thread Craig_Reichenbach
rsoft.com> cc: (bcc: Craig Reichenbach/CAM/Lotus) Subject: database connection-pool 10/01/2001 06:05

Re: database connection-pool

2001-10-01 Thread C O'Connor
Its hidden away under the Utilities section on the website http://jakarta.apache.org/struts/api/org/apache/struts/util/package-summary.html#doc.JDBC and there's a little example of how to use it in the user guide http://jakarta.apache.org/struts/userGuide/building_model.html#databases should be

database connection-pool

2001-10-01 Thread Antonio Lourinho
Hi, i've been developing an app with Struts lately and i've reach the point where i just have to make the database related work in order to acomplish trasactional and persistence properties. To do so, i was thinking in using the appropriate Oracle driver, but looking at the the Struts example i s

Managing invalid connections in Database Connection Pool

2001-05-01 Thread Donnie_Hall
I'm using the data connection pool provided in the Struts Utils package and I'm looking for some way to remove a connection when it is invalid. Has anyone dealt with this? I'm using Oracle 8.1.6 ,tomcat 3.2.1 and the nightly build 4/10/2001 Example Problem: 1. Startup tomcat, my max connect

Re: configuring database connection pool

2001-01-31 Thread Craig R. McClanahan
Steve A Drake wrote: > As a follow-up to the problem I was having with the setReadOnly() method > for the Connection object (using Informix), I downloaded the > latest/greatest JDBC driver that I could find (SQLJ 2.20.JC1 from > www.informix.com/evaluate) and found the same problem. From the rel

Re: configuring database connection pool

2001-01-29 Thread Steve A Drake
As a follow-up to the problem I was having with the setReadOnly() method for the Connection object (using Informix), I downloaded the latest/greatest JDBC driver that I could find (SQLJ 2.20.JC1 from www.informix.com/evaluate) and found the same problem. From the release notes (file: jdbcrel.txt

Re: configuring database connection pool

2001-01-25 Thread Steve A Drake
On Thu, 25 Jan 2001, Craig R. McClanahan wrote: > It looks like the Informix JDBC driver is throwing an exception when you call >setReadOnly(true) on one of its > connections. Could you try that in a standalone program and see what happens, and >also what happens if you call > setReadOnly(fals

Re: configuring database connection pool

2001-01-25 Thread Craig R. McClanahan
m trying to configure Struts to instantiate a database > connection pool using the ifxjdbc.jar driver for the Informix Dynamic > Server (7.2). So far, I'm getting exceptions at startup. I also get an > exception when I try to obtain a DB connection. Any help would be appreciated! > &

configuring database connection pool

2001-01-25 Thread Steve A Drake
Hello. I'm trying to configure Struts to instantiate a database connection pool using the ifxjdbc.jar driver for the Informix Dynamic Server (7.2). So far, I'm getting exceptions at startup. I also get an exception when I try to obtain a DB connection. Any help would be appreciated!

Re: Database connection pool bug

2000-12-14 Thread Craig R. McClanahan
Howard Moore wrote: > There appears to still be a problem with the database connection pool when > used with the JDBC-ODBC bridge (build 20001209). > > In the close() method of org.apache.struts.util.GenericConnection the > statement > > "conn.setTypeMap

Database connection pool bug

2000-12-13 Thread Howard Moore
There appears to still be a problem with the database connection pool when used with the JDBC-ODBC bridge (build 20001209). In the close() method of org.apache.struts.util.GenericConnection the statement "conn.setTypeMap(this.map);" throws an UnsupportedOperationException rat