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

Mark Derricutt (JIRA) noreply at atlassian.com
Thu Dec 11 22:01:38 EST 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31929#action_31929 ] 

Mark Derricutt commented on HHH-3633:
-------------------------------------

Doh - looks like I spoke to soon - as other code in our codebase uses the Javabeans API it wants a matching getter/setter :(

> 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