I'm using roo 1.2.1 and am attempting to follow the getting started tutorial. I've gotten to this part:
However I only receive the following output:Code:roo> finder add --finderName findRsvpsByCodeEquals Managed SRC_MAIN_JAVA/com/wedding/domain/Rsvp.java Created SRC_MAIN_JAVA/com/wedding/domain/Rsvp_Roo_Finder.aj Managed SRC_MAIN_JAVA/com/wedding/web/RsvpController_Roo_Controller.aj Created SRC_MAIN_WEBAPP/WEB-INF/views/rsvp/findRsvpsByCodeEquals.jspx Managed SRC_MAIN_WEBAPP/WEB-INF/views/menu.jspx Managed SRC_MAIN_WEBAPP/WEB-INF/views/rsvp/views.xml
I can see the new finder in Rsvp_Roo_Finder.aj but there is no change reflected in RsvpController_Roo_Controller.aj and no views generated for the finder as in the provided example.Code:roo> finder add --finderName findRsvpsByCodeEquals Managed SRC_MAIN_JAVA/com/wedding/domain/Rsvp.java Created SRC_MAIN_JAVA/com/wedding/domain/Rsvp_Roo_Finder.aj
Does anyone know where I'm going wrong?


Reply With Quote