<component> doesn't include inherited properties of EmbeddedValue -----------------------------------------------------------------
Key: HIB-203 URL: http://jira.andromda.org/browse/HIB-203 Project: Hibernate Cartridge Type: Bug Versions: 3.1-RC1 Reporter: Bill Salvucci Assigned to: Carlos Cuenca Priority: Minor FooParent has an aValue and bValue property. FooEmbeddedValue extends FooParent. FooEntity has a fooEmbeddedValue attribute whose type is FooEmbeddedValue. The resulting component in the FooEntity.hbm.xml does not include aValue and bValue: <component name="fooEmbeddedValue" class=".FooEmbeddedValueImpl"> </component> PS: It also looks like there might be a bug related to the "." before the class name. In my test case, the classes were not in a package. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV