"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
