Hi,
I recently created an updated version of this add-on compatible with the latest version of Spring Roo. It can be found on github at https://github.com/rcaloras/spring-roo-addon-timestamp....
Type: Posts; User: elementz; Keyword(s):
Hi,
I recently created an updated version of this add-on compatible with the latest version of Spring Roo. It can be found on github at https://github.com/rcaloras/spring-roo-addon-timestamp....
Honestly found this solution posted on the jira issue to be the easiest to work in:
function setSubmitUrl(form){
var hash = unescape(self.document.location.hash.substring(1));
form.action =...
To anyone trying to reverse engineer an SQL Anywhere database using Spring ROO. I just resolved this.
A couple things need to be done.
Roo's generated database properties file is no good. The...
Hey were you able to resolve this? I'm getting a null returned once development mode is turned on.
roo> database reverse engineer --schema dbo --package ~.domain
ArrayIndexOutOfBoundsException at...
I've seen GWTP, but not too familiar with it. I've been developing a substantial sized gwt webapp using STS and Spring ROO now for a few months. ROO is great for initially getting your project going....
Roo is very picky about any of it's managed files you may try to edit. I think many people are waiting for an update which will allow developers to add to roo managed files. You have to move around...
I've been having the same issues. Roo can't currently generate finders for GWT and if you try to manually add them to the Roo managed files your functions will be overridden.
The only workaround...