[jboss-user] [JBoss Seam] - Re: problem using entityqueries

stephen.friedrich do-not-reply at jboss.com
Fri Sep 7 10:07:39 EDT 2007


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#4082173

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



More information about the jboss-user mailing list