Re: [Digester] Problem using recursion in xml rule file

2007-03-14 Thread Vikram
Hi Arshika, even i am having the same problem with a project i am working on... it is working on removing the tag and doesn't work with the tag... if u have got the solution...please mail me the same... thanks :) Vikram

Re: DBCP for connection pooling

2005-06-11 Thread Vikram Goyal
Hi Pramodh, Yes, DBCP is a good tool to use for both of your requirements. It does do PreparedStatement pooling quite well. The database that you use has no impact on the usability of a connection pool (DBCP or otherwise). HTH, Vikram Goyal

Re: [Betwixt] Excluding a bean from parsing into XML

2005-05-02 Thread Vikram Goyal
version='1.0' encoding='UTF-8' ? info primitiveTypes=attribute hide property=customers -- This suppresses the output of customers element name='customerbean' addDefaults/ /element /info HTH, Vikram

Re: [Betwixt]: HashMap to XML and back

2005-04-30 Thread Vikram Goyal
and add such a method in. HTH, Vikram Goyal --- Jakarta Commons Online Bookshelf Module 5: JXPath and Betwixt: http://www.manning.com/catalog/view.php?book=goyal5 All Modules: http://www.manning.com/goyal

Re: [betwixt] root Collections?

2005-03-19 Thread Vikram Goyal
behaviors. BTW, there are several books on Commons now available (including mine!): http://wiki.apache.org/jakarta-commons/JakartaCommonsResources HTH, Vikram --- Jakarta Commons Online Bookshelf Module 5: JXPath

Re: DBCP: Which version of SAXParser for PoolingDriver?

2005-03-14 Thread Vikram Goyal
Hi Mike, Whats the exception message that you get? The example in the online bookshelf works correctly with Xerces. Vikram --- Jakarta Commons Online Bookshelf Module 9: Pool and DBCP: http://www.manning.com

Re: GenericKeyedObjectPoolFactory

2005-03-12 Thread Vikram Goyal
. I hope this clears it up more. Vikram --- Jakarta Commons Online Bookshelf Module 9: Pool and DBCP: http://www.manning.com/catalog/view.php?book=goyal9 All Modules: http://www.manning.com/goyal

Re: GenericKeyedObjectPoolFactory

2005-03-11 Thread Vikram Goyal
Hi Mike, You need to use the PoolingConnection class. It implements KeyedPoolableObjectFactory. For some reason, the Javadocs for KeyedPoolableObjectFactory don't reflect this. HTH, Vikram --- Jakarta Commons

[Pool] Anybody using SoftReferenceObjectPool?

2004-05-12 Thread Vikram Goyal
Hi, I am having trouble using SoftReferenceObjectPool and I think that it is a bug (http://issues.apache.org/bugzilla/show_bug.cgi?id=28918). If somebody has figured out a way to use it, I would appreciate some pointers. Regards, Vikram

[POOL] Initial Pool size

2004-05-06 Thread Vikram Goyal
way of initializing the pool. Why would you want the Evictor thread to initialize the pool as a side effect of its main work of evicting idle objects? Shouldn't the pool initialize itself based on an initial pool size property? Regards, Vikram

RE: [POOL] Initial Pool size

2004-05-06 Thread Vikram Goyal
, irrespective of the minIdle property. Of course, the initialSize should be between the minIdle and maxIdle properties. Regards, Vikram -Original Message- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED] Sent: Friday, 7 May 2004 3:11 AM To: Jakarta Commons Users List Subject: Re: [POOL] Initial Pool

Re: [net] TFTP server

2004-01-05 Thread Vikram Goyal
I don't think that you will find a TFTP server that is based on the NET codebase. However there is a TFTP Desktop that you can download from: http://www.weird-solutions.com/product/tftp-desktop.html HTH, Vikram - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[Codec] RFC2045 Anomaly?

2003-11-22 Thread Vikram Goyal
with this is, that a 0 in an octet, is the same as a 0 in a sixtet. Comments? -- Vikram - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Customize FileUpload to store files directly into database

2003-10-21 Thread Vikram Goyal
customizing FileUpload. Regards, Vikram Goyal - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 1:04 AM Subject: Customize FileUpload to store files directly into database Hi, I want to store uploaded files directly into database instead

Re: [FileUpload] Rookie need help

2003-10-19 Thread Vikram Goyal
? The FileUpload documentation is online at http://jakarta.apache.org/commons/fileuplod Regards, Vikram - Original Message - From: Yuan Eric [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 20, 2003 12:09 PM Subject: [FileUpload] Rookie need help Hi, developers, i am now using

Re: [FileUpload] Is DiskFileUpload thread-safe?

2003-10-15 Thread Vikram Goyal
in the ServletContext. Also, what would happen if the setX() methods were to be called while parsing a request? (I guess it would be better to create a new object in that case, but I'm curious.) What do you mean by while parsing a request? /Per Vikram

[collections] Serialized Maps

2003-09-22 Thread Vikram Goyal
Hi all, Does anybody know why the Map based classes (DoubleOrderedMap for e.g.) in collections are not serialized? All these classes extend from either Map or AbstractMap but do not implement Serializable. -- Vikram