Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-30 Thread albert quinn
Hi, (n+1)-th times !! : I've new information about the Database Connection Pool's mistery. After the last setup, adding testWhileIdle="true" and timeBetweenEvictionRunsMillis="240" it worked nice after about 3 hours of inactivity, but I don't undestand why It seems to work now and it didn'

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-30 Thread albert quinn
Hi for the n-th time ! : I've set up testWhileIdle="true" and timeBetweenEvictionRunsMillis="240". I'll try again in about an hour with this new setup and I'll come back if the new setup give me any new information. 2007/11/30, albert quinn <[EMAI

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-30 Thread albert quinn
r of inactivity, it waits forever in the 3th line. No errors reported in the Tomcat logs. Any idea of what's happening or what can I do to know what's happening?. Thanks in advance. Albert 2007/11/29, albert quinn <[EMAIL PROTECTED]>: > Hi once more time : > > Thanks a

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
d of new information about the mistery. Albert 2007/11/29, Mark Thomas <[EMAIL PROTECTED]>: > albert quinn wrote: > > Hi again, Mark : > > > > I've benn thinking about the problem and I don't really think it > > could be a problem with database

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
closes the connection before returning the web service results. So, it mustn't be a problem with database connection timeout due to inactivity, don't you think? Thanks again for your help. 2007/11/29, albert quinn <[EMAIL PROTECTED]>: > It could be. I'm really lost, and ha

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
wait about an hour again). So, it could be what you say. Any URL where I can learn about the DBCP configuration and how to set testOnBorroy to true?. MANY thanks for your help with this strange behaviour!!. 2007/11/29, Mark Thomas <[EMAIL PROTECTED]>: > albert quinn wrote: > >

[Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
Hi all ! : I'm facing a very strange problem. I'm developing a web service with : - Apache Axis 2 RC 1.3 running on Tomcat 5.5.17, running on Windows XP Professional - Java JDK 1.5 I've set up a database connection pool in Tomcat. My Web Service gets a connection from the pool, sen

Re: Axis 2, POJO, Exceptions and Faults

2007-07-16 Thread albert quinn
do what I need quickly and in a few months (if a better Axis 2 docs and samples are available) I'll try to do it better using my own AxisFaults, Axis 2 sessions, Rampart, and so on. Again, many thanks by spending your time with my newbie questions. Regards. 2007/7/16, Joe Nathan <[EMAIL

Axis 2, POJO, Exceptions and Faults

2007-07-14 Thread albert quinn
Hi !! : I'd like to develop a web service in Axis 2 the easiest way possible. So, I'd like to develop a POJO, and then generate a POJO Web Service from it with the "Axis 2 Service Archiver" Eclipse plugin. I'd like my POJO Web Service throwed RemoteExceptions or AxisFaults and develop a RPCSe

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-13 Thread albert quinn
erent if this weren't in the right place, but it's a good thing to check anyway especially since the direct connect method worked in your original post. --David albert quinn wrote: > Hi David !! : > > Many thanks for your advices. I've tried it. I've dropped the >

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread albert quinn
abase url and add validationQuery="select 1" to your Resource element. Autoreconnect is of minimal usefullness and validationQuery can test the db connection before your app attemps to use it. --David albert quinn wrote: > Hi ! : > > First of all : excuse my poor english. Second : I&

problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-11 Thread albert quinn
Hi ! : First of all : excuse my poor english. Second : I'm trying to set up a MySQL connection pool on Tomcat 5.5.17 (running over Windows XP) to connect to a remote DB from a web service running on the Axis 2 deployed in Tomcat. I've read the Tomcat docs and the Tomcat mailing lists but i've no