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 12:05:59 UTC

[jira] Created: (TUSCANY-3328) OASIS fixes required to make ASM_5034 work - multiple bindings with no name

OASIS fixes required to make ASM_5034 work - multiple bindings with no name
---------------------------------------------------------------------------

                 Key: TUSCANY-3328
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3328
             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


test defines multiple bindings with no names

Index: Test_ASM_5034.composite
===================================================================
--- Test_ASM_5034.composite	(revision 372)
+++ Test_ASM_5034.composite	(working copy)
@@ -33,8 +33,8 @@
         <property name="serviceName">service1</property>
         <reference name="Reference1">
         	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
-        	<binding.sca uri="TestComponent2/Service1"/>
-        	<binding.ws uri="http://localhost:8080/TestComponent2"/>
+        	<binding.sca name="binding1" uri="TestComponent2/Service1"/>
+        	<binding.ws name="binding2" uri="http://localhost:8080/TestComponent2/Service1/binding4"/>
         </reference>
     </component> 
@@ -43,8 +43,8 @@
 		<implementation.composite name="test:TestComposite1"/>
         <service name="Service1">
         	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
-        	<binding.sca/>
-		    <binding.ws/>
+        	<binding.sca name="binding3"/>
+		    <binding.ws name="binding4"/>
         </service>
         <property name="serviceName">service2</property>
     </component>

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


[jira] Closed: (TUSCANY-3328) OASIS fixes required to make ASM_5034 work - multiple bindings with no name

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

ant elder closed TUSCANY-3328.
------------------------------

    Resolution: Fixed

Dup of TUSCANY-3201

> OASIS fixes required to make ASM_5034 work - multiple bindings with no name
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-3328
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3328
>             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
>
>
> test defines multiple bindings with no names
> Index: Test_ASM_5034.composite
> ===================================================================
> --- Test_ASM_5034.composite	(revision 372)
> +++ Test_ASM_5034.composite	(working copy)
> @@ -33,8 +33,8 @@
>          <property name="serviceName">service1</property>
>          <reference name="Reference1">
>          	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
> -        	<binding.sca uri="TestComponent2/Service1"/>
> -        	<binding.ws uri="http://localhost:8080/TestComponent2"/>
> +        	<binding.sca name="binding1" uri="TestComponent2/Service1"/>
> +        	<binding.ws name="binding2" uri="http://localhost:8080/TestComponent2/Service1/binding4"/>
>          </reference>
>      </component> 
> @@ -43,8 +43,8 @@
>  		<implementation.composite name="test:TestComposite1"/>
>          <service name="Service1">
>          	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
> -        	<binding.sca/>
> -		    <binding.ws/>
> +        	<binding.sca name="binding3"/>
> +		    <binding.ws name="binding4"/>
>          </service>
>          <property name="serviceName">service2</property>
>      </component>

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