[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?
avbentem
do-not-reply at jboss.com
Tue Mar 20 17:15:56 EDT 2007
"bsmithjj" wrote : Caused by: java.lang.IllegalArgumentException: Could not set field value by reflection: AutoProvisionerBean.log on: com.evergreen.accesscontrol.impl.AutoProvisionerBean with value: class org.jboss.seam.log.LogImpl
|
I guess your Java imports still refer to some non-Seam logger?
In other words, try something like (I'm not sure about the exact package name):
import org.jboss.seam.log.Log;
| :
| @Logger
| private Log log;
Arjan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030007#4030007
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030007
More information about the jboss-user
mailing list