[
http://issues.apache.org/jira/browse/XMLBEANS-144?page=comments#action_66211 ]
Ian Springer commented on XMLBEANS-144:
---------------------------------------
Is there any update on this issue? It's a pretty serious problem for us, since
we work with a lot of Web service spec schemas that use a lot of xs:anys, and
we are unable to build up the corresponding xbeans using the cursor API without
the serialized XML being messed up. For example, if I add a child element
<foo:MyAnyElement>...</foo:MyAnyElement> to an existing typed XMLBean
<my:TypedElement> that allows xs:any children, then calling toString()
afterwards on the typed XMLBean produces:
<my:TypedElement>
<foo:MyAnyElement>
<foo:MyAnyElement>...</foo:MyAnyElement>
</foo:MyAnyElement>
</my:TypeElement>
There is a redundant <foo:MyAnyElement> wrapping the <foo:MyAnyElement> that I
added.
Thanks!
Ian
> XmlObject.set(..) does not behave as expected.
> ----------------------------------------------
>
> Key: XMLBEANS-144
> URL: http://issues.apache.org/jira/browse/XMLBEANS-144
> Project: XMLBeans
> Type: Bug
> Components: XmlObject
> Versions: Version 2, Version 1.0.4
> Environment: Windows
> Reporter: Sal Campana
> Assignee: Jacob Danner
> Attachments: test.zip, version-1 output.jpg, version-2 output.jpg
>
> We are experiencing unexpected behaviour when calling the XmlObject.set()
> operation in various ways...
> I've attached an example of this behaviour to demonstrate the issues..
> The scenarios are as follows:
> 1. Set and XmlString (a type which has no name element) - VERSION 1.0.4 only,
> fixed in version 2....
> 2. Calling set using a copy of a strongly typed XmlObject - VER 2 and 1 --I
> show the output without doing a copy and with....
> 3. Calling set using an arbitrary "any". - VER 2 and 1
> 2 and 3 produce similar invalid output, but since they are approached
> differently I included both...
--
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]