[jboss-user] [JBoss Seam] - Re: Audit Interceptor with State

griffitm do-not-reply at jboss.com
Mon Oct 15 17:16:33 EDT 2007


Trying to drop in the Audit function, here's what I did:


  | Added the lib to my classpath
  | Changed my entity to inherit from AuditHome instead of Entity Home
  | Added @Auditable annotation to the field I want to track
  | 
  | When I deploy the application and try to access the class that is marked auditable (Status.java) I get the following error:
  | [SeamPhaseListener] uncaught exception
  |   | org.jboss.seam.RequiredException: In attribute requires non-null value: statusHome.auditHomeEntityManager
  | What am I missing?
  | 
  | Any help would be appreciated! 
  | MG

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095413#4095413

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



More information about the jboss-user mailing list