hi delgad9, did you continue with building out this add on? where do I find your live demo?
Thanks
RK
Type: Posts; User: dudeRK; Keyword(s):
hi delgad9, did you continue with building out this add on? where do I find your live demo?
Thanks
RK
Hi,
I'm in the same boat with the other developers on this forum that want the List page to be Sortable and also provide some Filtering to enhance the user experience, any update on the add on...
Hi,
After several searches seems like i18n is still a big gap with Roo support for GWT, has there been any update or patch released for it?
Thanks
RK
Thanks Andy for your suggestion, problem with the setup is that I imported the project as a maven project so m2e uses the pom of the mvc project module to build the project and since m2e does not...
After battling with it all day I can get the multimodule roo project with GWT to compile but the final part I'm stuck at is this error below when running the app as "google application", I cannot...
I saw a lot of other posts around this error but couldn't figure out a solution or maybe GWT does not work with Roo multi-module at all since this goal was being executed on the core module which...
after running the script I get this in the roo shell window
Script required 71.421 seconds to execute
The path to type com.example.petclinic.reference.PetType which is used in type c...
Thanks for having this active thread since we are all in the same boat with Roo + GWT evolution
the last post about the pizzashop tutorial was something I tried 2 months back but I'm looking for a...
everything worked for me after deleting the pgp key that roo downloads and puts in the Users folder on windows
so I setup roo to run in an outside shell as STS 2.8.1 seems to be very slow if...
I cannot load the Roo shell as it gives some kind of error loading, I just downloaded spring-roo-1.2.0.RELEASE and I get the errors below (full log is attached to this post)
Welcome to Spring...
it might be failing trying to reach the pgp server
# The keyserver Roo contacts for verifying PGP signed resources such as add-on bundles...
this is what I see in the console window that is causing ROO issues
at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:
226)
at...
I spent and entire day reverting back my environment to determine what caused the STS/Roo to be unresponsive, first I thought maybe I tried to install and download STS 2.8.1 with Roo 1.2.RELEASE...
I'm having similar issues with Roo 1.2.0.RELEASE and STS 2.8.1, it is blocking my project from moving forward
I get the following stack trace trying to load the roo shells stand along and it is also very slow and keeps showing "Please wait - still loading"
ger.java:993)
at...
Do the finder methods only work for Active Record entities? I have a simple entity class as follows
package com.acps.app.payments.core.domain.customer;
import...
I'm using sts-2.7.1.RELEASE on windows 7, not sure if that matters for the roo snapshot build, Do I need to move to a higher version of STS?
One Question, Do I need to install any Addon for the JPA, WEB mvc standard roo project with this snapshot build?
Thanks Alan,
I will try with ROO/spring-roo-1.2.0.BUILD-SNAPSHOT_20111208.052611-ce40916.zip
I think the problem is with the Snapshot build it is missing some stuff, I created a sample project with a single entity class of 2 fields and I see weird roo behavior in STS wherein it deletes the...
I have the following controller for my Customer entity
package com.acps.app.payments.core.web.ccti;
import com.acps.app.payments.core.domain.customer.Customer;
import...
I have created a jira issue for this problem and I have attached the roo backup copy of my project to the jira
https://jira.springsource.org/browse/ROO-2947
Do I need a separate account for jira to create a ROO jira issue?
https://jira.springsource.org/browse/ROO
this URL only lets me browse the existing issues as I don't have permission to create...
roo> Updated SRC_MAIN_JAVA\com\acps\app\payments\core\domain\ccti\CreditTransferTxnInfo_Roo_ToString.aj
Updated...
Do I have to remove Roo due to its limitation on how it generates integration tests? Can someone advice if this is a roo limitation or something wrong in my usage of Roo?