Search:

Type: Posts; User: briancarroll; Keyword(s):

Search: Search took 0.20 seconds.

  1. Marc, I think the error is pointing out a...

    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...
  2. Suggestion that roo catch more errors in object model definition

    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...
  3. Why does roo seem to be waiting so much, and what is it waiting on?

    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...
  4. KeyPartnershipsController_Roo_Controller_Json.aj:...

    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...
  5. Here are the Key PartnershipsController attachments

    KeyPartnershipsController.java:

    package com.lyniad.web;

    import com.lyniad.domain.busmodel.KeyPartnerships;
    import org.springframework.roo.addon.web.mvc.controller.json.RooWebJson;
    import...
  6. Why am I receiving an expected message: "Web controller XXX does not appear to be...

    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...
  7. That works thank you. And one more question...

    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,...
  8. Additional thoughts

    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...
  9. More info on issue and UserPrivilegeGrant_roo_JavaBean.aj code

    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...
  10. ROO seems to be producing spurious error messages

    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...
  11. More on the @Id and @Version issues

    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...
  12. The roo cnd line arguments are order-dependent

    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...
  13. Follow on observations

    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...
  14. Issues with abstract classes and spurious JPA identity fields

    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...
  15. Replies
    0
    Views
    1,168

    STS installer should configure roo

    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...
Results 1 to 15 of 15