Issue Type: Bug Bug
Assignee: Brett Meyer
Created: 14/Mar/13 2:32 PM
Description:

org.hibernate.test.annotations.collectionelement.CollectionElementTest#testSimpleElement

Boy#favoriteFoods is a Map<String, Enum>. The following is inserted:
"breakfast":PIZZA
"lunch":KUNGPAOCHICKEN
"dinner":SUSHI

Debugging shows that the map keys and enum values are inserted as expected. However, when the Boy is queried, the following results:
PIZZA:PIZZA
KUNGPAOCHICKEN:KUNGPAOCHICKEN
SUSHI:SUSHI

Something db-specific is causing the enum values to be written as the map key.

Environment: sybase155 or sybase157
Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
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