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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...