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
With the changes of the ConfigurationLoader.build() method I tried to implement the internal previously used processor from the createProcessor() method of the StrictRelativeResolvingStrategy class. No matter what the underlying configuration is set to, I get the following exception:
net.sf.saxon.s9api.SaxonApiException: Supplied node must be built using the same or a compatible Configuration
at net.sf.saxon.s9api.XPathSelector.setContextItem(XPathSelector.java:77)
at de.kosit.validationtool.impl.ScenarioRepository.match(ScenarioRepository.java:101)
at de.kosit.validationtool.impl.ScenarioRepository.lambda$selectScenario$3(ScenarioRepository.java:85)
at de.kosit.validationtool.impl.ScenarioRepository$$Lambda$2374/0x0000000096fcedd0.test(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:185)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1395)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:524)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:514)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:719)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:245)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:510)
at de.kosit.validationtool.impl.ScenarioRepository.selectScenario(ScenarioRepository.java:85)
at de.kosit.validationtool.impl.tasks.ScenarioSelectionAction.determineScenario(ScenarioSelectionAction.java:61)
at de.kosit.validationtool.impl.tasks.ScenarioSelectionAction.check(ScenarioSelectionAction.java:47)
at de.kosit.validationtool.impl.DefaultCheck.runCheckInternal(DefaultCheck.java:125)
at de.kosit.validationtool.impl.DefaultCheck.checkInput(DefaultCheck.java:116)
The patchnotes spoke only of a possibility to use an external processor:
(API) Possibility to use preconfigured Saxon Processor instance for validation
Is there a way to use the 1.4.2 internal processor?
The text was updated successfully, but these errors were encountered:
Any thoughts to this issue? Wer are preparing for starting productional use of XRechnung 2.3.1 at 1st of August, which contains the 1.5.0 validator. So we cannot validate the produced XRechnung XML at the moment.
With the changes of the ConfigurationLoader.build() method I tried to implement the internal previously used processor from the createProcessor() method of the StrictRelativeResolvingStrategy class. No matter what the underlying configuration is set to, I get the following exception:
net.sf.saxon.s9api.SaxonApiException: Supplied node must be built using the same or a compatible Configuration
The patchnotes spoke only of a possibility to use an external processor:
Is there a way to use the 1.4.2 internal processor?
The text was updated successfully, but these errors were encountered: