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

[jira] Created: (TUSCANY-3329) OASIS fixes required to make ASM_5007 work - fix up TestComposite3

OASIS fixes required to make ASM_5007 work - fix up TestComposite3
------------------------------------------------------------------

                 Key: TUSCANY-3329
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3329
             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: TestComposite3.composite
===================================================================
--- TestComposite3.composite	(revision 372)
+++ TestComposite3.composite	(working copy)
@@ -25,11 +25,11 @@
         <property name="serviceName" source="$serviceName"/>
     </component>
     
-    <reference name="Reference1" promote="TestComponent1/Reference">
+    <reference name="Reference1" promote="TestComponent1/reference1">
         <interface.java interface="org.oasisopen.sca.test.Service1"/>
     </reference>
     
-    <reference name="Reference1" promote="TestComponent1/Reference">
+    <reference name="Reference1" promote="TestComponent1/reference1">
         <interface.java interface="org.oasisopen.sca.test.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-3329) OASIS fixes required to make ASM_5007 work - fix up TestComposite3

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

ant elder closed TUSCANY-3329.
------------------------------

    Resolution: Fixed

> OASIS fixes required to make ASM_5007 work - fix up TestComposite3
> ------------------------------------------------------------------
>
>                 Key: TUSCANY-3329
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3329
>             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: TestComposite3.composite
> ===================================================================
> --- TestComposite3.composite	(revision 372)
> +++ TestComposite3.composite	(working copy)
> @@ -25,11 +25,11 @@
>          <property name="serviceName" source="$serviceName"/>
>      </component>
>      
> -    <reference name="Reference1" promote="TestComponent1/Reference">
> +    <reference name="Reference1" promote="TestComponent1/reference1">
>          <interface.java interface="org.oasisopen.sca.test.Service1"/>
>      </reference>
>      
> -    <reference name="Reference1" promote="TestComponent1/Reference">
> +    <reference name="Reference1" promote="TestComponent1/reference1">
>          <interface.java interface="org.oasisopen.sca.test.Service1"/>
>      </reference>

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