Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
1.5.1
-
None
-
Java 5, Windows
Description
Using a default Options instance with a ServiceClient causes a NullPointerException from ServiceClient.createClient(QName operationQName) throws AxisFault.
The line in question is: 648
if (JavaUtils.isTrue(getOptions().getProperty(AUTO_OPERATION_CLEANUP), true) &&
!getOptions().isUseSeparateListener())
In a default Options, properties are null, causing the NPE. This code should check for NPE's.
Thanks!