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 2007/10/18 05:04:57 UTC

[jira] Resolved: (CXF-1077) system test DispatchHandlerInvocationTest failed

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

Daniel Kulp resolved CXF-1077.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3

> system test DispatchHandlerInvocationTest failed
> ------------------------------------------------
>
>                 Key: CXF-1077
>                 URL: https://issues.apache.org/jira/browse/CXF-1077
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>            Reporter: Bozhong Lin
>            Priority: Minor
>             Fix For: 2.0.3
>
>
> With following errors, however the build still said "successful", not sure if the testcase tests according to its intention:
> Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
> javax.xml.ws.http.HTTPException
>         at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:189)
>         at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:121)
>         at org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest.testInvokeWithDataSourcMessageModeXMLBinding(DispatchHandlerInvocationTest.java:263)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
>         at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
>         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
>         at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
>         at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
>         at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
>         at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
>         at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
>         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
>         at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
>         at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:244)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)
> Caused by: org.apache.cxf.interceptor.Fault: GetPayload of DataSource payload is not valid for XML/HTTP binding.
>         at org.apache.cxf.jaxws.handler.logical.LogicalMessageImpl.getPayload(LogicalMessageImpl.java:111)
>         at org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest$TestHandlerXMLBinding.handleMessage(DispatchHandlerInvocationTest.java:411)
>         at org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest$TestHandlerXMLBinding.handleMessage(DispatchHandlerInvocationTest.java:407)
>         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:334)
>         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandlerChain(HandlerChainInvoker.java:259)
>         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeLogicalHandlers(HandlerChainInvoker.java:124)
>         at org.apache.cxf.jaxws.handler.logical.DispatchLogicalHandlerInterceptor.handleMessage(DispatchLogicalHandlerInterceptor.java:57)
>         at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
>         at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:172)
>         ... 26 more
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.826 sec

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