Because your attribute DumbUser is a plain class (not injected), you sould initialize
your class manually,
| private DumbUser dumbUser = new DumbUser();
|
|
Try above, I think it will work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011935#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...