Re-introducing the Store interface into the Scoped Containers

2007-10-01 Thread Mark Combellack
A long while ago, Tuscany used to use the Store [1] interface in it's Conversational Scope container to persist data. However, this is no longer the case as Tuscany-1456 [2] updated the ConversationalScopeContainer to store the data in a ConcurrentHashMap. (See [3] for relevant changes) I would

Re: Re-introducing the Store interface into the Scoped Containers

2007-10-01 Thread Simon Laws
On 10/1/07, Mark Combellack [EMAIL PROTECTED] wrote: A long while ago, Tuscany used to use the Store [1] interface in it's Conversational Scope container to persist data. However, this is no longer the case as Tuscany-1456 [2] updated the ConversationalScopeContainer to store the data in a