Martin, thanks for the update. I did have a few STS installs (2.6.0 and two 2.7) with Roo 1.1.3 and 1.1.4. I was trying to see what combinations of each would work as I am still having issues with...
Type: Posts; User: troche; Keyword(s):
Martin, thanks for the update. I did have a few STS installs (2.6.0 and two 2.7) with Roo 1.1.3 and 1.1.4. I was trying to see what combinations of each would work as I am still having issues with...
I recently tried to upgrade using STS 2.7.0.M2, Roo 1.1.4 and using the Vaadin plug-in. I realize there are issues with the Roo 1.1.4 release so I configured STS to use 1.1.3. All seemed fine at...
I had a field that changed from a number to an enumerated type:
field number --fieldName mType --notNull
- CHANGED TO-
field number --fieldName mType --type ~.reference.MType --notNull
...
I inadvertently added a duplicate enumerated type in an enumerated class and Roo allows this. Should this be the behavior where you have to manually edit the class or should it be handled similarly...
Alan -
I saw no one has responded to your environment details request yet. I get the error on Windows XP SP3 with the following:
apache-ant-1.8.1
Java JDK 1.6.0_25
...
Looks like it might be an issue with spring-roo-1.1.4.RELEASE. Tried spring-roo-1.1.3.RELEASE with STS versions 2.6.0 SR 1 and 2.7.0 M1 and it still worked. Only when changing to...
In looking at the definition for "column.tagx", it seems that of all the tags/form/fields definitions, the only one that seems to have an arbitrary default, if defined as in the comments for...
Never mind...missed the dijitTextarea CSS class. Problem solved (except for the only listing 10 chars for the listing).
I am currently using Roo 1.1.3 for a new application. I created an entity that has two string members with a maximum size of 255 characters each. Is there any way to specify the width/height of each...