[
https://issues.apache.org/jira/browse/AXIS2-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547888
]
Brian Murray commented on AXIS2-3376:
-------------------------------------
Hi Amila,
I'm not working with RMI specifically. I was building Axis2 with an
alternative JVM and ran across this issue in an existing test case. (The order
in which the child elements were serialized by that JVM caused the
</param1></param1> sequence to occur for the test case.) However, the error
itself is not JVM specific as the provided test case shows.
Do you mean that you had provided the RMI XmlStreamParser some time ago, or
that you had provided a fix similar to this one some time ago?
> XmlStreamParser in RMI module can encounter problems with nesting
> -----------------------------------------------------------------
>
> Key: AXIS2-3376
> URL: https://issues.apache.org/jira/browse/AXIS2-3376
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: modules
> Reporter: Brian Murray
> Assignee: Rich Scheuerle
> Attachments: 3376.patch, test.patch
>
>
> The XmlStreamParser in the RMI module does not support nesting when the
> subelement has the same namespace URI and name as the parent element. The
> parser currently makes assumptions based on the name of the current tag and
> errs when the folllowing is encountered: </param1></param1>. I will provide
> a failing test case in a patch. I will also provide another patch with the
> failing test case and a correction to XmlStreamParser.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]