Parametrized type should be exported with it's parameters
---------------------------------------------------------
Key: JBIDE-4198
URL:
https://jira.jboss.org/jira/browse/JBIDE-4198
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Hibernate
Affects Versions: 3.1.0.M1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.1.0.M1
When Enum type (and in some other situations) used in mapping exported doesn't exxport
property's type with params. In this situation session factory cannot be built.
It does it in this way:
<property ... type="org.hibernate.type.EnumType">
but must does:
<property ... >
<type name="org.hibernate.type.EnumType">
<param name="enumClass">com.jboss.dvd.seam.MyEnum</param>
...
</type>
</property>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira