Hi All,

I have this issue, after I delete a field from my domain class manually, the repository class cannot be resolved on compilation anymore. I already checked the references about field's getter/setter and doesn't exist any reference within the project. I did this task while Roo shell is open. Roo updates the .aj components as usual. If I undo, everything works fine. So, what am I doing wrong ?

Is there a way to rebuild my domain class separately? instead of doing it manually? I mean to update my domain class based on the current table structure.

Details: Spring IDE 3.1.0, JDK 1.6, Roo 1.2.2

Thanks.