So, I have some utility functions to do this, and am wondering where the class should go. choices are:
specs/schema --- only source file there, and it is arguably geronimo specific. however it is a convenient central location.
modules/j2ee -- everything that uses it will be related to this module
modules/common -- where XmlBeanUtils is now. Otherwise seems like a bad place.
Any opinions?
Basically what I am doing is changing all the elements to have the correct namespace and rearranging the message driven bean stuff to conform to the new activation-config format.
If anyone can use xmlspy to convert the last dtd versions to schema I'd appreciate it, it would make it much easier to see inconsistencies that need to be examined.
thanks david jencks
