[jboss-user] [JBoss Seam] - Re: nested conversation with explicit id
ebu
do-not-reply at jboss.com
Tue Mar 6 19:01:54 EST 2007
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#4025627
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025627
More information about the jboss-user
mailing list