single conversation
-------------------
Key: ORCHESTRA-20
URL: https://issues.apache.org/jira/browse/ORCHESTRA-20
Project: MyFaces Orchestra
Issue Type: Improvement
Components: Conversation
Reporter: Mario Ivankovits
Create an implementation of a "single conversation".
A dialog/flow framework will create new conversationContexts instead of direct
conversations.
While you still will be able to use conversation.manual or conversation.access
it makes sense to also provide a conversation.single implementation which
shares the lifetime of the conversationContext (managed by the dialog
framework) and has only one (single) persistence context.
Still, mixing the various conversation implementations is possible.
Probably Conversation.getCurrentInstance() outside of a conversation will
return this single conversation if it exists within the current
conversationContext.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.