You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2008/10/16 04:22:44 UTC

[jira] Created: (CXF-1872) JCA inbound connector ignores jaxws-endpoint bean configuration

JCA inbound connector ignores jaxws-endpoint bean configuration
---------------------------------------------------------------

                 Key: CXF-1872
                 URL: https://issues.apache.org/jira/browse/CXF-1872
             Project: CXF
          Issue Type: Bug
          Components: Integration
            Reporter: William Tam
             Fix For: 2.2




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1872) JCA inbound connector ignores jaxws-endpoint bean configuration

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

Willem Jiang resolved CXF-1872.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.4
                   2.0.10
         Assignee: Willem Jiang

Applied patch into trunk, 2.1.x and 2.0.x with thanks to William.

> JCA inbound connector ignores jaxws-endpoint bean configuration
> ---------------------------------------------------------------
>
>                 Key: CXF-1872
>                 URL: https://issues.apache.org/jira/browse/CXF-1872
>             Project: CXF
>          Issue Type: Bug
>          Components: Integration
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 2.0.10, 2.1.4, 2.2
>
>         Attachments: CXF-1872.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1872) JCA inbound connector ignores jaxws-endpoint bean configuration

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

William Tam updated CXF-1872:
-----------------------------

    Attachment: CXF-1872.patch

The problem seems to be that JCA inbound connector uses JaxwsServerFactoryBean to create server object.  Endpoints (org.apache.cxf.jaxws.support.JaxWsEndpointImpl) produced by the factory do not inherit from  org.apache.cxf.jaxws.EndpointImpl.class so they won't pick up jaxws-endpoint bean config.  My patch updates the JCA connector to create server from EndpointImpl for jaxws endpoints.



> JCA inbound connector ignores jaxws-endpoint bean configuration
> ---------------------------------------------------------------
>
>                 Key: CXF-1872
>                 URL: https://issues.apache.org/jira/browse/CXF-1872
>             Project: CXF
>          Issue Type: Bug
>          Components: Integration
>            Reporter: William Tam
>             Fix For: 2.2
>
>         Attachments: CXF-1872.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.