1. Problem with @OneToMany annotation with Spring Roo stackoverflow.comI'm trying to use Spring Roo to generate entities with a
|
2. Do i need to know AspectJ and annotations for spring roo stackoverflow.comI have read the spring books and knows basic about AOP. I want to learn roo but i don't know AspectJ and annotations. DO i need to learn those to get started with ... |
3. Unable to find org.springframework.roo.annotations:jar:1.1.1.RELE ASE forum.springsource.orgUnable to find org.springframework.roo.annotations:jar:1.1.1.RELE ASE Hi, when generating a new project using roo it adds dependencies for the following which are not available from any maven repository: Code: aspectjweaver : 1.6.11.M1 ... |
4. Would be nice to view the actual java code without the roo annotations in sep folders forum.springsource.orgI know we can Push Refactor to get rid of Roo annotations. That is a royal pain. I want to just save off to repository the java code without the Roo ... |
5. roo do not update code when use customer annotation forum.springsource.orgroo do not update code when use customer annotation [CODE]I think Roo has a bug on monitor my code if i have a customer annotation at field or class,this occur at ... |
6. Could it be optional the generation of Annotation @GeneratedValue in ROO project? forum.springsource.orgCould it be optional the generation of Annotation @GeneratedValue in ROO project? In my project, will use always non-generated Primary Keys. But I found ROO will add code for "@GeneratedValue" regarding ... |
7. How to update Exisiting JPA Entities With ROO Annotations forum.springsource.orgI was wondering if there is a way to update an existing jpa entities with roo annotations or decorate them with roo functionality. Can you some one point me in right ... |
8. Unable to find javadoc for roo annotations? forum.springsource.org |
9. @PreAuthorized annotation not working with ROO forum.springsource.org@PreAuthorized annotation not working with ROO Hello, I have tried to use the "@PreAuthorized" annotation as in page 78 of the Spring Security 3.0.1.RELEASE reference document. I added the following annotation ... |
10. Putting security annotations in BlahController_Roo_Controller.aj forum.springsource.orgPutting security annotations in BlahController_Roo_Controller.aj It seems Spring security now has 3 different implementations that can be implemented by annotations at the method level, 1) secured-annotations for pre-Spring 3.0 security 2) ... |
11. spring roo annotations and maven forum.springsource.orgspring roo annotations and maven I am currently getting this errror and don't know how to get around it, any ideas where i can get this file? Code: 1) org.springframework.roo:org.springframework.roo.annotations:jar:1.0.1.RELEASE Try ... |
12. global-method-security pre-post-annotations not working with Roo app forum.springsource.orgglobal-method-security pre-post-annotations not working with Roo app I'm trying to get @PreAuthorize method security annotations working with a Roo app. I've added Code: |
13. Schemagen and Roo annotations forum.springsource.orgHello, I am trying to use the schemagen plugin, but the processing fails as it does not understand the Roo annotations. I've added a dependency to the roo annotations to the ... |
14. Roo: Is there an annotation to cleanly prevent a field from being displayed? forum.springsource.orgI want to allow Roo to maintain my views, but there are certain domain fields which I do not want displayed. Is there for example an annotation (on the domain fields) ... |