ok, now I have thr maven thing perhaps under control ;-), but can't run gwt setup anymore:
~.web roo> gwt setup
Created SRC_MAIN_JAVA\......
.......
Created...
Type: Posts; User: wagnerma; Keyword(s):
ok, now I have thr maven thing perhaps under control ;-), but can't run gwt setup anymore:
~.web roo> gwt setup
Created SRC_MAIN_JAVA\......
.......
Created...
.. the snapshot build could be downloaded from:
http://static.springsource.org/downloads/nightly/snapshot-download.php?project=ROO
I have trouble with the STS integration and maven interaction...
..I am unable to verify it with the snapshot release, I can't get the right maven repository for the snapshot release. Could you please post the exact maven repository to get the snapshot build. I...
Nope, no success:
Output of my log.roo
// Spring Roo 1.1.4.BUILD-SNAPSHOT [rev bdfec1d] log opened at 2011-04-25 22:02:19
persistence setup --provider HIBERNATE --database POSTGRES
entity...
I am using the newest STS with roo 1.1.3. There are classes generated for GAE, but I don't use GAE. The generated code has compile errors, because the GAE jars are missing. You can easily reproduce...
My small app uses some enums in entities:
@Entity
@RooJavaBean
@RooToString
@RooEntity
public class Communication {
@Enumerated
private CommunicationType type;
Hi,
we are using spring 2.5.6. Until know, we haved used compiled groovy classes and defined our beans like java classes:
<bean class="xxxxxxx" id="yyyyy" lazy-init="true">
<property...