wow, thanks for this! Just saved me a ton of time.
Type: Posts; User: trumpetx; Keyword(s):
wow, thanks for this! Just saved me a ton of time.
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...
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...
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...
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...
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...
Added this to my repositories section in my pom.xml file:
<repository>
<id>atlassian-maven</id>
<name>Atlassian Maven</name>
...
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...
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...
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...
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...
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...
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...