Roo uses the proxy settings under the Network settings in the Jave Preferences console.
Type: Posts; User: James Tyrrell; Keyword(s):
Roo uses the proxy settings under the Network settings in the Jave Preferences console.
Hey Dorel, thanks for the feedback! Keep it coming :) You make a really good point re. the custom servlet and decorator, I will fix that up and update this thread when the changes are in a snapshot....
Hey David, there sure is. I am in the middle of writing up better documentation on this but you can use the "exclude" attribute on the RooGwtRequest annotation. Let me know if that works as expected.
Hey bungrudi, so what Roo capabilities do you want to keep in your project? Just the Entity->Proxy mirroring? Or the details and edit view creation as well?
Hey bungrudi, currently there is no off switch for GWT domain model mirroring. I have created an issue here which I will update when the problem is fixed (before the next release).
Hey skpatel20, the addon is still actively maintained but I haven't got around to migrating it to the new bindery packages that are shared between GWT and Android. The functionality between both...
Hey megachucky, I believe you are receiving the error because the name is already in use. Please try to use a different, preferably something a little less common, and let me know if that solves your...
Using the @Transient annotation should be fine, the application doesn't exclude fields marked with @Transient.
So the problem is that the runTarget in a generated application isn't being specified? It should be /ApplicationScaffold.html
Yeh it looks like a runtime problem, not so much a problem with Roo managed code. I haven't used Enterprise Architect extensively, but can it generate a schema? If it does, what you may want to try...
Can you please turn on development mode by running "development mode true" from the Roo shell and then please attach your project's "log.roo" file with the error. I am can't see to replicate the...
Does this happen when you run "gwt setup" or when you run the project?
Hey guys, polymorphism isn't supported by RequestFactory in GWT 2.3 but will be supported in GWT 2.4 (http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_4#Polymorphism_support). This...
Hey guys, I am having trouble replicating the problem. Can you provide me with some more information? Like what isn't work and what platform you are running Roo on.
Can you please log a ticket for this, the field order should mimic that in the entity.
You could push in the methods, just redeclare them, into your .java file and provide empty method bodies.
We’re happy to announce integration the availability of Spring Roo 1.1.3 (download here). Spring Roo is a rapid application development tool for Java, allowing you to create full enterprise...
We’re happy to announce integration the availability of Spring Roo 1.1.3 (download here). Spring Roo is a rapid application development tool for Java, allowing you to create full enterprise...
So let me just make sure you followed these steps outside of STS:
Downloaded and extracted Roo snapshot
Created a new directory (or started with a directory which contained nothing)
Ran the...
Hey fawzyj, I can't replicate the problem. Can you create a new project with the expenses.roo script (run "script expenses.roo" from the Roo shell). When I do this no additional gae specific classes,...
I have finally made changes to the post to make it 1.1.0 compatible.
We are in the process of setting a date, once we have a date it will appear on the project page in Jira (the date will appear next to the version number). I will ping this thread once I have...
Hey dd_angel, you can grab a nightly build from here which is fairly stable. A 1.1.3 should be out in April.
Hey fawzyj, sorry for the delay in responding. Can you please try our latest nightly build here and let me know if the problem still persists.
Hey abhisec, when Roo is managing files no external repositories are added. Such Maven actions happen at runtime.