https://issues.apache.org/bugzilla/show_bug.cgi?id=50650

--- Comment #4 from Lon Binder <apa...@lonbinder.com> 2011-01-25 17:50:30 EST 
---
In order to work around this for my situation (using OFBiz) I wrote a patch to
their code that essentially does the same as IntrospectionUtils: it uses
reflection to find the the appropriate setter by name and type and sets in the
value.  This (or IntrospectionUtils or something else available) could be set
in place.  I don't have a tomcat dev environment set up, but I could get it
going and put the patch together.

Btw, I don't think the existing of explicit getter/setters and a generalized
getProperty/setProperty is redundant.  The generalized method is useful for
setting from an XML file while the explicit comply with the stronger typing for
java.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to