"petemuir" wrote : import static org.jboss.seam.ScopeType.SESSION;
Why then does the registration example work with just :
import org.jboss.seam.annotations.Scope;
|
| @Entity
| @Name("user")
| @Scope(SESSION)
| @Table(name="users")
| public class User implements Serializable
| {
| .....
| ....
| }
Jeff Mutonho
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037321#4037321
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037321
_______________________________________________
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user