You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Richard Opalka (JIRA)" <ji...@apache.org> on 2010/03/26 08:36:27 UTC

[jira] Issue Comment Edited: (CXF-1253) CXF does not respect @HandlerChain on client SEI

    [ https://issues.apache.org/jira/browse/CXF-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850029#action_12850029 ] 

Richard Opalka edited comment on CXF-1253 at 3/26/10 7:34 AM:
--------------------------------------------------------------

Alessio, you can resolve this issue as INVALID. See:
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=458
I'm going to fix our JBossWS test suite to use @HandlerChain properly

      was (Author: opalka):
    Alessio, you can close this issue as 
INVALID. See:
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=458

I'm going to fix our JBossWS test suite to use @HandlerChain properly
  
> CXF does not respect @HandlerChain on client SEI
> ------------------------------------------------
>
>                 Key: CXF-1253
>                 URL: https://issues.apache.org/jira/browse/CXF-1253
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.3, 2.0.4
>            Reporter: Thomas Diesler
>            Assignee: Alessio Soldano
>
> /home/tdiesler/svn/jbossws/stack/cxf/trunk
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/samples/logicalhandler test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.samples.logicalhandler.LogicalHandlerJAXBTestCase
>     [junit] FIXME: [CXF-1253] CXF does not respect @HandlerChain on client SEI
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.188 sec
> @WebService(name = "SOAPEndpoint", targetNamespace = "http://org.jboss.ws/jaxws/samples/logicalhandler")
> @HandlerChain(file = "jaxws-client-jaxb-handlers.xml")
> public interface SOAPEndpointJAXB
> {
>    ...
> }

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