NullPointerException in EndpointReferenceUtils.SchemaLSResourceResolver
resolveResource when systemId is null
-------------------------------------------------------------------------------------------------------------
Key: CXF-2830
URL: https://issues.apache.org/jira/browse/CXF-2830
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 2.2.8
Reporter: Chris Nelson
If the ResourceManager is used in resolveResource and the systemId is null we
will get a null pointer exception. Adding a check for systemId != null before
calling the resource manager fixes the problem. I will attach a patch with this
fix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.