A couple of obvious things:

Your save method obviously doesn't compile, so you might want to verify you are 
running the code you think you are running.

Your save method shouldn't return null or else the @End tag won't end the 
conversation.

Your entity should be going to the conversation, not the the request context.   
You can monitor your conversation and the components in the conversation by 
using the debug page. 

To find out if your methods are being called, run in the debugger or add some 
logging statements.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986625#3986625

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986625
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to