[jboss-user] [JBoss Seam] - Re: Injection problem

bfo81 do-not-reply at jboss.com
Thu Aug 10 07:20:18 EDT 2006


Are you sure your user is null? Maybe getPassword() is null.

Try to output user and user.getPassword() to you log (System.out.println("user: " + user); System.out.println("password: " + user.getPassword()); should be sufficient).

btw: I guess that EVENT scope might be too short.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964325



More information about the jboss-user mailing list