2 Replies Latest reply on Dec 14, 2008 5:03 PM by talios

    Envers ignores empty discriminator classes

    talios

      'lo

      I'm just working through updating our system to Hibernate 3.3 and the new maven based envers from trunk and am noticing that empty discriminator classes such as:

      @Entity
      @DiscriminatorValue("11004")
      @Versioned
      public class CountryGeo extends Geo {
      }
      


      Are getting ignored by envers. This is manifested as the error "An audited relation to a non-audited entity" thrown from ToOneRelationMetadataGenerator.

      I've raised this as HHH-3633.