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=29968>. 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=29968 JXPathContext.setTypeConverter() ------- Additional Comments From [EMAIL PROTECTED] 2004-07-13 11:48 ------- well, the problem lies with the static nature of all those utils. Developping applications in a big company and deploying them on the same JVM might cause some troubles if one application messes with the TypeUtils or ConvertUtils (at the moment, it is one of my biggest fears for the project I'm working on). That's why BeanUtils component now has a ConvertUtilsBean that can be instancied and so can be registered for each application. JXPath is such a wonderful library and is used at many levels in my project, maybe I should keep it secret so nobody else would use it in my company =) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
