I seem to get some of these for my entities when I build my Spring Roo project with maven 3 from the command line:
(where [path[.[Entity] is the qualified name of my entity)Code:this affected type is not exposed to the weaver: [path[.[Entity] [Xlint:typeNotExposedToWeaver]
The test for the entity in question work fine. I can get all woven fields from within STS. So what does this error actually mean?


Reply With Quote