[jboss-user] [JBoss Seam] - Re: problem with Authenticator

2007-09-08 Thread mnrz
"[EMAIL PROTECTED]" wrote : No transaction normally means that an earlier exception has occurred. Use your debugger to see what goes wrong. I really appreciate your nice comment, you show me the way, as you told, I tried to comment out the code in authenticator and return true for every user th

[jboss-user] [JBoss Seam] - Re: problem with Authenticator

2007-09-08 Thread [EMAIL PROTECTED]
No transaction normally means that an earlier exception has occurred. Use your debugger to see what goes wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082330#4082330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: problem with Authenticator

2007-09-05 Thread mnrz
ok but why I get IllegalArgumentException: "No transaction" when I call entityManager? I also tried to call entityManager.getTransaction().begin and I get new exception "java.lang.IllegalStateException: JTA EntityManager cannot access a transactions" View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: problem with Authenticator

2007-09-05 Thread fernando_jmt
AFAIK, you can't use @EJB in POJO components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081428#4081428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081428 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: problem with Authenticator

2007-09-05 Thread mnrz
can we inject an ejb component into authenticator using @EJB? @EJB private UserDao userDao; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081206#4081206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081206 __