DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37441>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37441





------- Additional Comments From [EMAIL PROTECTED]  2005-11-10 14:16 -------
That this causes locking problems is probably not a bug in commons-beanutils, or
even if it is (in the sense of impact to previously available features), it's
probably not something which should be reverted.

The refactoring to support a BeanUtilsBean instead of just having everything be
static in the utils class is a valuable one, because it allows people to have
different conversion rules in different cases, rather than being bound to one
static set of conversion rules in a single class loader.

In the specific context where you raised this issue, I think we should look at
changing Struts to use BeanUtilsBean instances instead of static calls to
getInstance.  This may be very easy, or it may turn out to be kind of tricky.

I'm not going to change the assignment or severity of this ticket just yet, but
right now in my mind this is more an issue about how Struts uses
commons-beanutils and not a bug in commons-beanutils. 


any other opinions?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to