You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kevin Williams (JIRA)" <tu...@ws.apache.org> on 2008/04/28 19:39:55 UTC

[jira] Created: (TUSCANY-2276) Conversation not started on reference injection

Conversation not started on reference injection
-----------------------------------------------

                 Key: TUSCANY-2276
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2276
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-Next
            Reporter: Kevin Williams


I have a failing test from this part of the Java API /Annotation specification:

  "475 Conversations start on the client side when one of the following occur:
  476 • A @Reference to a conversational service is injected"

Test tries to access the conversation id from the injected ServiceReference and finds it to be null.

The test demonstrating this is

org.apache.tuscany.sca.vtest.javaapi.conversation.lifetime.LifetimeTestCase.lifetime1

It is currently @Ignored

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


[jira] Closed: (TUSCANY-2276) Conversation not started on reference injection

Posted by "Kevin Williams (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Williams closed TUSCANY-2276.
-----------------------------------

    Resolution: Fixed

Closing because I mis-read the spec.  Specifically, line 478 says:

"*and* then a method of the service is called."

> Conversation not started on reference injection
> -----------------------------------------------
>
>                 Key: TUSCANY-2276
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2276
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-Next
>            Reporter: Kevin Williams
>
> I have a failing test from this part of the Java API /Annotation specification:
>   "475 Conversations start on the client side when one of the following occur:
>   476 • A @Reference to a conversational service is injected"
> Test tries to access the conversation id from the injected ServiceReference and finds it to be null.
> The test demonstrating this is
> org.apache.tuscany.sca.vtest.javaapi.conversation.lifetime.LifetimeTestCase.lifetime1
> It is currently @Ignored

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