Actions
Bug #3953
closedError: Processor is not licensed for schema processing!
Start date:
2018-10-05
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.1.0
Fixed in version:
1.1.2
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
When we create a SaxonProcessor with a configuration file for use with SchemaValidator.
The following error is reported:
Error: Processor is not licensed for schema processing!
The license variable is checked against when we create a SchemaValidator class. This variable is not being set in case when we use the configuration file to create the SaxonProcessor.
Updated by O'Neil Delpratt about 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug fixed by setting licensei variable to true in the case where a configuration file has been supplied. We then depend on the Saxon on Java to do the necessary checks.
Updated by O'Neil Delpratt over 5 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 1.1.2
Bug fix applied in the Saxon/C 1.1.2 maintenance release.
Please register to edit this issue
Actions