You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Catalina Caloian (JIRA)" <ji...@apache.org> on 2008/11/14 08:52:44 UTC

[jira] Created: (AXIS2C-1289) Incorrect deserialization when the first child is an empty element

Incorrect deserialization when the first child is an empty element
------------------------------------------------------------------

                 Key: AXIS2C-1289
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1289
             Project: Axis2-C
          Issue Type: Bug
          Components: code generation
         Environment: Windows XP
axis2-1.4.1-src with slight changes to the CADBBeanTemplateSource.xsl template to embed some minor bug fixes.

            Reporter: Catalina Caloian


Scenario:
    - the first element in a sequence is nillable
    - in the actual XML, that first element is present, but is empty
    - the deserialization code of the parent mishandles this element by not recognizing it as being its *first* child element and by treating it as if it were a child with position >= 2


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


[jira] Updated: (AXIS2C-1289) Incorrect deserialization when the first child is an empty element

Posted by "Catalina Caloian (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catalina Caloian updated AXIS2C-1289:
-------------------------------------

    Attachment: XLocate.wsdl

The wsdl file used for code generation.

> Incorrect deserialization when the first child is an empty element
> ------------------------------------------------------------------
>
>                 Key: AXIS2C-1289
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1289
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: Windows XP
> axis2-1.4.1-src with slight changes to the CADBBeanTemplateSource.xsl template to embed some minor bug fixes.
>            Reporter: Catalina Caloian
>         Attachments: CADBBeanTemplateSource.xsl, XLocate.wsdl
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Scenario:
>     - the first element in a sequence is nillable
>     - in the actual XML, that first element is present, but is empty
>     - the deserialization code of the parent mishandles this element by not recognizing it as being its *first* child element and by treating it as if it were a child with position >= 2

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


[jira] Updated: (AXIS2C-1289) Incorrect deserialization when the first child is an empty element

Posted by "Patrick van Beem (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick van Beem updated AXIS2C-1289:
-------------------------------------

    Attachment: svn.diff

This is a patch Dimuthu posted in the axis-c-dev mailing list, to fix this problem.

> Incorrect deserialization when the first child is an empty element
> ------------------------------------------------------------------
>
>                 Key: AXIS2C-1289
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1289
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: Windows XP
> axis2-1.4.1-src with slight changes to the CADBBeanTemplateSource.xsl template to embed some minor bug fixes.
>            Reporter: Catalina Caloian
>             Fix For: 1.6.0
>
>         Attachments: CADBBeanTemplateSource.xsl, svn.diff, XLocate.wsdl
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Scenario:
>     - the first element in a sequence is nillable
>     - in the actual XML, that first element is present, but is empty
>     - the deserialization code of the parent mishandles this element by not recognizing it as being its *first* child element and by treating it as if it were a child with position >= 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2C-1289) Incorrect deserialization when the first child is an empty element

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris updated AXIS2C-1289:
-----------------------------------

    Fix Version/s: 1.6.0

> Incorrect deserialization when the first child is an empty element
> ------------------------------------------------------------------
>
>                 Key: AXIS2C-1289
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1289
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: Windows XP
> axis2-1.4.1-src with slight changes to the CADBBeanTemplateSource.xsl template to embed some minor bug fixes.
>            Reporter: Catalina Caloian
>             Fix For: 1.6.0
>
>         Attachments: CADBBeanTemplateSource.xsl, XLocate.wsdl
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Scenario:
>     - the first element in a sequence is nillable
>     - in the actual XML, that first element is present, but is empty
>     - the deserialization code of the parent mishandles this element by not recognizing it as being its *first* child element and by treating it as if it were a child with position >= 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2C-1289) Incorrect deserialization when the first child is an empty element

Posted by "Catalina Caloian (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catalina Caloian updated AXIS2C-1289:
-------------------------------------

    Attachment: CADBBeanTemplateSource.xsl

The CADBBeanTemplateSource.xsl used for code generation.

> Incorrect deserialization when the first child is an empty element
> ------------------------------------------------------------------
>
>                 Key: AXIS2C-1289
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1289
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: Windows XP
> axis2-1.4.1-src with slight changes to the CADBBeanTemplateSource.xsl template to embed some minor bug fixes.
>            Reporter: Catalina Caloian
>         Attachments: CADBBeanTemplateSource.xsl
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Scenario:
>     - the first element in a sequence is nillable
>     - in the actual XML, that first element is present, but is empty
>     - the deserialization code of the parent mishandles this element by not recognizing it as being its *first* child element and by treating it as if it were a child with position >= 2

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