What does 'push in' mean, remove from the .aj file? What happens when I rerun roo or mvn clean install -x? Do I get back the function in the aspect file?
Looked it up . . . Might try pushing in...
Type: Posts; User: gearond; Keyword(s):
What does 'push in' mean, remove from the .aj file? What happens when I rerun roo or mvn clean install -x? Do I get back the function in the aspect file?
Looked it up . . . Might try pushing in...
I had a very similar problem. When I used @RooEntity annotation on a table, it tried to over ride the @Id annotation I had on the String id field, found by a compile error when the Roo aspect(?)...
So would it be a good policy to save copies of log.roo? Then when an entity or class needed to be modified, modify the script, delete the original class, and then execute the roo script to recreate...
Would someone who has successfully completed the pizza tutorial be willing to upload the 'pizza' directory in a *.zip/*.tar.gz file? I'm having trouble with the Spring Security integration. I get...
Yes, the tutorial is already out of date. I would like it if a selenium (other test) script ran through each step of the tutorial once a day, using the latest libraries, and sent emails to the...
I'm having similar problems with the pizza tutorial. There doesn't seem to be Mich explanation of what or how security happens. Hard for someone like myself, noob, to troubleshooting.
I put the whole roo direcotry in /usr/share. I chowned it root:root recursively. I chmodded it 0755 recursively. I made a soft link to it: /usr/bin/roo=/usr/share/roo-version/bini/roo.sh.
No good,...
I restarted a Spring Roo project after many months. Is there an easy way to export the database schema to XML, JSON, etc? It's be nice to see what's 'in there'.
For me, this problem was the result of a new OS/Eclipse Install. I had backed up my $HOME directory, wiped the drive, reinstalled Ubuntu/Eclipse, etc, then restored my $HOME directory. However, the...
I installed spring-roo-1.1.1-RELEASE in /usr/local/bin.
I chowned it root:root, and then chmodded it 0755.
I then made a sym link...