You can't normally see it, but Roo generated a bunch of hidden AspectJ files where the vast majority of the generated code lives. If you add methods that conflict with the Roo generated ones, then...
Type: Posts; User: dsp; Keyword(s):
You can't normally see it, but Roo generated a bunch of hidden AspectJ files where the vast majority of the generated code lives. If you add methods that conflict with the Roo generated ones, then...
After doing perform eclipse and importing your project, right-click and convert to Maven. This will add the Maven stuff (through the now built-in m2e plugins) and fix the problem with AspectJ. It...
I've run into two problem with Roo (or maybe STS) with the latest Eclipse Indigo/Roo 1.1.5/GWT 2.3/Maven 3/STS 2.7.1 plugins.
When I use Create Spring Roo Project, the dialog has a section for...
Is PostConstruct even the right place to call something like startAndWait()? What's the best practice for perfroming potentially long-running initialization tasks in EJBs?
Roo output after removing version from UserRoles again:
The field type com.ittools.rootest.UserRolesPK of 'getId' in type UserRoles is not currently support by GWT and will not be added to the...
Roo output after adding version field to UserRoles:
The field type com.ittools.rootest.UserRolesPK of 'getId' in type UserRoles is not currently support by GWT and will not be added to the...
I'm trying to gwt setup a project that has a small set of RooEntity classes. Some are simple entities, and some are association table entities.
When I first start the Roo shell, it looks at my...
[Spring JIRA] Created: (ROO-2625) Support Derby Client for persistence and dbre
Hypersonic has a regular and an IN_MEMORY option, can Roo do that for Derby as well?
The only version I was offered was the derby embedded version, and there's only one DERBY database type in persistence setup (which picks the embedded driver for database.properties) so I couldn't...
Create an empty directory, navigate into it and start a Roo Shell.
addon create wrapper --topLevelPackage org.springframework.roo.wrapping.derbyclient --groupId org.apache.derby --artifactId...
I'm trying to DBRE a Derby database, running as a network server.
persistence setup --provider ECLIPSELINK --database DERBY
database reverse engineer --schema gruman. This fails because no...
Found the answer. I was hit by STS-1931. Removing the ~/.spring_roo_pgp.bpg cleared the problem.
I can't get Roo to run anymore, no real idea why. When I try to start the Roo shell, I get many errors in the form of:
[org.springframework.roo.felix [38]]...
I had to abandon Roo because it suddenly stopped working. I had used it successfully a few days before (1.1.5) but then it stopped working, hanging whenever I tired to execute any commands...
Are you behind a corprate firewall? I had problems similar to that due to a roo component trying to fetch a DTD over the web. Setting -Dhttp.proxyHost=<proxy> and -Dhttp.proxyPort=<port> in my...
Even more peculiar, if I:
1. create a new Spring Roo Project
2. restart Eclipse
3. Open a Roo Shell in Eclipse for the project
the error goes away. It doesn't complain about aspectj, but it...
Any ideas why the new Spring Roo project isn't created as Mavenized? And shouldn't there be two options for Maven integration, instead of just dependency? When I check the .project file I get:
...
Definitely Maven problems. Poking around showed that the project wasn't even "mavenized". I went in to the project context menu and selected Configure -> convert to Maven, then had to monkey around...
Yes, both are in the dependencies list.
Edit:
I'm suspecting that Maven is borked up, because I'm not able to search to find the matching version of org.aspectj. I also only get one choice for...
I'm creating a new Spring Roo Project (using STS in Eclipse), but the brand new project has an error:
classpath error: unable to find org.aspectj.lang.JoinPoint (check that aspectjrt.jar is in...
Thanks. When will that be available in the repo? I'm still seeing the 10.8.1.2_0020 when I try to install it.
Edit: There are 3 versions in the repo:
Version......: 10.8.1.2_0020 [available versions: 10.7.1.1_0001,
10.7.1.1_0010, 10.8.1.2_0020]
I specified the previous release:
addon...
This is some kind of regression:
http://www.eclipse.org/forums/index.php/mv/msg/198991/666938/#msg_666938
I'm having the exact same problem, really annoying.
Should there be another backslash at between the IP and port? You've got all the other ones escaped, but not that one.