[jboss-user] [JBoss Seam] - Re: Injecting @Unwrap'ed component

petemuir do-not-reply at jboss.com
Tue Sep 5 06:42:56 EDT 2006


taskInstanceListForType is an example of the componentManager pattern so you should use it something like this:

@In("#{taskInstanceListForType['myType']}") private List<TaskInstance> taskInstances;

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

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



More information about the jboss-user mailing list