You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/02/16 04:12:05 UTC

[jira] Assigned: (CXF-406) AnnotationHandlerChainBuilder.buildHandlerChainFromClass() considers only one handler chain

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

Jervis Liu reassigned CXF-406:
------------------------------

    Assignee: Jervis Liu

> AnnotationHandlerChainBuilder.buildHandlerChainFromClass() considers only one handler chain
> -------------------------------------------------------------------------------------------
>
>                 Key: CXF-406
>                 URL: https://issues.apache.org/jira/browse/CXF-406
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Jarek Gawor
>         Assigned To: Jervis Liu
>             Fix For: 2.0-RC
>
>         Attachments: CXF-406.patch
>
>
> The AnnotationHandlerChainBuilder.buildHandlerChainFromClass() considers only one handler chain. It is even mentioned in the following comment in the code:
>                 //We expect only one HandlerChainType here
>                 hc = (HandlerChainType) handlerChainsType.getHandlerChain().iterator().next();
> All handler chains need to be processed especially when @HandlerChain annotation is specified on a generated javax.xml.ws.Service class, etc.

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