[ERROR] Could not load external SVG: SAX2 driver class weblogic.xml.jaxp.RegistryXMLReader loaded but cannot be instantiated (no empty public constructor?)
This is something you should complain to your WebLogic support.
Is there a way I can instruct the SVG transcoder API
to use a specific xmlreader than the one used by
weblogic ?
It depends. The easiest way would be to put the jar with the parser you want to use in the classpath before the WebLogic jar. If you use JDK 1.4 , you can copy the jar to the JDK's lib/endorsed directory. Another possiblity is to set the java.xml.parsers.SAXParserFactory service to the class name of the factory you want to use.
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]