StAXOMBuilder.next() throws IllegalArgumentException
----------------------------------------------------
Key: AXIS2-809
URL: http://issues.apache.org/jira/browse/AXIS2-809
Project: Apache Axis 2.0 (Axis2)
Type: Bug
Components: om
Versions: 1.0
Environment: Windows 2000 Professional
JSDK 1.4.2_05
WebLogic Server 8.1 SP4
Reporter: Marc Forget
StAXOMBuilder.next() throws IllegalArgumentException:"invalid QName prefix"
when debug is turned on, add parser.getName() is invoked.
org.apache.axiom.om.OMException: java.lang.IllegalArgumentException: invalid
QName prefix
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:206)
at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:144)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:322)
at
org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBuilder.java:85)
at
org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:58)
at
org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:783)
at
org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:113)
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:38)
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:90)
The stream that is being parsed is the axis2.xml configuration file that is
included in axis2-kernel-1.0.jar.
--
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]