|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Execution failed with CXFI have found an error when i run a client web service with CXF using a configuration java like the sample configuration in the documentation of cxf and this client web service was run on a Mule Server :
Error is : "http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html" part Using java code the error is : Exception in thread "main" java.lang.NoSuchMethodError: org.apache.cxf.message.Exchange.isSynchronous()Z at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1939) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1867) at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:595) at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:296) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:242) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:178) at $Proxy42.otaHotelAvailRQ(Unknown Source) at e_commerce.wonderbox.ota.HotelServiceWsClient.main(HotelServiceWsClient.java:72) Where is the problem ? |
|
|
Re: Execution failed with CXFYou need to check the versions of the jars you are picking up. You seem to be picking up an older version of cxf-api jar, but newer versions of cxf-rt- transport-http. Most likely, you are conflicting with things already built into Mule. If they would upgrade their versions.............. Dan On Thu October 29 2009 11:25:54 am wonderbox wrote: > I have found an error when i run a client web service with CXF using a > configuration java like the sample configuration in the documentation of > cxf and this client web service was run on a Mule Server : > Error is : > > "http://cxf.apache.org/docs/client-http-transport-including-ssl-support.htm > l" part Using java code > > the error is : > > Exception in thread "main" java.lang.NoSuchMethodError: > org.apache.cxf.message.Exchange.isSynchronous()Z > at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRespons > e(HTTPConduit.java:1939) at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPCon > duit.java:1867) at > org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) > at > org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:595) > at > org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInte > rceptor.handleMessage(MessageSenderInterceptor.java:62) at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai > n.java:220) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:296) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:242) at > org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > at > org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:178) > at $Proxy42.otaHotelAvailRQ(Unknown Source) > at > e_commerce.wonderbox.ota.HotelServiceWsClient.main(HotelServiceWsClient.jav > a:72) > > Where is the problem ? > -- Daniel Kulp dkulp@... http://www.dankulp.com/blog |
| Free embeddable forum powered by Nabble | Forum Help |