Re: [Hibernate] package attribute and joined-subclass mapping

2004-09-15 Thread Gavin King
please submit to JIRA, thanks. Andreas Winter wrote: Hi, it seems that the "package" attribute of a 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"); sho

[Hibernate] package attribute and joined-subclass mapping

2004-09-15 Thread Andreas Winter
Hi, it seems that the "package" attribute of a 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 = getClassNam