Issue Details (XML | Word | Printable)

Key: MULE-3475
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Dirk Olmes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

WSProxyTestCase fails with exception

Created: 23/Jun/08 11:19 AM   Updated: 12/Dec/08 10:01 AM
Component/s: Transport: CXF / XFire
Affects Version/s: 2.0.2
Fix Version/s: 2.1.x Backlog

Time Tracking:
Not Specified

Issue Links:
Block
 

Labels:
User impact: Medium
Log Output:
org.mule.api.transport.DispatchException: Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=http://localhost:6065/WebService?wsdl&method=echo, connector=CxfWsdlConnector{this=4e194f, started=true, initialised=true, name='connector.wsdl.cxf.0', disposed=false, numberOfConcurrentTransactedReceivers=4, createMultipleTransactedReceivers=true, connected=true, supportedProtocols=[wsdl-cxf, wsdl-cxf:http, wsdl-cxf:https, wsdl:http, wsdl:https], serviceOverrides=null}, transformer=[], name='endpoint.http.localhost.6065.WebService.wsdl', properties={wsdl=, method=echo}, transactionConfig=Transaction{factory=null, action=NONE, timeout=0}, filter=null, deleteUnacceptedMessages=false, securityFilter=null, synchronous=true, initialState=started, remoteSync=false, remoteSyncTimeout=3000, endpointEncoding=UTF-8}. Message payload is of type: String
at org.mule.transport.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:188)
at org.mule.transport.AbstractConnector.send(AbstractConnector.java:1889)
at org.mule.endpoint.DefaultOutboundEndpoint.send(DefaultOutboundEndpoint.java:76)
at org.mule.DefaultMuleSession.sendEvent(DefaultMuleSession.java:327)
at org.mule.module.client.MuleClient.send(MuleClient.java:650)
at org.mule.module.client.MuleClient.send(MuleClient.java:596)
at org.mule.transport.cxf.WSProxyTestCase.testDirectRequest(WSProxyTestCase.java:33)
Caused by: java.lang.Exception: No such operation: null
at org.mule.transport.cxf.ClientWrapper.getOperation(ClientWrapper.java:159)
at org.mule.transport.cxf.ClientWrapper.getOperation(ClientWrapper.java:362)
at org.mule.transport.cxf.CxfMessageDispatcher.doSendWithClient(CxfMessageDispatcher.java:160)
at org.mule.transport.cxf.CxfMessageDispatcher.doSend(CxfMessageDispatcher.java:125)
at org.mule.transport.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:157)
... 34 more


 Description  « Hide
Running WSProxyTestCase fails with the stacktrace below.

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Dirk Olmes added a comment - 26/Jun/08 11:35 AM
Dan, I tried to bring back the xfire test for WSProxyService, porting it to CXF at the same time. Can you have a look why the test fails, please?

Dan Diephouse added a comment - 02/Jul/08 07:51 AM
I already have a fix for this locally. I'm working on cleaning up the proxy stuff, hopefully I'll have it done this week.

Daniel Feist added a comment - 10/Jul/08 07:17 AM
Any update on this one Dan?

Ken Yagen added a comment - 07/Nov/08 01:10 PM
Moving issues regarding test case failures/disabled/needed to Technical Debt Backlog