Search:

Type: Posts; User: wagnerma; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    36
    Views
    6,301

    ok, now I have thr maven thing perhaps under...

    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...
  2. Replies
    36
    Views
    6,301

    .. the snapshot build could be downloaded from:...

    .. 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...
  3. Replies
    36
    Views
    6,301

    ..I am unable to verify it with the snapshot...

    ..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...
  4. Replies
    36
    Views
    6,301

    Nope, no success: Output of my log.roo //...

    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...
  5. Replies
    36
    Views
    6,301

    wrong GAE classes generated in 1.1.3

    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...
  6. Replies
    2
    Views
    732

    GWT whith Enums supported in 1.1.0M3?

    My small app uses some enums in entities:

    @Entity
    @RooJavaBean
    @RooToString
    @RooEntity
    public class Communication {

    @Enumerated
    private CommunicationType type;
  7. Spring 2.5.6: Groovy and BeanCurrentlyInCreationException(circular reference problem)

    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...
Results 1 to 7 of 7