1 Reply Latest reply on Aug 24, 2007 1:50 AM by tamirw

    Problems switching from SLSB Action to POJO Actions

    tamirw

      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.