[jboss-user] [JBoss Seam] - Cant able to use stateful bean in project

kaviarasu do-not-reply at jboss.com
Sat Jul 14 03:43:47 EDT 2007


Hi i cant able to use stateful bean in any of my project i had pated the coding i had used .it says the component cannot registered ,can any one tell suggestion
@Stateful
  | @Scope(SESSION)
  | @Name("usermessage2")
  | public class UserComments implements Serializable, UserDisplay1 {
  | 	private static final long serialVersionUID = 1L;
  | 	@DataModel
  | 	private List userList2;
  | 	
  |  @DataModelSelection                                                                   
  |  @Out(required=false)                                  
  | private TblComments1 message;
  | 
  | 	@PersistenceContext
  | 	private EntityManager em;
  | 	long productid=1001;
  | 	@Factory("userList2")

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

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



More information about the jboss-user mailing list