Good suggestion. I tried adding a simple toString method to all of the generated classes using the attached script, but when I start Roo again it just grinds to a halt trying to delete the...
Type: Posts; User: r.w.lincoln; Keyword(s):
Good suggestion. I tried adding a simple toString method to all of the generated classes using the attached script, but when I start Roo again it just grinds to a halt trying to delete the...
No, I have a project that generates code from EMF Ecore models using JET2.
http://rwl.github.com/enerate/
I had a problem adding attributes to a large model with lots of inheritance.
http://forum.springsource.org/showthread.php?t=99884
I was able to solve the issue by adding the attributes straight...
The attached Roo script was generated from a UML model and I think its all valid, but Roo hangs when it gets to processing the attributes. Do I need to increase the memory available to Roo or...
I found the list in here:
model/src/main/java/org/springframework/roo/model/ReservedWords.java
Please can someone direct me to a list of SQL keywords that are reserved in Roo. I keep getting, for example:
Reserved SQL keyword 'primary' is not permitted as symbol name
Also, can anyone...
I am new to Spring/Roo and have a few questions about how I could use it with my project.
I have a package of about a dozen or so plain Java classes (with lots of getters and setters cluttering...