You must have done something wrong. Your current code injects null, sets newPaperDetails
in initPaperDetails(), then outjects it to nowhere (stateless). On the next call you
inject null again, don't set the variable, then outject null, which causes an error.
Fix this and things should work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961612#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...