[#ESBJAVA-2583] Passthru Transport get`s Nullpointer

advertisement
[ESBJAVA-2583] Passthru Transport get's Nullpointer when a SOAP response
with no body element is sent Created: 25/Oct/13 Updated: 25/Oct/13 Resolved: 25/Oct/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Resolved
WSO2 ESB
Transport
4.6.0
Type:
Reporter:
Resolution:
Labels:
Remaining
Estimate:
Time Spent:
Original
Estimate:
Bug
pulasthi supun
Fixed
None
Not Specified
Severity:
Estimated
Complexity:
Attachment
License:
Major
Moderate
None
Priority:
Assignee:
Votes:
Normal
pulasthi supun
0
Not Specified
Not Specified
I agree to grant a license to WSO2 for this work for inclusion in WSO2
works as per the WSO2 Contributor License Agreement and the Apache
License 2.0
Test cases added: No
Description
A null pointer is thrown when a SOAP response with no Body element is received .
java.lang.NullPointerException
at
org.apache.synapse.transport.passthru.util.PassThroughTransportUtils.determineHttpStatusCode(PassThroughTr
at org.apache.synapse.transport.passthru.util.SourceResponseFactory.create(SourceResponseFactory.java:45)
at org.apache.synapse.transport.passthru.ServerWorker.sendAck(ServerWorker.java:291)
at org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:200)
at org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Comments
Comment by pulasthi supun [ 25/Oct/13 ]
Fixed with 189538.
Generated at Wed Feb 10 00:43:43 IST 2016 using JIRA 6.0.1#6096sha1:e4a48bd73c6b8a4d99c824976ce5808b4c85857d.
Download