> Where are we using BeanUtils and Digester? We ARE parsing the XML by > hand, using a javax.xml.parsers.DocumentBuilder. I know I've used > commons collections in some areas, but it may have been pulled out > again. > > What are we using from oscore?
BeanUtils isn't being used directly, but Digester requires it. We use digester to parse components.xml, which really isn't that important, since we parse the other XML by hand anyway. OSCore is used in very few places, we could probably pull it out for now. -Pat ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
