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

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

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
            Reporter: Thomas Diesler




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


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

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1253:
--------------------------------

    Affects Version/s: 2.0.4

Fails with cxf.version=2.0.4-incubator 

> 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
>    Affects Versions: 2.0.3, 2.0.4
>            Reporter: Thomas Diesler
>
> /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.


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

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1253:
--------------------------------

          Description: 
/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
{
   ...
}

    Affects Version/s: 2.0.3

> 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
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> /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.


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

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578436#action_12578436 ] 

Daniel Kulp commented on CXF-1253:
----------------------------------


This MIGHT be fixed now on 2.1.    As part of adding support for spring configured handlers, I added support into the JaxWsProxyFactory for this.   Not tested yet though.




> 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
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> /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.


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

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1253:
--------------------------------


To reproduce, please have a look at

http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source

> 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
>    Affects Versions: 2.0.3, 2.0.4
>            Reporter: Thomas Diesler
>
> /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.