[jboss-user] [JBoss Seam] - Re: how to 'stay in conversation' with rich suggestionbox?

damianharvey do-not-reply at jboss.com
Tue Nov 13 06:59:56 EST 2007


Do you have you thirdPartyHelper in the Conversation scope (or Session). eg:
  | @Name("thirdPartyHelper")
  | @Scope(ScopeType.CONVERSATION)

If so then it could be that your suggestion action is taking too long and the conversation is reset due to the concurrent-request-timeout. If you think that this is the case try increasing the value in your components.xml. Mine is set to 10000 after having some troubles with exactly this issue.

Cheers,

Damian.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104069#4104069

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104069



More information about the jboss-user mailing list