[hibernate-issues] [Hibernate-JIRA] Commented: (METAGEN-43) @Entity extending from @MappedSuperClass from another package does not generate META MODEL properly

Hardy Ferentschik (JIRA) noreply at atlassian.com
Tue Oct 19 12:08:47 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38817#action_38817 ] 

Hardy Ferentschik commented on METAGEN-43:
------------------------------------------

This time you only include the module structure and pom files (at quite a lot of them). It would really help if you could just attach a minimal test setup. Basically just two modules and a few classes.

> @Entity extending from @MappedSuperClass from another package does not generate META MODEL properly
> ---------------------------------------------------------------------------------------------------
>
>                 Key: METAGEN-43
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-43
>             Project: Hibernate Metamodel Generator
>          Issue Type: Bug
>          Components: processor
>    Affects Versions: 1.1.0.CR1
>         Environment: mac os x
>            Reporter: Young lee
>            Assignee: Hardy Ferentschik
>             Fix For: 1.1.0.Final
>
>         Attachments: files.zip, pomxml.jar
>
>
> I have a entity class SystemEvents which extends from Identifiable that is defined in another maven module. (see attached files).
> When I generate the META MODEL the generated meta model does not extend from Identifiable_ as documented
> {quote}
> If class X extends another class S, where S is the most derived managed class (i.e., entity or mapped superclass) extended by X, then class X_ must extend class S_, where S_ is the metamodel class created for S.
> {quote}

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