Results 1 to 2 of 2

Thread: Problem with Roo scaffolding

  1. #1
    Join Date
    Nov 2010
    Posts
    3

    Default Problem with Roo scaffolding

    Hi,

    I´m using roo v 1.1.0 with gwt 2.1.0 to make a webapplication. For managing data I have generated a GWT fronted using roo (gwt setup).

    Unfortunatly the generated annotation @RooGwtMirroredFrom issues a syntax error:
    Type mismatch: cannot convert from Class<Answer> to String AnswerProxy.java
    the code which has triggered it:

    @RooGwtMirroredFrom(Answer.class)

    If I change "Answer.class" into the string with the value example.mymodule.mysubmodule.Answer the application compiles and works, but that blocks roo. Everytime I need to add an increment to my model and upgrade the scaffolded app I need to edit it back to the generated value by hand. Can you please help me to set up my project correctly so that I get the correct code immidiatelly.

    best Regards,

    Marko

    PS I cannot use newer gwt version due to the rest of the application code
    Last edited by Mrcorp; Oct 14th, 2011 at 06:31 AM.

  2. #2
    Join Date
    Nov 2010
    Posts
    3

    Default roo

    Hi,

    is it really possible that no one has an answer to this question ?

    thank you,

    Marko

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •