You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ku Jun Guo (JIRA)" <de...@tuscany.apache.org> on 2009/08/20 10:38:14 UTC

[jira] Created: (TUSCANY-3228) ASM_5032_TestCase failed to pass

ASM_5032_TestCase failed to pass
--------------------------------

                 Key: TUSCANY-3228
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3228
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Assembly Model
    Affects Versions: Java-SCA-2.0
            Reporter: Ku Jun Guo


It's testing ASM_5005:

If no binding elements are specified for the service, then the
bindings specified for the equivalent service in the
componentType of the implementation MUST be used, but if the
componentType also has no bindings specified, then
<binding.sca/> MUST be used as the binding. If binding elements
are specified for the service, then those bindings MUST be used
and they override any bindings specified for the equivalent
service in the componentType of the implementation.

But the test result is :

Caused by: org.oasisopen.sca.ServiceRuntimeException: [] - Multiple bindings with the same name for a service: Service = Service1 Binding name = Service1



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


[jira] Resolved: (TUSCANY-3228) ASM_5032_TestCase failed to pass

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

Simon Laws resolved TUSCANY-3228.
---------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-2.0

Test fixed in OASIS an now works with current 2.x code

> ASM_5032_TestCase failed to pass
> --------------------------------
>
>                 Key: TUSCANY-3228
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3228
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0
>            Reporter: Ku Jun Guo
>             Fix For: Java-SCA-2.0
>
>
> It's testing ASM_5005:
> If no binding elements are specified for the service, then the
> bindings specified for the equivalent service in the
> componentType of the implementation MUST be used, but if the
> componentType also has no bindings specified, then
> <binding.sca/> MUST be used as the binding. If binding elements
> are specified for the service, then those bindings MUST be used
> and they override any bindings specified for the equivalent
> service in the componentType of the implementation.
> But the test result is :
> Caused by: org.oasisopen.sca.ServiceRuntimeException: [] - Multiple bindings with the same name for a service: Service = Service1 Binding name = Service1

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


[jira] Updated: (TUSCANY-3228) ASM_5032_TestCase failed to pass

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

ant elder updated TUSCANY-3228:
-------------------------------

    Component/s:     (was: Java SCA Assembly Model)
                 OASIS Compliance

> ASM_5032_TestCase failed to pass
> --------------------------------
>
>                 Key: TUSCANY-3228
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3228
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance
>    Affects Versions: Java-SCA-2.0
>            Reporter: Ku Jun Guo
>
> It's testing ASM_5005:
> If no binding elements are specified for the service, then the
> bindings specified for the equivalent service in the
> componentType of the implementation MUST be used, but if the
> componentType also has no bindings specified, then
> <binding.sca/> MUST be used as the binding. If binding elements
> are specified for the service, then those bindings MUST be used
> and they override any bindings specified for the equivalent
> service in the componentType of the implementation.
> But the test result is :
> Caused by: org.oasisopen.sca.ServiceRuntimeException: [] - Multiple bindings with the same name for a service: Service = Service1 Binding name = Service1

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


[jira] Commented: (TUSCANY-3228) ASM_5032_TestCase failed to pass

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

Mike Edwards commented on TUSCANY-3228:
---------------------------------------

This is a fault in the testcase materials.

Where there are multiple <binding/> subelements, then each one after the 1st is given a @name value.

Done in 

Test_ASM_5032.composite
TestComposite15.composite

> ASM_5032_TestCase failed to pass
> --------------------------------
>
>                 Key: TUSCANY-3228
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3228
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Tests
>    Affects Versions: Java-SCA-2.0
>            Reporter: Ku Jun Guo
>
> It's testing ASM_5005:
> If no binding elements are specified for the service, then the
> bindings specified for the equivalent service in the
> componentType of the implementation MUST be used, but if the
> componentType also has no bindings specified, then
> <binding.sca/> MUST be used as the binding. If binding elements
> are specified for the service, then those bindings MUST be used
> and they override any bindings specified for the equivalent
> service in the componentType of the implementation.
> But the test result is :
> Caused by: org.oasisopen.sca.ServiceRuntimeException: [] - Multiple bindings with the same name for a service: Service = Service1 Binding name = Service1

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