ComponentContext.createSelfReference() does not create a ServiceReference to 
the correct Conversation
-----------------------------------------------------------------------------------------------------

                 Key: TUSCANY-2208
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2208
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-Next
         Environment: SVN revision 645782
Linux
            Reporter: Mark Combellack
             Fix For: Java-SCA-Next


I've been trying to create a ServiceReference to a Conversational Component 
using the ComponentContext.createSelfReference() method. The code correctly 
creates a ServiceReference but when I call ServiceReference.getService(), it 
creates a new instance of the Component rather than returning to the original 
instance.

I am speculating that the Conversation ID is not being added to the 
ServiceReference that is being created by the 
ComponentContext.createSelfReference() method.

I've created an iTest that illustrates this problem that I will commit.

-- 
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