Hi, Sorry you haven't got much of a response to this query. I'm not sure how to use Apache CXF to do what you need. But I will say it is quite common to use tools that operate on the class files (post compilation/weaving) in order that the tools can see the the changes the ITDs made to the types. Some quick reading around the java2wsdl command: http://cxf.apache.org/docs/java-to-wsdl.html suggests you can pass it the classname and it will load the classes for that type, rather than attempt to use the source.
cheers Andy On 5 June 2011 15:04, MikeOliverAZ <[email protected]> wrote: > 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. > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
