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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to