Issue Details (XML | Word | Printable)

Key: MULE-3493
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Dan Diephouse
Reporter: Jeroen Benckhuijsen
Votes: 0
Watchers: 0
Operations

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

CXF Transport throws NPE for void messages

Created: 27/Jun/08 04:34 AM   Updated: 28/Jun/08 02:54 PM
Component/s: Transport: CXF / XFire
Affects Version/s: 2.0.1, 2.0.2
Fix Version/s: 2.0.2, 2.1.0

Time Tracking:
Not Specified

File Attachments: 1. Text File CxfServiceComponent.java.patch (1 kB)

Environment: Linux (Ubuntu 8.04), JDK 1.6

Labels:
User impact: High


 Description  « Hide
When trying to serialize the reply of a method which has a void return type, an NPE is thrown at CXFServiceComponent, line 267. This is caused by outFaultMessage and outMessage both being null.

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Jeroen Benckhuijsen added a comment - 27/Jun/08 04:35 AM
Attached is a patch which should fix this issue