this is not cause of this problem.

i'll tryed this :

  | @Stateless
  | @Name("authenticator")
  | public class AuthenticatorAction implements Authenticator{
  |     
  | @PersistenceContext
  |     EntityManager em;
  |     
  |     @Out(scope=SESSION,required=false)
  |    private Users user;
  |     
  |     
  |     @In Identity identity;
  |     
  |     @In Actor actor;
  |     
  |     public boolean authenticate() {
  |             return true;
  |     }
  | }
  | 
  | 


but it does not work, 
can anybody help me ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029262
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to