Invalid mapping for Hibernate custom types is generated when specifying 
hibernateCustomTypesPackage property
------------------------------------------------------------------------------------------------------------

         Key: HIB-94
         URL: http://jira.andromda.org/browse/HIB-94
     Project: Hibernate Cartridge
        Type: Bug
    Versions: 3.0 Final    
    Reporter: Alex Radzivanovich
 Assigned to: Martin West 


Mapping for properties of Blob and Clob types is always generated using the 
default package 'org.andromda.persistence.hibernate' ignoring value of property 
'hibernateCustomTypesPackage'.
Example:
Property 'hibernateCustomTypesPackage' is specified as 'com.my.company.demo'
and the generated mapping is:
<property name="data" 
type="org.andromda.persistence.hibernate.HibernateByteBlobType">
    <column name="DATA" not-null="true" unique="false" 
sql-type="LONGVARBINARY"/>
</property>


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to