RE: Commons bean-utils version 1.8 jar error

2009-08-27 Thread Philip, Anil - Kansas City, MO
Struts version etc. Niall On Thu, Aug 27, 2009 at 9:00 PM, Philip, Anil - Kansas City, MO wrote: > 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:

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 java.lang.reflec

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

2009-08-04 Thread Philip, Anil - Kansas City, MO
ework on top 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 >

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

2009-07-23 Thread Philip, Anil - Kansas City, MO
any of our existing 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, An

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

2009-07-22 Thread Philip, Anil - Kansas City, MO
Sent: Wednesday, July 22, 2009 1:26 PM To: Commons Developers List Subject: Re: Commons Dbutils: Request feedback for possible patch; handling nested beans. The default BeanHandler is not a full mapping solution and I'm not sure you really want it to be -- that's a case where it m

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

2009-07-22 Thread Philip, Anil - Kansas City, MO
r is null and its fields are unpopulated. thanks, Anil Philip -Original Message- From: Dan Fabulich [mailto:d...@fabulich.com] Sent: Tuesday, July 21, 2009 7:13 PM To: Commons Developers List Subject: Re: Commons Dbutils: Request feedback for possible patch; handling nested beans. Philip,

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 t