[jboss-user] [JBoss Seam] - Re: Proper way to instantiate seam managed component
CptnKirk
do-not-reply at jboss.com
Fri Jul 21 20:25:45 EDT 2006
So you want to be able to manually create a list of new uniquely isolated SFSBs on each call to your JSF action? This sounds like a bad thing. What is your use case?
In any case, see if adding @Intercept(InterceptionType.ALWAYS) to your component definitions help. I have a feeling that you're missing out on the normal invoke_application injection when you create your components via Component.newInstance().
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960065#3960065
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960065
More information about the jboss-user
mailing list