Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.5, 2.2.2
-
None
Description
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.