]
Steve Ebersole updated HHH-6551:
--------------------------------
    Fix Version/s:     (was: 4.0.0.CR1)
                   metamodel
 HBM XML does not process subclasses within <subclass> tags
 ----------------------------------------------------------
                 Key: HHH-6551
                 URL: 
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6551
             Project: Hibernate Core
          Issue Type: Bug
          Components: metamodel
            Reporter: Gail Badner
            Assignee: Steve Ebersole
             Fix For: metamodel
 In the following, PartTimeEmployee is not processed because it is embedded within
Employee:
 		<subclass name="Employee"
 			discriminator-value="E">
 				<property name="title" length="20"/>
 				<property name="salary" />
 			<subclass name="PartTimeEmployee" discriminator-value="M">
 				<property name="percent"/>
 			</subclass>
    		</subclass> 
--
This message is automatically generated by JIRA.
For more information on JIRA, see: