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:40:44 UTC

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

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