About the lifecycle problem, an alternative solution is in here: http://forum.springsource.org/showthread.php?116544-Can-t-compile-with-GWT-2.4&p=385963&highlight=#post385963
that works in case...
Type: Posts; User: papirrin; Keyword(s):
About the lifecycle problem, an alternative solution is in here: http://forum.springsource.org/showthread.php?116544-Can-t-compile-with-GWT-2.4&p=385963&highlight=#post385963
that works in case...
I am not very sure in here, since I am failry new to Roo, but accordingly to the guidelines in Roo, you shouldn't modifyng any class inside a manager package.
A workaround could be to copy your...
You can only scaffold the entities you need with:
web gwt scaffold --proxyPackage --requestPackage --type
Look here for reference.
Hope it helps!
Done, ticket is: https://jira.springsource.org/browse/ROO-2881 .
Hi Alex,
This text:
Makes me think that you are expecitng some sort of editor (maybe GWT Designer??) to be part of STS. It may be one source of confusion.
GWT is not GWT Designer. GWT...
Hi all,
Whenever I add the --abstract attribute to an entity defined in JPA, the GWT scaffoled process will ignore the fact that this entity is abstract and will create a View and all the other...
Ok, the way to go is:
Install STS. It will come with Maven, Spring roo and Spring core.
nstall the GWT extension for STS.
A detailed guide is in here:
...
Hi Alex,
You definitively need the GWT extension. If correctly installed, you can left click in the project folder -> Run As -> Web Application. This will launch your jetty server in developer...
Hi Justin,
I believe you posted the same question in a different thread. Anyway, I post here a link to the solution in case somebody else is looking for it:
...
Hi Justin,
I believe I had the same problem as you, here is how I solved:
Just add the code below, inside the build section of your POM, but outside of the plugins one.
Same problem here, I got the message
I googled it and it seems to be like it need to specify a lifecycle-mapping, but I haven't found how to do this properly.
I found this post:...
Hi,
I run into this problem, whenever I create and entity with the option "--activeRecord false", it will fail with the following message:
NullPointerException at...
Hey Alex,
What browser are you using? Have you downloaded the GWT browser plugin? Are you running using the mvn gwt:run command or from Eclipse? Have you looked at your console?
Also, it may be...