Search:

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

Search: Search took 0.01 seconds.

  1. wow, thanks for this! Just saved me a ton of...

    wow, thanks for this! Just saved me a ton of time.
  2. Replies
    2
    Views
    1,891

    Anything you need to modify in the .aj file can...

    Anything you need to modify in the .aj file can be modified, but you should put the modified method (cut and paste from the .aj file) into the class. Once the method exists in the class, Roo will...
  3. Spring Aspects JAR configured as an AJC/AJDT - rehashed

    This really needs to get fixed...

    Caused by: java.lang.IllegalStateException: Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects library?)

    This...
  4. I'm not sure I can repeat the steps exactly since...

    I'm not sure I can repeat the steps exactly since I've "moved on" in my project.

    Later today I'll turn on dev mode and try to recreate the situation again after committing my current changes to...
  5. Update: I just reverted to a previous SVN branch...

    Update: I just reverted to a previous SVN branch and skipped the part where I made a Boolean first and Roo seems to be happy again.

    I only lost 30 minutes of my time over this one, but had this...
  6. [FelixDispatchQueue] Member holding details required

    So, two months ago I started a project at my new place of employment. They wanted something up and running fast so I decided to venture out and use Roo. I've used Roo a few times for personal...
  7. Replies
    1
    Views
    1,034

    Added this to my repositories section in my...

    Added this to my repositories section in my pom.xml file:

    <repository>
    <id>atlassian-maven</id>
    <name>Atlassian Maven</name>
    ...
  8. Replies
    1
    Views
    1,034

    missing springsource mysql jar [fixed]

    I fired up roo yesterday without a problem. I navigate to the project directory on the command line (linux) and type mvn jetty:run

    I find it strange that I ran this yesterday (adding and deleting...
  9. Replies
    24
    Views
    8,767

    I've done it from shell and from command line -...

    I've done it from shell and from command line - both cases I've received the above errors.

    In any case, Roo needs to work with developer's solutions (our objects) not the solo expenses.roo...
  10. Replies
    24
    Views
    8,767

    I've tried a brand new project and I'm getting: ...

    I've tried a brand new project and I'm getting:

    Description Resource Path Location Type
    cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element...
  11. Tutorial for Roo spring security -> mysql db backend?

    I hate re-inventing the wheel. I was curious if anyone's run into a blog post/tutorial detailing how to ramp up spring roo with a db backend (mysql) spring security setup.

    Roo does a nice clean...
  12. Replies
    1
    Views
    1,332

    I don't believe there is a way to do this, but I...

    I don't believe there is a way to do this, but I agree that learning of such a feature (or having one developed) would be quite handy. At the end of the day, I've been scrapping all of the...
  13. Replies
    3
    Views
    927

    It would appear from what you've shown there that...

    It would appear from what you've shown there that there's no entry for /toppings (note the plural s)

    <intercept-url pattern="/topping/**" access="hasRole('ROLE_ADMIN')"/>
    to
    <intercept-url...
Results 1 to 13 of 13