Can You help me ? 

I needed new attribute for Entity -> lazy
I added to Stereotype Entity new attribute lazy with type boolean

I wrote in Hibernate.ext same as for length


boolean lazy (Property prop) : false;

String lazy (Field field) :
field == null ? false : field.lazy
;


And in Mapping.xpt I use it -  «lazy()»


but when i run generator it crashes and says 


[java] ERROR - Couldn't find property 'lazy' for type Persistence::Field in
org/fornax/cartridges/uml2/hibernate/Hibernate.ext on line 41 'field.lazy'

I seem to miss something ... what would the problem here?



-- 
View this message in context: 
http://www.nabble.com/including-attribute-tf3977330s17564.html#a11290018
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to