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