Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.x
-
None
Description
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.