Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9
-
None
Description
The optional use of "Cocoon Validation Transformers" is explained here:
http://forrest.apache.org/howto-dev.html#debug-validation
http://forrest.apache.org/howto-dev.html#validate-intermediate
FOR-1172 enable validation of the internal xml
This works okay with Jing-20081028
However with the current release of Jing-20091111 it fails with this message:
...
* [178/93] [93/135] 0.886s 10.0Kb linkmap.validation-start.xml
* [179/92] [0/0] 0.089s 0b docs_0_90/howto/howto-buildPlugin.validation.xml
Exception in thread "main" java.lang.NoSuchFieldError: ENTITY_RESOLVER
at org.apache.cocoon.components.validation.jing.JingSchemaParser.parseSchema(JingSchemaParser.java:79)
at org.apache.cocoon.components.validation.impl.AbstractValidator.getSchema(AbstractValidator.java:410)
http://forrest.apache.org/howto-dev.html#debug-validation
http://forrest.apache.org/howto-dev.html#validate-intermediate
This works okay with Jing-20081028
However with the current release of Jing-20091111 it fails with this message:
...
* [178/93] [93/135] 0.886s 10.0Kb linkmap.validation-start.xml
* [179/92] [0/0] 0.089s 0b docs_0_90/howto/howto-buildPlugin.validation.xml
Exception in thread "main" java.lang.NoSuchFieldError: ENTITY_RESOLVER
at org.apache.cocoon.components.validation.jing.JingSchemaParser.parseSchema(JingSchemaParser.java:79)
at org.apache.cocoon.components.validation.impl.AbstractValidator.getSchema(AbstractValidator.java:410)
Attachments
Issue Links
- relates to
-
FOR-1172 enable validation of the internal xml
- Closed