[jbossws-issues] [JBoss JIRA] Commented: (JBWS-2973) Client side respects the @HandlerChian in service endpoint interface class

Jim Ma (JIRA) jira-events at lists.jboss.org
Thu Mar 25 21:44:37 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBWS-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12522162#action_12522162 ] 

Jim Ma commented on JBWS-2973:
------------------------------

Remove the processHandlerChain(epMetaData, wsClass) in JAXWSClientMetaDataBuilder can fix this issue.   It will break the following native tests and framework tests:

-------------------------failed native tests-----------------------------
  testHandleMessageTrue(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testClientOutboundHandleMessageFalse(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testClientOutboundHandleMessageThrowsRuntimeException(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testServerInboundHandleMessageFalse(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testServerInboundHandleMessageThrowsRuntimeException(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testServerOutboundHandleMessageFalse(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testServerOutboundHandleMessageThrowsRuntimeException(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testClientInboundHandleMessageFalse(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testClientInboundHandleMessageThrowsRuntimeException(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)
  testPropertyScoping(org.jboss.test.ws.jaxws.handlerlifecycle.HandlerLifecycleTestCase)


----------failed framework tests---------
  testClientAccess(org.jboss.test.ws.jaxws.samples.logicalhandler.LogicalHandlerJAXBTestCase)
  testHandlerChainOnServiceEndpointInterface(org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase)
  testClientAccess(org.jboss.test.ws.jaxws.handlerscope.HandlerScopeTestCase)
  testSourceDoc(org.jboss.test.ws.jaxws.samples.logicalhandler.LogicalHandlerSourceTestCase)
  testSourceRpc(org.jboss.test.ws.jaxws.samples.logicalhandler.LogicalHandlerSourceTestCase)

> Client side respects the @HandlerChian in service endpoint interface class
> --------------------------------------------------------------------------
>
>                 Key: JBWS-2973
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2973
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions: jbossws-native-3.3.0.CR1
>            Reporter: Jim Ma
>             Fix For: jbossws-native-3.3.0
>
>
> JBWS-2955 fixed the client side does not respect @HandlerChain  in service class issue. We should remove the code for respecting the @HandlerChain in service endpoint interface class. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list