|
I was using
java.lang.String.
I modified my model substituting
java.lang.String by datatype.String and it worked.
I would like to know if I could continue
using java.lang.String. I would�nt like alter all my model. Is there any
file with this configuration for datatype.String?
Thank you.
Luciana. De: Chad Brandon [mailto:[EMAIL PROTECTED] Enviada: qua 24/11/2004 19:27 Para: Luciana Nunes Leal; [EMAIL PROTECTED] Assunto: RE: [Andromda-devel] ENC: Could not interpret type: $attribute.type.fullyQualifiedHibernateType What is the type of the id in your model, is it datatype.String (or java.lang.String)?
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Luciana Nunes Leal
De: Luciana
Nunes Leal Hi,
I�m using AndroMDA with Maven. Currently, AndroMDA�s version is 3.0M3. I followed the steps recommended in http://team.andromda.org/docs/starting.html.
In my model, there is a class with an attribute named "id" that is java.lang.String. The generated code is like this:
/**
public void setId(java.lang.String id) When I run maven, appears the following error:
[java] 24/11/2004 16:52:04 net.sf.hibernate.cfg.Configuration
add
[java] 24/11/2004 16:52:04 net.sf.hibernate.tool.hbm2ddl.SchemaExport
main
Does anybody know what is happening?
Thanks. Luciana. |
- RES: [Andromda-devel] ENC: Could not interpret type: $a... Luciana Nunes Leal
- Re: RES: [Andromda-devel] ENC: Could not interpret... Wouter Zoons
- RE: RES: [Andromda-devel] ENC: Could not inter... Chad Brandon
