Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    968

    Had this one happen to me the other day. A new...

    Had this one happen to me the other day. A new version of JQuery wouldn't handle the strange {} correctly.

    It's an easy fix:
    Change


    <bean...
  2. Replies
    4
    Views
    1,319

    Added Jira...

    Added Jira https://jira.springsource.org/browse/ROO-318 for the Strategy mechanism.
  3. Replies
    4
    Views
    1,319

    Ben, Thanks for the reply. I think modifying the...

    Ben,
    Thanks for the reply. I think modifying the existing toString might be the best bet so I will take a look at doing that.

    As for the Entity changes, I think the strategy approach is a great...
  4. Replies
    6
    Views
    1,266

    I'm in favor of #2. In our current project we...

    I'm in favor of #2. In our current project we have had to introduce some JPA classes between join tables just to allow us to have sorted JPA sets.
  5. Replies
    4
    Views
    1,319

    User addon/plugins and existing behavior

    Ben/Stefan,
    I'm looking forward to RC3 with the ability to write your own addon as demonstrated at Springone. I have some questions on how the plugins will work with existing roo behavior.

    For...
  6. Replies
    3
    Views
    1,749

    Be aware that there are a number of changes...

    Be aware that there are a number of changes between rc1 and rc2. I'm trying to migrate an rc1 project at the moment.

    Your best bet is to create a dummy RC2 project and add some domain objects and...
  7. Thread: Soft Delete

    by dalford
    Replies
    2
    Views
    1,324

    Soft Delete

    Not sure if this is a Roo or a JPA question...

    I have some data that I need to keep an auditLog for that holds the information on actions performed on the data. This audit data should exist even...
  8. Thread: Roo dependency

    by dalford
    Replies
    7
    Views
    2,094

    Open the roo shell tab in STS and type push...

    Open the roo shell tab in STS and type

    push in itds

    This will give you a prompt with a list of all the ITD's that roo has generated. Press ok and STS will merge them into your Java code.
    ...
  9. I found the solution in Jira. The project...

    I found the solution in Jira.

    The project structure changed between m2 and rc1. I moved my application context from $ROO_PROJECT\src\main\resources to...
  10. new controller (automatic and manual) has stopped working

    When trying to create a new controller I am now getting "application context does not exist" errors.

    roo> new controller manual -name ~.web.SecurityBrowser
    Created...
  11. Replies
    6
    Views
    1,193

    Did you specify a length when creating the String...

    Did you specify a length when creating the String fields? There is a known issue with the DOJO front end when you have Text Areas( long string length) elements that will concatenate your values.
    ...
  12. Replies
    7
    Views
    4,546

    I have it working too via Christian's blog post...

    I have it working too via Christian's blog post instructions. As piter75 mentioned, you have to launch the roo shell from your project structure.

    This does raise a question. What happens if you...
Results 1 to 12 of 12