First of all, thanks for the release guys. I have the feeling that from all the versions of ROO GWT addon, this is the first I would trust to go in production with. There are some small issues though...
Type: Posts; User: dorel; Keyword(s):
First of all, thanks for the release guys. I have the feeling that from all the versions of ROO GWT addon, this is the first I would trust to go in production with. There are some small issues though...
gae:deploy fails because maven prompts for username/passwords for GAE deployment and the prompt doesn't appear in spring roo console. It appears to get stucked in the "Initiating update" step when in...
The create Spring roo project wizard doesn't work. The default STS with Google integration comes with Roo M03 and if you download and set the default Roo version to the Release, when you click OK at...
I get this all the time when building:
2010-06-03 00:20:30,122 [main] ERROR DataNucleus.Plugin - Bundle "org.datanucleus.store.appengine" requires "org.datanucleus" version "[1.0.4,...
It is definitely happening when loading the Dashboard's RSS feeds while initializing Java ... in STS. So I believe it's a threading issue. Whatever it is, it is a huge pain
In the meantime it seems I also found a workaround for this:
1.) Look into the status bar at what project from the workspace it hangs
2.) Force quit STS
3.) Go into the workspace folder and...
I've disabled the dashboard loading from the prefs file and it seems it blocks in another place. I will take the thread dumps if you tell me how.
However it seems to be dependent on the workspace...
I'm on STS 2.3, Mac Snow Leopard and it simply hangs (shows the long loading cursor) indefinitely during the time it is supposed to load the Dashboard's RSS feeds. the only way to quit is to "Force...
That is a HUGE idea ! A Vaadin ROO plugin would make total sense since it's a end to end framework and I assume all one would have to do is use their components/libraries w/o anything else. However I...
Certainly you're not talking nonsense. Actually I would encourage everyone to give input on this matter.
GWT indeed is a Java based technology which needs compilation, only that it takes...
After exploring the "common domain model" alternative for a while I tend to believe this has several severe drawbacks, the biggest one being that I can't see how we can use the @RooEntities as they...
Hi guys,
I have done recently a lot of experimenting/prototyping with ROO and GWT. One of the things I have tried is to use a shared domain model between GWT and ROO generated backend, e.g. use...
well, I took the following steps:
0.) start Roo console
1.) project --topLevelPackage your.base.package.roo.addon.myaddon --template ROO_ADDON_SIMPLE
3.) perform eclipse
4.) import it into...
I am reading a xml template file, parsing it and changing the contents than writing it back to the disk using the standard features you provide in the XmlUtils class. However there is the doctype...
Sure, I need system type dependencies to be able to use GWT in a generated project. The current maven GWT plugin from mojo that I am using only supports GWT 1.6.4, but even if it would suport 1.7.1...
awesome, thanks a lot :-)
I'm developing a addon for Roo. Is there any way to add a maven "system" type dependency to the resulting project pom ?
In the Roo source code, the Dependency class has a "type" field indeed but...
Is it possible to install / uninstall a addon from a script file e.g.:
deploy.roo:
perform assembly
addon uninstall old.zip
addon install file:target/new.zip
What happens now is...
I'm not sure where I should post this, in the Roo forum or in the STS one but anyway the issue is with running the backup command from a Roo console opened in STS. If you run the backup command, roo...
Well by 1.2.6 and 1.2.8 I mean I'm getting the same behavior with both versions
Hi. I'm using spring 1.2.6 and 1.2.8 in a web environment and I have the following problem:
I'm setting up in web.xml the following:
<context-param>...
Guys, sorry, don't bother to respond, I'm already ashamed of myself.
First, changing the datasource from a DriverManagerDatasource based one to commons DBCP has cut the delay to 1/3 meaning 600ms....
hi all,
I'm using the Spring/Hibernate support with TransactionProxyFactoryBean and HibernateTransactionManager to manage DB transactions in a web application I'm building.
My setup looks like...
Hi there, I have these mappings in server-config.wsdd:
<typeMapping
xmlns:ns="http://domain.com"
qname="ns:Location"
type="java:com.domain.Location"
...
That's a form developed with Jgoodies forms or table layout (if it's built with form builder, those two layout managers were supported by it the last time I checked) and the look and feel is given by...