-
Oct 14th, 2011, 06:08 AM
#1
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.
-
Oct 28th, 2011, 03:37 PM
#2
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
-
Forum Rules