The current cvs dist contains two older versions of the jaxp classes
and sun xml parser as the lib/ext/xml.jar and lib/parser.jar files. These
need to be removed and updated to the jaxp1.1 version which adds
support for pluggable transformations.

The current org.jbossmq.xml.XElementProducer class is using the Sun
com.sun.xml.parser.Parser directly and needs to be changed to use
the javax.xml.parsers.SAXParserFactory and javax.xml.parsers.SAXParser
to externalize the xml parser choice.

Was someone already working on this? If not I'll do it.





_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to