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:45:59 UTC

[jira] Created: (TUSCANY-3332) OASIS fixes required to make ASM_6033 work

OASIS fixes required to make ASM_6033 work
------------------------------------------

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


Index: TestComposite41.composite
===================================================================
--- TestComposite41.composite	(revision 372)
+++ TestComposite41.composite	(working copy)
@@ -27,12 +27,12 @@
         	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
         </service>
         <property name="serviceName" source="$serviceName"/>
-        <reference name="reference1" multiplicity="1..1">
+        <reference name="Reference1" multiplicity="1..1">
         	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
         </reference>
     </component>
     
-    <reference name="Reference1" promote="TestComponent1/reference1" multiplicity="0..n">
+    <reference name="Reference1" promote="TestComponent1/Reference1" multiplicity="0..n">
         <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
     </reference>

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


[jira] Closed: (TUSCANY-3332) OASIS fixes required to make ASM_6033 work

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

ant elder closed TUSCANY-3332.
------------------------------

    Resolution: Fixed

> OASIS fixes required to make ASM_6033 work
> ------------------------------------------
>
>                 Key: TUSCANY-3332
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3332
>             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
>
>
> Index: TestComposite41.composite
> ===================================================================
> --- TestComposite41.composite	(revision 372)
> +++ TestComposite41.composite	(working copy)
> @@ -27,12 +27,12 @@
>          	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
>          </service>
>          <property name="serviceName" source="$serviceName"/>
> -        <reference name="reference1" multiplicity="1..1">
> +        <reference name="Reference1" multiplicity="1..1">
>          	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
>          </reference>
>      </component>
>      
> -    <reference name="Reference1" promote="TestComponent1/reference1" multiplicity="0..n">
> +    <reference name="Reference1" promote="TestComponent1/Reference1" multiplicity="0..n">
>          <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
>      </reference>

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