[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

grdzeli_kaci do-not-reply at jboss.com
Mon Mar 19 07:23:08 EDT 2007


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



More information about the jboss-user mailing list