[Weblogic version 9.2]
C:\converter>
java weblogic.ejbc converting.jar convertinWLS.jar
DEPRECATED: The weblogic.ejbc compiler is deprecated and will be removed in a fu
ture version of WebLogic Server. Please use weblogic.appc instead.
javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFa
ctory could not be instantiated: java.lang.InstantiationException
at javax.xml.stream.XMLInputFactory.newInstance(Unknown Source)
at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:722)
at weblogic.ejbc20.runBody(ejbc20.java:457)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.ejbc.main(ejbc.java:36)
Exception in
thread "main" javax.xml.stream.FactoryConfigurationError: Provider
javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.Instantiat
ionException
at javax.xml.stream.XMLInputFactory.newInstance(Unknown Source)
at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:722)
at weblogic.ejbc20.runBody(ejbc20.java:457)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.ejbc.main(ejbc.java:36)
I am using jdk 1.6 and jre 1.6
I tried changing them to version 1.5 but to no effect.