[jboss-user] [JBoss Seam] - Re: Injecting several beans of the same type/kind/class

2007-03-22 Thread toni
I think it would be a nice feature if this woul work automatically. If I define a component to be created upon injection, then why only the one which is marked with a @Name("xxx) annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030620#4030620 Reply

[jboss-user] [JBoss Seam] - Re: Injecting several beans of the same type/kind/class

2007-03-21 Thread [EMAIL PROTECTED]
Seam will not create an instance of a component if it does not have a component definition for the component name. If you want it to, you need to declare addition @Role names on the entity or add the details to components.xml. View the original post : http://www.jboss.com/index.html?module=bb&