[ http://issues.apache.org/jira/browse/AXIS2-668?page=comments#action_12415784 ]
Christopher Blunck commented on AXIS2-668: ------------------------------------------ I wanted to post a follow-up comment to this bug. This is my environment: - Eclipse 3.1 - Ant 1.6.5 (part of Eclipse) - Axis2 v1.0 - JSR 173 API JAR - JSR 173 Sun RI - Using the Codegen ant task I, like everyone above, receive the "javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found" error message when running a WSDL to Java conversion. I copied BOTH the sjsxp.jar AND jsr173_1.0_api.jar (PS - *LOVE* the name of that JAR) to the "endorsed" area of my Java install. Since I'm under OSX this is: /Library/Java/Home/lib/endorsed It'd be great if I didn't need to make a modification to my JDK installation directory in order to run the Codegen task. > AntCodegenTask throws exception > ------------------------------- > > Key: AXIS2-668 > URL: http://issues.apache.org/jira/browse/AXIS2-668 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: Tools > Versions: 1.0 > Environment: axis2-1.0 svn 2005-05-04 (noon) > Reporter: Bryan Brouckaert > Assignee: Ajith Harshana Ranabahu > Attachments: build-test.xml, jars.txt > > The AntCodegenTask throws following error: > "javax.xml.stream.FactoryConfigurationError: Provider > com.bea.xml.stream.MXParserFactory not found" > All jars of the Axis2 library are included in the class path. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
