[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread rapowder
Please, nobody has a solution? Thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063826#4063826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063826 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread ellenzhao
You called the setDescription(Class caller) from your @Factory method, so it will be only called once. I guess the description is always your root conversation Please have a look here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4061563 If you'd like you can try the @Unwrap

[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread rapowder
Thank you I will consider this option :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063944#4063944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063944 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread denis-karpov
Seam 1.2.1.GA public class Conversation implements Serializable | .. |public void beginNested() |{ | if ( Manager.instance().isLongRunningConversation() ) | { | Manager.instance().beginNestedConversation( Seam.getComponentName(Conversation.class) );

[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread ellenzhao
is this thread related to your problem? http://www.jboss.com/index.html?module=bbop=viewtopict=112414 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063859#4063859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063859

[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread rapowder
I've read that post, it is quite related but I am not working with seam 2.0, but my question is a bit more basic, since I'm not quite sure about the fact that conversations can be nested at more levels... Did you understand my scenario and do you have any alternatives to nested conversations?

[jboss-user] [JBoss Seam] - Re: conversations join/nest

2007-07-13 Thread rapowder
The @Factory(DatamodelName) method is called when the associated DataModel is null. Since I nullify my DataModel anytime I need to reload data the @Factory method gets called when I want. I read the Debug and conversation names are correctly set. If you annotate with @Unwrap a method that