InitializationException: The EN 16931 VES are missing when using PeppolValidation2025_05 error #32
Replies: 1 comment 1 reply
-
|
Hi @ahmedhomrani, EN16931Validation.initEN16931 (validationExecutorSetRegistry);before PeppolValidation.initStandard(validationExecutorSetRegistry);and the problem will be resolved. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm encountering an error when trying to run a simple PEPPOL validation example using the phive-rules-peppol version 3.2.14 or bellow to 3.2.5. The exception I'm seeing is:
From what I understand, it seems that the validator can't find the EN 16931 Validation Artefacts (DVRCoord), but I'm not sure what the correct way is to include or register them.
I'm using the following version of the PEPPOL libraries:
I would appreciate any guidance on:
How to correctly include or reference the EN 16931 VES
Whether I need to manually download and register certain Schematron or XML files
Or if there’s a preferred way to bootstrap PeppolValidation2025_03
Here my code
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions