[jboss-user] [JBoss Seam] - Re: Unable to call a method on my statefull session bean

bsheward do-not-reply at jboss.com
Sun Oct 29 00:58:15 EDT 2006


My understanding is this:

Seam calls the methods in your session beans when it encounters the action="#{name.action}" declarations, where name is the name of the Seam managed component, and action is the name of the method in the managed component.

However, before the method actually gets called, the Seam interceptor gets invoked, which populates all the @In and @DataModelSelection annotated fields. After the method invocation, control is passed back to the Seam interceptor and it updates the contexts with the @Out and @DataModel annotated fields.

Hope this helps...


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981585



More information about the jboss-user mailing list