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/10/29 15:01:59 UTC

[jira] Assigned: (CXF-1282) Can't set the excutor from JAXWS API

     [ https://issues.apache.org/jira/browse/CXF-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-1282:
--------------------------------

    Assignee: Daniel Kulp  (was: Willem Jiang)

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