I was looking at doing a custom implementation of the ConversationManager. When I went to implement the methods I discovered that ConversationManager is default protected, so I had to have my class in the same package structure to use it. Just wondering if this was done on purpose or should be opened as a JIRA?
I am only trying to override the private getConversationContainer method to not save ConversationContainer to the HttpSession.


Reply With Quote
