Update: Pete Muir recently posted an alternative to the example described here for the UserProfile object. It avoids potential LazyInitializationException if you access a property which was not initialized inside the loading conversation since the UserProfile is SESSION scoped. I prefer Pete’s approach to the implementation but the concept is the […]
December 20, 2007
Posted in



content rss
Comments
December 13, 2007
As you’ve mentioned above, the event org.jboss.seam.conversationTim eout...
December 13, 2007
Hi again, Thanks for the answer. However, this does not allow me to get the conversation...
December 13, 2007
Hi John, You can always observe the event: org.jboss.seam.conversationTim eout...
December 13, 2007
Hi Jackob, I have a simple question about conversation timeout: Given that I have a...
December 4, 2007
I am also interested on getting the source code. I have a doubt on performance of such a...