Found the solution! :)
So for further reference,
this solved it:
http://mojo.codehaus.org/aspectj-maven-plugin/weaveJars.html
had to add the weave deps:
<plugin>
Type: Posts; User: tjr; Keyword(s):
Found the solution! :)
So for further reference,
this solved it:
http://mojo.codehaus.org/aspectj-maven-plugin/weaveJars.html
had to add the weave deps:
<plugin>
Hello Everyone,
I've been developing a webapplication with a special server backend.
The basic architecture is a webapplication running in a tomcat with database connection as usual and a server...
thank you, i'll try that =)
Hello everyone,
i keep getting into trouble starting the new roo versions on my project, because they like to automatically add populationmethods for my controllers as modelattributes like:
...
they sadly removed this insanely useful attribute. it's still in the docs though.
it's been replaced with the z tags in the jsp code. would be great if it could be brought back.
Now that I would interest me aswell :D
Thank you very much! That was exactly what I needed to know :D
I kinda like the new mapping to be honest :)
Hi Everyone,
in roo 1.1.. my requestmappings were changed to something like:
@RequestMapping(value = "/{id}", params = "form", method = RequestMethod.GET)
but these mappings don't seem to...
Thank you for your quick answer.
I did look at the upgrading notes prior to upgrading ;) but going from 1.0.2 to 1.1+ seemed to have too many changes to be fully noted in there.
There used to...
Hello everyone,
I recently upgraded to Roo 1.1 and right now it feels like a big mistake.
I ended up with lots of new views I don't need, new tags under my code (in the menu for example). Now I...