[jboss-user] [JBoss Seam] - Problems switching from SLSB Action to POJO Actions

tamirw do-not-reply at jboss.com
Fri Aug 24 01:49:08 EDT 2007


Due to evalutaion of RH Studio, and the bug with EJB3 support in it, I'm trying to switch my simple Seam application from SLSB actions to POJO Actions.

I've got my app to deploy Ok, but I'm having the following problem :

When a user tried to register to the system, an RegisterAction class is launched. In this class there's a :

  | 	@In
  | 	private User user;
  | 
field. This field should be populated by Seam - and it worked in the previous version (when I was still using Session Beans for actions).

I have a feeling it has something to do with scoping or something like that, but I can't put my finger on what I'm doing wrong.

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

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



More information about the jboss-user mailing list