-
Bug
-
Resolution: Done
-
Critical
-
None
-
fuse-6.x-GA
-
Low
-
%
-
There was a validation regression introduced by https://github.com/jboss-fuse/camel/commit/b4718b2b19aedfcd99537db056564c8c231aca22
Adding 'ACCESS_EXTERNAL_DTD' leads to an issue with JAXP providers (like xerces) that do not support these new properties.
factory.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD, "");
Currently this leads to an IllegalStateException.
Backport https://issues.apache.org/jira/browse/CAMEL-11000 to change this to a simple WARN and allow the application to continue.
- is duplicated by
-
ENTESB-7189 Backport CAMEL-11000 to Red Hat JBoss Fuse 6.3.0.
- Closed
-
ENTESB-7228 Fuse6.3R4 breaks Camel's XSD validator
- Closed
- is related to
-
CAMEL-11000 Loading...