I've found solution, it works well if I change:
@In(required=false)
@Out(required=false)
private UscModpskr uscModpskr;
to:
@In(required=false)
@Out(required=false,scope=ScopeType.SESSION)
private UscModpskr uscModpskr;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962712#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...