I generated a class e.g. Product with Roo but when trying to test the integration test (like in the demos) STS shows the following quick fix error:
In fact, the codes executes well, it's just that there's no code completion and STS shows a compile error.Code:The method countProducts() is undefined for the type Product
Must I enable anything to make the additional methods visible to the compiler?
Thanks in advance,
Fireball
P.S.: I am using STS with standard configuration and Roo 1.0.0.RC2


Reply With Quote