[jboss-user] [JBoss Seam] - Re: nested conversation question
jacob.orshalick
do-not-reply at jboss.com
Wed Oct 17 10:24:10 EDT 2007
Is Seam instantiating your Home instance? If so, I would recommend looking at the timing of when Home is instantiated. You could do this by adding a method annotated with @Create and printing out a message. Home must be inserted into the conversation context AFTER the nested conversation is started (the event org.jboss.seam.beginConversation can be observed to determine when your conversation begins). Hope that helps.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096110#4096110
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096110
More information about the jboss-user
mailing list