ide « Roo « Spring Q&A





1. Eclipse - Is it possible to link to a file from within a Java comment?    stackoverflow.com

I am looking for a way to link from a comment inside a .java file to another file somewhere in the project folder (like CMD-clicking a Java Type links to the ...

2. Launching Roo Shell adds all aspect files to change sets    stackoverflow.com

I am currently working on a Spring Roo application. Our Roo version is 1.0.2, our source control system is Jazz Team Server 1.0.0.2 (iFix3), and IDE is a packaged version ...

3. Testing @RooJavaBean class in Eclipse IDE with JUnit    stackoverflow.com

I use Spring Roo to generate getters/setters. When I update my class under test and then run JUnit tests from Eclipse IDE (STS), it does't see changes I have made. For example:

java.lang.NoSuchMethodError: com.example.web.forms.UserRegistrationForm_Roo_JavaBean.ajc$interMethodDispatch1$com_datefitting_web_forms_UserRegistrationForm_Roo_JavaBean$com_example_web_forms_UserRegistrationForm$setName(Lcom/datefitting/web/forms/UserRegistrationForm;Ljava/lang/String;)V`
After ...

4. STS hangs when issuing any roo commands on command line within the IDE    forum.springsource.org

Hello All, I have been working with "STS" with the below version Version: 2.6.0.RELEASE Build Id: 201103161000 Now when I issue any roo commands on the command line it shows me ...

5. @RooEntity(mappedSuperclass = true) undefined in IDE    forum.springsource.org

@RooEntity(mappedSuperclass = true) undefined in IDE With the Roo 1.1Release [rev 793f2b0], I get complaints from both Netbeans 6.8 and STS 2.5.0Release that the "attribute mappedSuperclass is undefined for the annotation ...