In my application context i have defined multiple beans with scope="conversation.manual" When calling Conversation.getCurrentInstance().invalidate() in an action method of one of these beans only that bean gets destroyed.
It seems as if there is one conversation object for each of my conversation scoped beans. I have expected that newly created beans that are are under conversation scope join automatically an already running conversation, and get destroyed whenever the conversation gets destroyed. Is there a way to have multiple objects in one conversation ?? AG WW