[jboss-user] [JBoss Seam] - Re: question about components and persistence

gsegura do-not-reply at jboss.com
Mon Dec 3 14:20:20 EST 2007


I think I've found the precise answer in last reply of http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103356

the @Out scope doesn't rely on the scope of @In, it must declared individually:
@Out(scope=ScopeType.SESSION)  
that's why I wasn't reaching same instance between calls

great forum!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109974#4109974

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109974



More information about the jboss-user mailing list