Commons bean-utils version 1.8 jar error

2009-08-27 Thread Philip, Anil - Kansas City, MO
We noticed this error with Commons bean-utils version 1.8 jar. Upon reverting back to the 1.7 version, it went away. Any help appreciated. Thanks, Anil 6:35:47,864 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.ArrayIndexOutOfBoundsException at

RE: Commons bean-utils version 1.8 jar error

2009-08-27 Thread Philip, Anil - Kansas City, MO
Niall, Thanks for replying. I filed it here. Have you seen this issue before? https://issues.apache.org/jira/browse/BEANUTILS-358 thanks, Anil Philip -Original Message- From: Niall Pemberton [mailto:niall.pember...@gmail.com] Sent: Thursday, August 27, 2009 5:03 PM To: Commons

RE: Commons Dbutils: Request feedback for possible patch; handling nested beans.

2009-08-04 Thread Philip, Anil - Kansas City, MO
of which to build custom DAO and ORM solutions. handling relationships is far and beyond scope. On Thu, Jul 23, 2009 at 1:06 PM, Philip, Anil - Kansas City, MO anil.phi...@kcc.usda.gov wrote: I disagree. I see it as an enhancement. This limitation of dbutils is not mentioned in the docs

RE: Commons Dbutils: Request feedback for possible patch; handling nested beans.

2009-07-23 Thread Philip, Anil - Kansas City, MO
ResultSetHandlers. Trying to provide perfectly general bean-mapping functionality may be over-engineering the problem. The fact that you were able to pull this together in just a few lines of code is evidence that it may not be necessary to provide it in DBUtils. -Dan Philip, Anil - Kansas City, MO

RE: Commons Dbutils: Request feedback for possible patch; handling nested beans.

2009-07-22 Thread Philip, Anil - Kansas City, MO
a custom Handler. Cheers -L On Wed, Jul 22, 2009 at 12:59 PM, Philip, Anil - Kansas City, MO anil.phi...@kcc.usda.gov wrote: Here is the example - I had an idea and implemented a possible fix that works. I would like to know before I submit a patch, whether it really is a solution

Commons Dbutils: Request feedback for possible patch; handling nested beans.

2009-07-21 Thread Philip, Anil - Kansas City, MO
Hi, We use dbutils in my team and found a problem when a bean has nested object references. The properties in the nested bean are obviously not filled in. I had an idea and implemented a possible fix that works. I would like to know before I submit a patch, whether it really is a solution or if