You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Volker Reichel (JIRA)" <ax...@ws.apache.org> on 2006/12/21 14:43:20 UTC

[jira] Created: (AXIS-2602) XmlBeanSerializer strips off element content if first content element is preceeded by whitespace

XmlBeanSerializer strips off element content if  first content element is preceeded by whitespace
-------------------------------------------------------------------------------------------------

                 Key: AXIS-2602
                 URL: http://issues.apache.org/jira/browse/AXIS-2602
             Project: Apache Axis
          Issue Type: Bug
          Components: Serialization/Deserialization
    Affects Versions: 1.4
         Environment: all
            Reporter: Volker Reichel
            Priority: Minor


public void serialize(QName name, Attributes attributes,
                          Object value, SerializationContext context)
does not copy the contents of parameter 'value' if the first content child is preceeded by whitespace.

The attached patch will fix this.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS-2602) XmlBeanSerializer strips off element content if first content element is preceeded by whitespace

Posted by "Volker Reichel (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2602?page=all ]

Volker Reichel updated AXIS-2602:
---------------------------------

    Attachment: XmlBeanSerializer.diff

> XmlBeanSerializer strips off element content if  first content element is preceeded by whitespace
> -------------------------------------------------------------------------------------------------
>
>                 Key: AXIS-2602
>                 URL: http://issues.apache.org/jira/browse/AXIS-2602
>             Project: Apache Axis
>          Issue Type: Bug
>          Components: Serialization/Deserialization
>    Affects Versions: 1.4
>         Environment: all
>            Reporter: Volker Reichel
>            Priority: Minor
>         Attachments: XmlBeanSerializer.diff
>
>
> public void serialize(QName name, Attributes attributes,
>                           Object value, SerializationContext context)
> does not copy the contents of parameter 'value' if the first content child is preceeded by whitespace.
> The attached patch will fix this.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org