You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2006/10/16 02:06:34 UTC

[jira] Created: (TUSCANY-855) Incorrect type used by WS runtime if doc-lit wrapper element type is not anonymous

Incorrect type used by WS runtime if doc-lit wrapper element type is not anonymous
----------------------------------------------------------------------------------

                 Key: TUSCANY-855
                 URL: http://issues.apache.org/jira/browse/TUSCANY-855
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SCA
    Affects Versions: Cpp-M2
            Reporter: Jean-Sebastien Delfino
             Fix For: Cpp-M2


Our current WS runtime assumes that Doc-lit-wrapped wrapper elements use anonymous complex types. This is not always the case.

To fix this, we need to look at the SDO property representing the XSD global element defining the wrapper, and use it's SDO type, instead of assuming that the type is named like the wrapper element (which is only the case when the element is typed with an anonymous complex type).

We need to do this both on the client and server side.


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


[jira] Resolved: (TUSCANY-855) Incorrect type used by WS runtime if doc-lit wrapper element type is not anonymous

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-855?page=all ]

Jean-Sebastien Delfino resolved TUSCANY-855.
--------------------------------------------

    Resolution: Fixed

Checked in a small fix for this.

> Incorrect type used by WS runtime if doc-lit wrapper element type is not anonymous
> ----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-855
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-855
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-M2
>            Reporter: Jean-Sebastien Delfino
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-M2
>
>
> Our current WS runtime assumes that Doc-lit-wrapped wrapper elements use anonymous complex types. This is not always the case.
> To fix this, we need to look at the SDO property representing the XSD global element defining the wrapper, and use it's SDO type, instead of assuming that the type is named like the wrapper element (which is only the case when the element is typed with an anonymous complex type).
> We need to do this both on the client and server side.

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


[jira] Assigned: (TUSCANY-855) Incorrect type used by WS runtime if doc-lit wrapper element type is not anonymous

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-855?page=all ]

Jean-Sebastien Delfino reassigned TUSCANY-855:
----------------------------------------------

    Assignee: Jean-Sebastien Delfino

> Incorrect type used by WS runtime if doc-lit wrapper element type is not anonymous
> ----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-855
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-855
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-M2
>            Reporter: Jean-Sebastien Delfino
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-M2
>
>
> Our current WS runtime assumes that Doc-lit-wrapped wrapper elements use anonymous complex types. This is not always the case.
> To fix this, we need to look at the SDO property representing the XSD global element defining the wrapper, and use it's SDO type, instead of assuming that the type is named like the wrapper element (which is only the case when the element is typed with an anonymous complex type).
> We need to do this both on the client and server side.

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