[digester] Apache Commons Digester3 is on JaxEnter!

2011-07-12 Thread Simone Tripodi
Hi all guys, just to let you aware that Apache Commons Digester 3 release has been announced on JaxEnter[1]! All the best, have a nice day Simo [1] http://jaxenter.com/first-rc-of-jdk7-arrives-36709.html http://people.apache.org/~simonetripodi/ http://www.99soft.org/

[daemon] can't find linux binaries for 1.0.6.

2011-07-12 Thread philip . schwarz
Hi all, I can't find linux binaries for 1.0.6. While http://archive.apache.org/dist/commons/daemon/binaries/1.0.5/ http://archive.apache.org/dist/commons/daemon/binaries/1.0.5/ contains the following directories: darwin linux solaris windows

Re: [daemon] can't find linux binaries for 1.0.6.

2011-07-12 Thread Mladen Turk
On 07/12/2011 05:15 PM, philip.schw...@thomsonreuters.com wrote: Hi all, I can't find linux binaries for 1.0.6. While http://archive.apache.org/dist/commons/daemon/binaries/1.0.5/ That's correct. We won't maintain posix binaries any more. Dependency on the system libraries makes them lucky

[digester] Jaxenter interview about Digester3!!!

2011-07-12 Thread Simone Tripodi
Hi all guys, just to share with you all a small interview I had with Jaxenter today during lunch-time, I hope that my fellows appreciate how things have been exposed! Agreements section is not missing! :) Have a nice day, all the best! Simo [1]

Re: [digester] Jaxenter interview about Digester3!!!

2011-07-12 Thread Christian Grobmeier
Reads great! Love to see things like that On Tue, Jul 12, 2011 at 7:43 PM, Simone Tripodi simonetrip...@apache.org wrote: Hi all guys, just to share with you all a small interview I had with Jaxenter today during lunch-time, I hope that my fellows appreciate how things have been exposed!

Re: [digester] Jaxenter interview about Digester3!!!

2011-07-12 Thread Simone Tripodi
Dankeshen Christian, very appreciated! :) All the best!!! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Jul 12, 2011 at 8:00 PM, Christian Grobmeier grobme...@gmail.com wrote: Reads great! Love to see things like that On Tue, Jul 12, 2011 at 7:43 PM, Simone

Exception for DBCP Connection Pooling

2011-07-12 Thread Sananda Dasgupta
Hi, I have written a jocl properties file as below: object class=org.apache.commons.dbcp.PoolableConnectionFactory *xmlns*=http://apache.org/xml/xmlns/jakarta/commons/jocl; !-- the first argument is the ConnectionFactory -- object

RE: [digester] Jaxenter interview about Digester3!!!

2011-07-12 Thread Martin Gainty
one of the situations I have seen is a traditional container will hot deploy refactored elements in a webapp descriptor. Lately we've seen rather large descriptor complex data elements declared and populated thru annotations. since each extension used its own 'digester-loader' so there was no

Re: [digester] Jaxenter interview about Digester3!!!

2011-07-12 Thread Simone Tripodi
Hi Martin, The new DigesterLoader (not Deployer) is able to load all kind of rules modules, so you can 'merge' your different Digester configuration. That means you can define some rules via annotations, some others via manual binding, and let the DigesterLoader load them, i.e. {code} Digester

Re: Exception for DBCP Connection Pooling

2011-07-12 Thread Konstantin Kolinko
2011/7/12 Sananda Dasgupta sanm...@gmail.com: int value=5/              long value=5000 Use some tool to check your xml file for being well-formed. E.g. both of the above lines do not have second double quote. -