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

Kevin Williams reopened TUSCANY-2055:
-------------------------------------


This is from the Java Annotations and API V100-5


521   1.6.6.2. Accessing Conversation IDs from Clients
522    Whether the conversation ID is chosen by the client or is generated by 
the system, the client may access
523    the conversation ID by calling ServiceReference.getConversationID().

Am I misreading this?


> 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
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to