[
https://issues.apache.org/jira/browse/CXF-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1282.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.5
2.1.8
> Can't set the excutor from JAXWS API
> ------------------------------------
>
> Key: CXF-1282
> URL: https://issues.apache.org/jira/browse/CXF-1282
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime
> Affects Versions: 2.0, 2.0.1, 2.0.2, 2.0.3
> Reporter: Willem Jiang
> Assignee: Daniel Kulp
> Fix For: 2.1.8, 2.2.5
>
>
> I can't set the executor for the endpoint by using the below code.
> Endpoint endpoint = Endpoint.create(implementor);
> endpoint.setExecutor(new SomeExecutor());
> endpoint.publish(address);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.