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 "Dennis Sosnoski (JIRA)" <ji...@apache.org> on 2006/12/11 08:23:20 UTC

[jira] Created: (AXIS2-1856) JiBX code generation implements incorrect handling of namespaces when using type definitions from binding

JiBX code generation implements incorrect handling of namespaces when using type definitions from binding
---------------------------------------------------------------------------------------------------------

                 Key: AXIS2-1856
                 URL: http://issues.apache.org/jira/browse/AXIS2-1856
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.1
         Environment: n/a
            Reporter: Dennis Sosnoski
         Assigned To: Dennis Sosnoski
            Priority: Critical


The JiBX code generation in Axis2 1.1 does not handle namespace properly when those namespaces are defined by abstract mappings within the binding definition (corresponding to schema complexType definitions). This can result in output XML which is not well formed according to the XML Namespaces recommendation.

-- 
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: (AXIS2-1856) JiBX code generation implements incorrect handling of namespaces when using type definitions from binding

Posted by "Dennis Sosnoski (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1856?page=all ]

Dennis Sosnoski updated AXIS2-1856:
-----------------------------------

    Priority: Blocker  (was: Critical)

Upgraded to blocker as per dims.

> JiBX code generation implements incorrect handling of namespaces when using type definitions from binding
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1856
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1856
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>         Environment: n/a
>            Reporter: Dennis Sosnoski
>         Assigned To: Dennis Sosnoski
>            Priority: Blocker
>
> The JiBX code generation in Axis2 1.1 does not handle namespace properly when those namespaces are defined by abstract mappings within the binding definition (corresponding to schema complexType definitions). This can result in output XML which is not well formed according to the XML Namespaces recommendation.

-- 
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] Closed: (AXIS2-1856) JiBX code generation implements incorrect handling of namespaces when using type definitions from binding

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

Dennis Sosnoski closed AXIS2-1856.
----------------------------------


> JiBX code generation implements incorrect handling of namespaces when using type definitions from binding
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1856
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1856
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>         Environment: n/a
>            Reporter: Dennis Sosnoski
>         Assigned To: Dennis Sosnoski
>            Priority: Blocker
>             Fix For: 1.1.1
>
>         Attachments: diff.txt
>
>
> The JiBX code generation in Axis2 1.1 does not handle namespace properly when those namespaces are defined by abstract mappings within the binding definition (corresponding to schema complexType definitions). This can result in output XML which is not well formed according to the XML Namespaces recommendation.

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


[jira] Updated: (AXIS2-1856) JiBX code generation implements incorrect handling of namespaces when using type definitions from binding

Posted by "Dennis Sosnoski (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1856?page=all ]

Dennis Sosnoski updated AXIS2-1856:
-----------------------------------

    Attachment: diff.txt

Fix

> JiBX code generation implements incorrect handling of namespaces when using type definitions from binding
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1856
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1856
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>         Environment: n/a
>            Reporter: Dennis Sosnoski
>         Assigned To: Dennis Sosnoski
>            Priority: Blocker
>         Attachments: diff.txt
>
>
> The JiBX code generation in Axis2 1.1 does not handle namespace properly when those namespaces are defined by abstract mappings within the binding definition (corresponding to schema complexType definitions). This can result in output XML which is not well formed according to the XML Namespaces recommendation.

-- 
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] Resolved: (AXIS2-1856) JiBX code generation implements incorrect handling of namespaces when using type definitions from binding

Posted by "Dennis Sosnoski (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1856?page=all ]

Dennis Sosnoski resolved AXIS2-1856.
------------------------------------

    Fix Version/s: 1.1.1
       Resolution: Fixed

Committed fix: http://svn.apache.org/viewvc?view=rev&rev=488505

> JiBX code generation implements incorrect handling of namespaces when using type definitions from binding
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1856
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1856
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>         Environment: n/a
>            Reporter: Dennis Sosnoski
>         Assigned To: Dennis Sosnoski
>            Priority: Blocker
>             Fix For: 1.1.1
>
>         Attachments: diff.txt
>
>
> The JiBX code generation in Axis2 1.1 does not handle namespace properly when those namespaces are defined by abstract mappings within the binding definition (corresponding to schema complexType definitions). This can result in output XML which is not well formed according to the XML Namespaces recommendation.

-- 
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