[jboss-user] [JBoss Seam] - Re: Injection and relation between components

hstang do-not-reply at jboss.com
Tue Jun 5 23:19:15 EDT 2007


Is SourceConsumptionHome a regular javabean?  If you haven't already, try adding a Scope=Conversation to the class.

EntityHome objects are, by default, conversation-scoped so they will participate through the entire lifecycle of a conversation, but regular javabean components are event-scoped.

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

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



More information about the jboss-user mailing list