Provider services don't work with Spring AOP JDK proxies
--------------------------------------------------------
Key: CXF-2325
URL: https://issues.apache.org/jira/browse/CXF-2325
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Reporter: Daniel Kulp
Assignee: Daniel Kulp
Fix For: 2.0.12, 2.1.6, 2.2.3
The method that CXF binds into the invoker for Provider services is the method
object for the actual Impl class, not the Provider interface. If the Provider
instance is proxies (for example, if @Transactional), the invoke fails. The
Provider interface method should be bound instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.