[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S
reind
do-not-reply at jboss.com
Thu Feb 7 10:33:23 EST 2008
Sorry, I meant, ScopeType.SESSION instead of STATEFUL
@Name
| @Scope(SESSION)
| @Stateful
| public class FooImpl implenents Foo {
Also, I understand that the SMPC is conversation scoped, but then what should I use in a Session scoped Session bean where there is no natural conversation Begin and End point? (and why has this behavior changed since 1.2 =-) ?)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127430#4127430
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127430
More information about the jboss-user
mailing list