If you don't specify a component name in the value attribute of the @In annotation the
name is taken from the variable declaration, which would be "repTemp" in your
case which is wrong.
Try
@In(value="RstReportTemplate", create=true)
RstReportTemplate repTemp;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082173#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...