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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...