NPE in AxisConfiguration
------------------------
Key: AXIS2-3531
URL: https://issues.apache.org/jira/browse/AXIS2-3531
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Affects Versions: 1.3
Reporter: Michele Mazzucco
if (moduleVersion == null && moduleVersion.trim().length() == 0) {
moduleVersion = getDefaultModuleVersion(moduleName);
}
The second condition is never evaluated (it would cause a NPE). It should be ||
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]