Marc,
I think the error is pointing out a valid syntax error: you have left out a dash: "-mappedBy" instead of "--mappedBy"(in your "field set" statement.)
I have made the same typing error...
Type: Posts; User: briancarroll; Keyword(s):
Marc,
I think the error is pointing out a valid syntax error: you have left out a dash: "-mappedBy" instead of "--mappedBy"(in your "field set" statement.)
I have made the same typing error...
I tend to deal with large object models (often 200-300 entity types) where the initial object model definition in a roo script takes 7000 to 8000 lines of roo 'entity' and 'field' statements to...
Frequently, when I submit a roo script on the roo cammand line, such as
script --file D:\TRAROO\TRA024MVC1.roo
nothing happens for some time (20 minutes to 2 hours).
If I check the "Progress" tab...
KeyPartnershipsController_Roo_Controller_Json.aj:
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to...
KeyPartnershipsController.java:
package com.lyniad.web;
import com.lyniad.domain.busmodel.KeyPartnerships;
import org.springframework.roo.addon.web.mvc.controller.json.RooWebJson;
import...
When generating a web mvc application using JSPs, and am in the portion of the script that defines selenium tests, I am receiving the message shown in the 3rd line, below:
~.web roo> 4488468...
Thanks, I was encountering the same error. The error tended to show up after I removed roo from my project.
Here is one tip that I did not find in the doc: When removing roo from an STS project,...
If we look at one of the errors:
D:\EclipseA2INNOWorkspace2\D03\src\main\java\com\a 2innovate\domain\UserPrivilegeGrant_Roo_JavaBean.a j:124:0::0 spareDecimal2 cannot be resolved or is not a field...
Rick,
Thank you for taking a look. I'm including the code to the roo_JavaBean.aj below.
I have been looking at the code in STS 2.3.2 and it appears fine - that is, I detect no red flags in...
When I run the attached roo script, I'm getting error messages in the STS console. The generated classes seem to compile fine, but I'm concerned I missing something and the errors are indicating an...
After much experimentation, I've come to the conclusion that the ROO processor ignores any @Id and @Version annotations that you place in your domain object classes. So I've learned to not attempt...
I was browsing this form for answers when I noticed a small roo script that Ben Alex provided. It had the command line arguments as I used - just reversed! I tried that and it works.
So the...
I did some experimentation and found there is also a "version" field that is automatically generated (in addition to the "_id" field).
Now, there appears to be no way to specify a "version" field...
I'm running Roo 1.0.2 via STS 2.3.1 and think ROO is really cool and helpful. But why does ROO seem to ignore the identity field I specify in my ROO entity script:
entity --class...
Here is a minor enhancement:
The STS installer should configure roo in the STS workspace if the user asks for roo to be installed.
Background:
I'm running STS Version: 2.2.1.200910210131-RELEASE...