Had this one happen to me the other day. A new version of JQuery wouldn't handle the strange {} correctly.
It's an easy fix:
Change
<bean...
Type: Posts; User: dalford; Keyword(s):
Had this one happen to me the other day. A new version of JQuery wouldn't handle the strange {} correctly.
It's an easy fix:
Change
<bean...
Added Jira https://jira.springsource.org/browse/ROO-318 for the Strategy mechanism.
Ben,
Thanks for the reply. I think modifying the existing toString might be the best bet so I will take a look at doing that.
As for the Entity changes, I think the strategy approach is a great...
I'm in favor of #2. In our current project we have had to introduce some JPA classes between join tables just to allow us to have sorted JPA sets.
Ben/Stefan,
I'm looking forward to RC3 with the ability to write your own addon as demonstrated at Springone. I have some questions on how the plugins will work with existing roo behavior.
For...
Be aware that there are a number of changes between rc1 and rc2. I'm trying to migrate an rc1 project at the moment.
Your best bet is to create a dummy RC2 project and add some domain objects and...
Not sure if this is a Roo or a JPA question...
I have some data that I need to keep an auditLog for that holds the information on actions performed on the data. This audit data should exist even...
Open the roo shell tab in STS and type
push in itds
This will give you a prompt with a list of all the ITD's that roo has generated. Press ok and STS will merge them into your Java code.
...
I found the solution in Jira.
The project structure changed between m2 and rc1. I moved my application context from $ROO_PROJECT\src\main\resources to...
When trying to create a new controller I am now getting "application context does not exist" errors.
roo> new controller manual -name ~.web.SecurityBrowser
Created...
Did you specify a length when creating the String fields? There is a known issue with the DOJO front end when you have Text Areas( long string length) elements that will concatenate your values.
...
I have it working too via Christian's blog post instructions. As piter75 mentioned, you have to launch the roo shell from your project structure.
This does raise a question. What happens if you...