CXF Method Not Found When Further Annotated

When using CXF and the JAXWS annotations to publish web services, like this: you can experience problems if you annotate the web service methods with something that spring-aop needs to process. Like when using perf4js nice @Profiled aspect, like this: This is due to the fact, that spring will produce a proxy of the @Profiled [...]

December 3, 2009 В· polesen В· No Comments
Tags: , , , ,  В· Posted in: Programming