Change By: Brett Meyer (27/Sep/12 9:31 PM)
Description: Test case: o.h.test.annotations.entity.Java5FeaturesTest#testEnums

@Entity CommunityBid extends @Entity Bid

SchemaGenerator SchemaExport  generates the following:
create table Bid (id integer not null, class varchar(255) not null, approved boolean, description varchar(255), editorsNote varchar(255), note integer, communityNote integer, primary key (id))

'class' is not a field in either entity.
Summary: SchemaGenerator SchemaExport  adding extra 'class' varchar field
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira