Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-2055

ServiceReference.getConversationID() not returning generated conversation IDs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java-SCA-1.x
    • Java-SCA-1.2
    • Website
    • 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.

      Attachments

        Activity

          People

            simonslaws Simon Laws
            kwilliams Kevin Joe Williams
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: