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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to