-
Dec 21st, 2011, 09:24 PM
#1
spring roo code generation issue
Hi,
i am adding a new field to exiting entity.
when i issue the following command via roo it just updated only .java file with the column.
it does not generate the fields *.aj file
roo> field string --class ~domain.MyClassName --fieldName newColumn --column NEW_COLUMN --unique true --notNull --sizeMin 1 --sizeMax 50
Updated SRC_MAIN_JAVA/com/company/project/domain/MyClassName.java
~.domain.MyClassName roo>
i am struck here.
-
Dec 21st, 2011, 09:28 PM
#2
I also have corresponding UI related file for the entity.
Does the above command take care of updating the corresponding *.jspx file with the new field in create , view , update jsp pages?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules