[jboss-user] [JBoss Seam] - Re: Problem calling SFSB

norman.richards@jboss.com do-not-reply at jboss.com
Thu Nov 16 12:03:57 EST 2006


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



More information about the jboss-user mailing list