Re: [Configuration]VFSFileSystem

2009-08-18 Thread rzo
Ralph, I have now had the time to build the configuration project from trunk/head and to test your changes. It now works as expected. I am currently not able to test the proxy settings. I will get back to you with these test results later. Thanks for your efforts and for this great

Re: [Configuration]VFSFileSystem

2009-08-18 Thread Ralph Goers
On Aug 18, 2009, at 12:58 AM, rzo wrote: Ralph, I have now had the time to build the configuration project from trunk/head and to test your changes. It now works as expected. I am currently not able to test the proxy settings. I will get back to you with these test results later.

DBCP and informix issues!

2009-08-18 Thread Gerardo Velez
Hi! I've been working around a web application using java + informix + tomcat So my problem is at time I trieds to insert a row in some specific table and after that retrieve the serial number (autoincrement id) from informix. This is the snipped of code I have and the error generated: [CODE]

Re: DBCP and informix issues!

2009-08-18 Thread James Carman
You need to allow access to the underlying connection: http://commons.apache.org/dbcp/configuration.html Search for underlying, there's a code example. On Tue, Aug 18, 2009 at 2:57 PM, Gerardo Velezjgerardo.ve...@gmail.com wrote: Hi! I've been working around a web application using java +

Re: Commons codec 1.4 on maven repo?

2009-08-18 Thread Niall Pemberton
On Mon, Aug 17, 2009 at 6:43 PM, Gary Gregoryggreg...@seagullsoftware.com wrote: I do not recall seeing an announcement email for the release. Did I miss it? No I've been on holiday so its the only thing left todo. Niall Gary -Original Message- From: Marvin Froeder

Re: DBCP and informix issues!

2009-08-18 Thread Gerardo Velez
Hi James! Thank you for response! Unfortunatelly, I had problems trying to use the Delegating Connection, here is my snippet of code and the error arised. [Code1] import org.apache.commons.dbcp.DelegatingConnection; java.sql.Connection conn =