[jboss-user] [JBoss Seam] - Does @Begin(join=true) works in SeamTest?
dmitriy.lapko
do-not-reply at jboss.com
Wed Nov 7 07:55:49 EST 2007
I'm trying to test a component that uses long running conversation. Is it possible at all? Because assertation in method marked by @Begin annotations for long running conversation fails, and actually it looks like long-running conversation was not started.
| @Name("basket")
| @Scope(ScopeType.CONVERSATION)
| public class BasketComp {
|
| ...
|
| @Begin(join=true)
| public void createBasket() {
| assert Manager.instance().isLongRunningConversation();
|
| ...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102520#4102520
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102520
More information about the jboss-user
mailing list