Hi!
I'm newbie in Spring and I'm try to use Spring Roo (1.2) to start a new simple project form the scratch
Very basic, two tables with one relationship
Executing "perform test" I obtain errors like this:Code:entity jpa --class ~.domain.Companies --table COMPANIES --testAutomatically field number --fieldName Id --notNull --type java.lang.Long field string --fieldName Name --notNull --sizeMax 50 entity jpa --class ~.domain.Users --table USERS --testAutomatically field number --fieldName Id --notNull --type java.lang.Long field string --fieldName Name --notNull --sizeMax 50 field set --fieldName IdCompany --type ~.domain.Companies
I can't find information about the error on Google.Code:[INFO] --- aspectj-maven-plugin:1.2:compile (default) @ portalpymes --- [ERROR] intertype declaration from com.foo.domain.Use rs_Roo_JavaBean conflicts with intertype declaration: java.lang.Long com.foo.domain.Users.getId() from com.foo.domain.Users_Roo_Jpa_Entity
Any help?


Reply With Quote