I have an entity generated with Roo and it has obviously several aspects including ITDs.
I want to generate a WSDL/SOAP web service for that entity with Apache CXF or Spring WS.
The tools don't seem to pick up the aspects and the resuling WSDL doesn't have all the fields and methods injected by the aspects.
I suspect I need to use the compiled class after weaving but I don't find how to do that.
Any insight would be appreciated.


Reply With Quote
