Results 1 to 2 of 2

Thread: spring roo code generation issue

  1. #1

    Default 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.

  2. #2

    Default

    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
  •