please submit to JIRA, thanks.
Andreas Winter wrote:
Hi,
it seems that the "package" attribute of a <hibernate-mapping> is not considered for the "extends" attribute of (at least) a joined-subclass mapping.
Eventually in Binder.getSuperclass(..) the line
String extendsValue = subnode.attributeValue("extends");
should read
String extendsValue = getClassName(subnode.attribute("extends"),model);
Regards Andreas
-- Gavin King +61 410 534 454 +1 404 822 8349 callto://gavinking
Hibernate [EMAIL PROTECTED] http://hibernate.org
JBoss Inc [EMAIL PROTECTED] http://jboss.com
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
