So, is there any way to annotate a method with @Begin so that it will nest conversation if
no conv. with given id exists and pick up existing one if it's available?
Something like this:
| @Begin(nested="true", id="update#{item.id}"
| public void editItem(){
| }
|
Actually, i don't need those "update" conversations to be nested, it would
be sufficient to have them 'concurrent', i.e. isolated, without access to parent
variables and so on.
wbr, eugen.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025627#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...