8 Replies Latest reply on Oct 1, 2011 4:38 AM by adamw

    Specifying RevisionListener.class on @RevisionEntity

    appletree

      We are following the guidelines specified here for adding a listener so that we can update our RevisionEntity.  The problem is that we have our code segmented into different maven modules with our model being in 1 module and our persistence code in another.  This helps us in other ways, but the problem is our RevisionListener.class needs to use code that is in other modules which depend on our model module.  Our workaround is ugly...

       

      I guess my question is, is there another way to specify a RevisionListener for a RevisionEntity?