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 2009/10/20 13:33:59 UTC

[jira] Created: (TUSCANY-3338) OASIS fixes required to make ASM-12003 work

OASIS fixes required to make ASM-12003 work
-------------------------------------------

                 Key: TUSCANY-3338
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3338
             Project: Tuscany
          Issue Type: Bug
          Components: OASIS Compliance - OASIS
    Affects Versions: Java-SCA-2.0-M3
         Environment: all
            Reporter: Simon Laws
             Fix For: Java-SCA-2.0-M4


Possible confusion over Service1b, for example 

Index: Service1b.wsdl
===================================================================
--- Service1b.wsdl	(revision 372)
+++ Service1b.wsdl	(working copy)
@@ -24,7 +24,7 @@
     <wsdl:part name="operation1" element="tns:operation1">
     </wsdl:part>
   </wsdl:message>
-  <wsdl:portType name="Service1">
+  <wsdl:portType name="Service1b">
     <wsdl:operation name="operation1">
       <wsdl:input message="tns:operation1">
     </wsdl:input>

Index: Test_ASM_12003.composite
===================================================================
--- Test_ASM_12003.composite	(revision 372)
+++ Test_ASM_12003.composite	(working copy)
@@ -22,7 +22,7 @@
 			<binding.ws/>
 		</service>
         <reference name="reference1" target="TestComponent1/Service1" >
-        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
+        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1b)"/>
         </reference>
         <property name="testName">ASM_12003</property>
     </component>
@@ -30,7 +30,7 @@
     <component name="TestComponent1">
 		<implementation.composite name="test:TestComposite1"/>
         <service name="Service1">
-        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
+        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1b)"/>
         </service>
         <property name="serviceName">service1</property>
     </component>

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


[jira] Resolved: (TUSCANY-3338) OASIS fixes required to make ASM-12003 work

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

Mike Edwards resolved TUSCANY-3338.
-----------------------------------

    Resolution: Fixed

I're resolved this issue as described in TUSCANY-3339, by putting the content of Service1b.wsdl into a different namespace : http://test2.sca.oasisopen.org/

This removes any ambiguity.

The changes suggested in this issue are not used.

> OASIS fixes required to make ASM-12003 work
> -------------------------------------------
>
>                 Key: TUSCANY-3338
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3338
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0-M3
>         Environment: all
>            Reporter: Simon Laws
>             Fix For: Java-SCA-2.0-M4
>
>
> Possible confusion over Service1b, for example 
> Index: Service1b.wsdl
> ===================================================================
> --- Service1b.wsdl	(revision 372)
> +++ Service1b.wsdl	(working copy)
> @@ -24,7 +24,7 @@
>      <wsdl:part name="operation1" element="tns:operation1">
>      </wsdl:part>
>    </wsdl:message>
> -  <wsdl:portType name="Service1">
> +  <wsdl:portType name="Service1b">
>      <wsdl:operation name="operation1">
>        <wsdl:input message="tns:operation1">
>      </wsdl:input>
> Index: Test_ASM_12003.composite
> ===================================================================
> --- Test_ASM_12003.composite	(revision 372)
> +++ Test_ASM_12003.composite	(working copy)
> @@ -22,7 +22,7 @@
>  			<binding.ws/>
>  		</service>
>          <reference name="reference1" target="TestComponent1/Service1" >
> -        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
> +        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1b)"/>
>          </reference>
>          <property name="testName">ASM_12003</property>
>      </component>
> @@ -30,7 +30,7 @@
>      <component name="TestComponent1">
>  		<implementation.composite name="test:TestComposite1"/>
>          <service name="Service1">
> -        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
> +        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1b)"/>
>          </service>
>          <property name="serviceName">service1</property>
>      </component>

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