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

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

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

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


TestComposite62.composite has two implementation elements in a component

    <component name="TestComposite62TestComponent1">
		<implementation.java class="test.service1Callback5Impl"/>
		<implementation.composite name="test:TestComposite54"/>

Which one is the right one?

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


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

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

Mike Edwards resolved TUSCANY-3336.
-----------------------------------

    Resolution: Fixed

Fixed in OASIS SVN revision 394

> OASIS fixes required to make ASM-8011 work
> ------------------------------------------
>
>                 Key: TUSCANY-3336
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3336
>             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
>
>
> TestComposite62.composite has two implementation elements in a component
>     <component name="TestComposite62TestComponent1">
> 		<implementation.java class="test.service1Callback5Impl"/>
> 		<implementation.composite name="test:TestComposite54"/>
> Which one is the right one?

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


[jira] Commented: (TUSCANY-3336) OASIS fixes required to make ASM-8011 work

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774241#action_12774241 ] 

Mike Edwards commented on TUSCANY-3336:
---------------------------------------

Looks like the migration from Java to Composite implementations for the "top level" composites went wrong here.

The implementation.composite is the right one...

TestComposite54.composite is present in the General_xxxx contribution(s) and is simply a wrapper for the low level implementation service1Callback5Impl...

> OASIS fixes required to make ASM-8011 work
> ------------------------------------------
>
>                 Key: TUSCANY-3336
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3336
>             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
>
>
> TestComposite62.composite has two implementation elements in a component
>     <component name="TestComposite62TestComponent1">
> 		<implementation.java class="test.service1Callback5Impl"/>
> 		<implementation.composite name="test:TestComposite54"/>
> Which one is the right one?

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