Hi Everyone,

I have tried generating persistent entities using the Hibernate
cartridge in both the 3.0M1 release and todays snapshot, and I am
getting the same problem.


Every UML class attribute of type java.lang.String is getting
the following XDoclet tags

   /**
     * 
     *
     * @hibernate.property
     *     column="<<column_name>>"
     *     type="$attribute.type.fullyQualifiedHibernateType"
     *
     * @hibernate.column
     *     name="<<column_name>"
     *     sql-type="java.lang.String"
     */


For obvious reasons, XDoclet doesn't like java.lang.String as a value
for sql-type.  Do I need to edit a mapping file to fix this problem?


One last note, I am using Strings for PrimaryKeys and I have the same
problem with sql-type.

FYI,

In the Hibernate namespace I referring to JdbcMappings.xml and
HypersonicSqlMappings.xml.  Also, I am using a model generated from
Poseidion 2.4.1.

Any suggestions on what to do would be greatly appreciated.




thanks,

roy






-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to