Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Generating WSDL from class with Aspects

I have a base entity class that has several aspects including ITDs.  I use
annotations extensively.

I want to use Apache CXF to generate a WSDL web service for the class, but
the tools ignore the aspects so the WSDL doesn't include all the fields or
methods injected with the aspects.

I suspect that I need to use the compiled class after weaving, but I haven't
found out how to do that or even if the tools allow it.

Some insight would be appreciated.

Ollie


--
View this message in context: http://aspectj.2085585.n4.nabble.com/Generating-WSDL-from-class-with-Aspects-tp3575792p3575792.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top