Going back to my previous example:
@End
| deselectA() {
| deselectB();
| }
|
| @End
| deselectB() {
| ...
| }
It seems that calling deselectA() will only kill the nested most conversation, but when it
then calls deselectB() the 2nd conversation is not killed (even though the method is
annotated with @End.
Is this a bug, or is there another way to kill the 2nd conversation?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987712#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...