Raj,
If you look into ModelEntity.java you will find this comment
// TODO: should we look for existing fields of the same name here? for now just
add to list...
Maybe someone will enchance it one day....
Jacques
From: "Raj Saini" <[EMAIL PROTECTED]>
Hi,
Is there a way to extend the field type of a entity using extend-entity
or any other similar mechanism without modifying the original entity
definition. I tried using extend-entity by redefining the exiting field
with a different data type, but it added a new column to the database
table instead of altering it.
Thanks,
Raj