You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes a NPE in my service enhancer plugin. The plugin should not interfere and just pass on the execution request to the engine.
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "opts" is null
at org.apache.jena.sparql.service.enhancer.impl.ChainingServiceExecutorBulkServiceEnhancer.createExecution(ChainingServiceExecutorBulkServiceEnhancer.java:53) ~[jena-serviceenhancer-4.8.0-SNAPSHOT.jar:4.8.0-SNAPSHOT]
The text was updated successfully, but these errors were encountered:
This issue actually needs to be fixed at the service enhancer jena plugin - but for now I document it here:
The following example incorrectly uses
<env:S>
(string substitution) rather thanenv://S
(IRI substitution).This causes a NPE in my service enhancer plugin. The plugin should not interfere and just pass on the execution request to the engine.
The text was updated successfully, but these errors were encountered: