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)" <tu...@ws.apache.org> on 2008/03/11 12:34:46 UTC

[jira] Resolved: (TUSCANY-2055) ServiceReference.getConversationID() not returning generated conversation IDs

     [ https://issues.apache.org/jira/browse/TUSCANY-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-2055.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Java-SCA-Next)
                   Java-SCA-1.2

I've updated the test to match the spec clarification provided by Simon. None of the tests are now marked as @Ignore. Please take a look and raise JIRA for any issues you find. 

> ServiceReference.getConversationID() not returning generated conversation IDs
> -----------------------------------------------------------------------------
>
>                 Key: TUSCANY-2055
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2055
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Specification
>    Affects Versions: Java-SCA-Next
>            Reporter: Kevin Williams
>            Assignee: Simon Laws
>             Fix For: Java-SCA-1.2
>
>
> ServiceReference.getConversationID() returns null unless the Conversation ID is set by the user.
> This is the current  implementaiton:
>     public Object getConversationID() {
>         return conversationID;
>     }
> It seems that that if the cached ID is null, and there is a valid related Converasation object then the impl should return the related Conversation.getConversationID.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org