On Mon, 5 Mar 2001, Kimpton,C (Chris) wrote:
> I've noticed that DependancyManager only uses it in a redundant method
> loadXML - which is not used anywhere... - so I've removed it.
Yes, this was leftover from before Rickard rewrote the
configuration process, so it's fine to remove it.
> I plan to add an XMLHelper class to the org.jboss.util that will handle the
> writing of an xml file - using the available parser - by guessing the
> implementation and using reflection to call the appropriate method - so that
> it doesn't need to be compiled in. Does this sound ok?
That sounds fine.
Aaron