Finally !
I found out the the bean behaved "Stateless" although I did annotate it as
Stateful, no wonder it didn't work, I just found it out by coincidence.
After changing it from conversation scope to the Session scope it suddenly worked like a
charm !
The Conversation was over for seam after a request and response but for me it wasn't
done with it.
There is one question left.
How can I determine precisely from my code and my code structure when a conversation is
over?
thank you people for investing you time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121986#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...