I'm not trying to be a dick here, but does anyone from the Spring Roo team ever respond to any Spring Roo GWT quesion's?

After going through about 10 pages of forum questions.....all GWT posts seem unanswered..

Here's my question, directly for the Spring Roo Team.

What's the story with supporting Set, HashSet and RecordSet with roo...
Is there a alternative work around for 1:1, 1:M and M:N relations using Spring Roo and GWT...


project --topLevelPackage com.myproject

persistence setup --provider HIBERNATE --database MYSQL
database properties set --key database.password --value password
database properties set --key database.username --value username
database properties set --key database.url --value jdbc:mysql://localhost:3306/provisioning

entity --class ~.domain.Provisioning --testAutomatically
entity --class ~.domain.Company --testAutomatically

field number --fieldName provisioning_id --sizeMax 255 --type java.lang.Integer --class ~.domain.Provisioning
field string --fieldName provisioning_username --notNull
field string --fieldName provisioning_password --notNull

field string --fieldName company_id --sizeMax 255 --class ~.domain.Company
field string --fieldName company_name
field number --fieldName company_status --type java.lang.Integer

field set --fieldName companies --class Provisioning --element Company --mappedBy provisioner_id
field reference --fieldName provisioner_id --class Company --type Provisioning --notNull

logging setup --level DEBUG

gwt setup

perform eclipse



Sorry for the tone of this post but Ben A. and Ray R....if your looking for some feedback, please be more responsive to developer questions.


s