Search:

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

Search: Search took 0.01 seconds.

  1. Thread: Roo+GWT

    by papirrin
    Replies
    12
    Views
    1,468

    About the lifecycle problem, an alternative...

    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...
  2. I am not very sure in here, since I am failry new...

    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...
  3. web gwt scaffold

    You can only scaffold the entities you need with:


    web gwt scaffold --proxyPackage --requestPackage --type

    Look here for reference.

    Hope it helps!
  4. Replies
    3
    Views
    900

    Done, ticket is:...

    Done, ticket is: https://jira.springsource.org/browse/ROO-2881 .
  5. Thread: Roo+GWT

    by papirrin
    Replies
    12
    Views
    1,468

    Hi Alex, This text: Makes me think that...

    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...
  6. Replies
    3
    Views
    900

    JPA Abstract Entities, Roo and 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...
  7. Thread: Roo+GWT

    by papirrin
    Replies
    12
    Views
    1,468

    Installing GWT and Spring Roo

    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:
    ...
  8. Thread: Roo+GWT

    by papirrin
    Replies
    12
    Views
    1,468

    Hi Alex, You definitively need the GWT...

    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...
  9. Replies
    3
    Views
    3,166

    Hi Justin, I believe you posted the same...

    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:
    ...
  10. Replies
    9
    Views
    6,367

    Adding lifecycleMapingMetadata to exec-maven-plugin

    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.
  11. Replies
    3
    Views
    3,166

    Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:exec-maven

    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:...
  12. NullPointerException with "web gwt all" when --activeRecord false

    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...
  13. Thread: Roo+GWT

    by papirrin
    Replies
    12
    Views
    1,468

    Hey Alex, What browser are you using? Have you...

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