[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3633) Envers ignores empty discriminator classes

Mark Derricutt (JIRA) noreply at atlassian.com
Mon Dec 8 16:38:17 EST 2008


Envers ignores empty discriminator classes
------------------------------------------

                 Key: HHH-3633
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3633
             Project: Hibernate Core
          Issue Type: Bug
          Components: envers
    Affects Versions: 3.4
            Reporter: Mark Derricutt


'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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list