Hi,

For starters, I have to say that Roo looks really promising.

Unfortunately I have a problem with importing a Roo-generated (Roo 1.0.0RC1) project into STS (2.1.0RC1). This is described below.

I've succesfully created a small project with a few entities and controllers. Then ran mvn eclipse:eclipse to create an eclipse project out of it, and imported that into STS. I can actually deploy the application both via STS and mvn tomcat:run. Using Maven 2.2.0.

In the problems view, I always end up having a bunch of Java problems pointing to Roo-generated .aj files. E.g. "capacity cannot be resolved or is not a field" for "Room_Roo_JavaBean.aj". I have enabled m2 dependency management.

What might be causing this? AJDT, Roo or Eclipse? Compiler/buildpath issues maybe?

Thanks for your help,
Jukka