Re: digester issue

2007-11-12 Thread simon
Also see the examples, which are in the source download or can be viewed here: http://svn.apache.org/repos/asf/commons/proper/digester/trunk/src/examples/ On Tue, 2007-11-13 at 07:19 +0200, Adrian Mitev wrote: > Take a look at the user guide > http://commons.apache.org/digester/commons-digester-

Re: digester issue

2007-11-12 Thread Adrian Mitev
Take a look at the user guide http://commons.apache.org/digester/commons-digester-1.8/docs/api/org/apache/commons/digester/package-summary.html 2007/11/12, kirran <[EMAIL PROTECTED]>: > > > Hi All, > Any help is sincerely appreciated. > > I have a POJO with different property names from the xml el

Re: [dbcp] Error when closing a connection

2007-11-12 Thread Mark Shifman
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html gives a discussion of "Random Connection closed Exceptions" which may help you. mas [EMAIL PROTECTED] wrote: Hi all ! I'm using a SharedDataPool and when I try to close the Connection to return it to the pool at some

digester issue

2007-11-12 Thread kirran
Hi All, Any help is sincerely appreciated. I have a POJO with different property names from the xml element attribute names. Also, the xml string type should be mapped to different datatypes like date or bigdecimal etc., How to instruct digester to achieve this? Eg., class Person{ //property

[dbcp] Error when closing a connection

2007-11-12 Thread stephane . demurget
Hi all ! I'm using a SharedDataPool and when I try to close the Connection to return it to the pool at some point, I get the following exception: Exception in thread "pool-7-thread-1" java.lang.IllegalStateException: close() was called on a Connection, but I have no record of the underlying Po