Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
(Java) V4 4.3.0
-
None
-
None
Description
If you create a org.apache.olingo.ext.proxy.AbstractService with null compressedMetadata, the metadata will be fetched live from the service. But the service tries to always parse the metadata even when it is null and then logs an error message with a NullpointerException.
You should be able to instanciate a AbstractService without compressedMetadata and without causing an error message to be logged.