[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1398) extends and entity-names broken with mapping-level package attribute

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:57 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-1398.
-------------------------------


Closing stale resolved issues

> extends and entity-names broken with mapping-level package attribute
> --------------------------------------------------------------------
>
>                 Key: HHH-1398
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1398
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: metamodel
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>            Priority: Minor
>             Fix For: 3.1.2
>
>
> Consider the following mappings:
> <hibernate-mapping package="my.package"> 
>     <class entity-name="Entity"> 
>         ...
>     </class>
>     <joined-subclass entity-name="Company" extends="Entity"> 
>         ...
>     </joined-subclass>
> </hibernate-mapping>
> This currently breaks because the binder is looking for the extended entity using the package name...

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