You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/06/30 17:23:47 UTC

[jira] Created: (CXF-2325) Provider services don't work with Spring AOP JDK proxies

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.


[jira] Updated: (CXF-2325) Provider services don't work with Spring AOP JDK proxies

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-2325:
-----------------------------

    Affects Version/s: 2.1.5
                       2.2.2
        Fix Version/s:     (was: 2.0.12)

> 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
>    Affects Versions: 2.1.5, 2.2.2
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 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.


[jira] Resolved: (CXF-2325) Provider services don't work with Spring AOP JDK proxies

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2325.
------------------------------

    Resolution: Fixed

> 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.