The "key-property" element of "composite-id" doesn't take care of declared
Hibernate type.
------------------------------------------------------------------------------------------
Key: HIB-210
URL: http://jira.andromda.org/browse/HIB-210
Project: Hibernate Cartridge
Type: Bug
Reporter: Luca De Petrillo
Assigned to: Carlos Cuenca
Priority: Critical
The actual generation of "key-property" attributes use this syntax:
<key-property name="$identifier.name"
type="$identifier.type.fullyQualifiedName">
This make the template ignore the Hibernate type...
Should be correct to this:
<key-property name="$identifier.name"
type="$identifier.type.fullyQualifiedHibernateType">
--
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