Synapse should support transactional resource access
----------------------------------------------------

                 Key: SYNAPSE-62
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-62
             Project: Synapse
          Issue Type: Improvement
    Affects Versions: Incubating-0.90
            Reporter: Asankha C. Perera


Support transactional resources as follows: Once a key is looked up from a 
remote registry during message
processing, always keep a reference to it from the local message context.

This way we are making sure that any subsequent reads for the same key will not 
fetch a newer version off the
remote registry as we will always pick the local reference from the message 
context. Make sure that any responses for the request also see the same saved 
reference seen by the request

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