1 Reply Latest reply on Jul 4, 2012 4:29 AM by adamw

    How to store the log time and current user in the rev table.

    hantsy

      In the Spring and JEE6 application, the RevisionListner is not managed by Spring or CDI, I can not use @autowired or @Inject in the Listener class.

       

      if I want to store some extra info in the rev table.Is there good solution to implement this?

       

      Thanks.