[jboss-user] [JBoss Seam] - Re: @Scope(SESSION) SESSION cannot be resolved

ejbengine do-not-reply at jboss.com
Sat Apr 14 15:40:14 EDT 2007


"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



More information about the jboss-user mailing list