You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2011/08/10 15:57:27 UTC

[jira] [Created] (TUSCANY-3916) When we pass interface descriptions via the registry is must be complete or the target node must be provided with a mechanism for retrieving the interface

When we pass interface descriptions via the registry is must be complete or the target node must be provided with a mechanism for retrieving the interface
----------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-3916
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3916
             Project: Tuscany
          Issue Type: Bug
          Components: SCA Java Runtime
    Affects Versions: Java-SCA-2.0
         Environment: All
            Reporter: Simon Laws
             Fix For: Java-SCA-2.0


We are currently add function to serializing WSDL documents via the registry but those WSDL serializations can have includes/imports that the remote node won't be able to satisfy. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TUSCANY-3916) When we pass interface descriptions via the registry is must be complete or the target node must be provided with a mechanism for retrieving the interface

Posted by "Simon Laws (Closed) (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws closed TUSCANY-3916.
-------------------------------

    Resolution: Fixed

A while back at 1167202 the WSDL representation was changed for an internal representation that serializes the internal Tuscany model to XML which looks like:

<wstxns1:interfaceContract xmlns:wstxns1="http://tuscany.apache.org/xmlns/sca/1.1">
    <wstxns1:interface isRemotable="true">
        <wstxns1:operation name="foo1" isDynamic="false"
            isNonBlocking="false" isWrapperStyle="false">
            <wstxns1:input>
                <wstxns1:dataType dataBinding="java:complexType">
                    <wstxns1:generic>class
                        org.apache.tuscany.sca.itest.interfaces.ParameterObject</wstxns1:generic>
                    <wstxns1:logicalXMLType>
                        <wstxns1:xmlType>NoType</wstxns1:xmlType>
                    </wstxns1:logicalXMLType>
                    <wstxns1:physical>org.apache.tuscany.sca.itest.interfaces.ParameterObject</wstxns1:physical>
                </wstxns1:dataType>
                <wstxns1:dataType dataBinding="java:simpleType">
                    <wstxns1:generic>class java.lang.String</wstxns1:generic>
                    <wstxns1:logicalXMLType>
                        <wstxns1:xmlType>{http://www.w3.org/2001/XMLSchema}string</wstxns1:xmlType>
                    </wstxns1:logicalXMLType>
                    <wstxns1:physical>java.lang.String</wstxns1:physical>
                </wstxns1:dataType>
            </wstxns1:input>
            <wstxns1:output>
                <wstxns1:dataType dataBinding="java:simpleType">
                    <wstxns1:generic>class java.lang.String</wstxns1:generic>
                    <wstxns1:logicalXMLType>
                        <wstxns1:xmlType>{http://www.w3.org/2001/XMLSchema}string</wstxns1:xmlType>
                    </wstxns1:logicalXMLType>
                    <wstxns1:physical>java.lang.String</wstxns1:physical>
                </wstxns1:dataType>
            </wstxns1:output>
            <wstxns1:fault />
        </wstxns1:operation>

etc.

I'll close this issue now as this format doesn't depend on imports or any resolution in remote nodes. 
                
> When we pass interface descriptions via the registry is must be complete or the target node must be provided with a mechanism for retrieving the interface
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3916
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3916
>             Project: Tuscany
>          Issue Type: Bug
>          Components: SCA Java Runtime
>    Affects Versions: Java-SCA-2.0
>         Environment: All
>            Reporter: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> We are currently add function to serializing WSDL documents via the registry but those WSDL serializations can have includes/imports that the remote node won't be able to satisfy. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira