Thomas Diesler created CAMEL-15281:
--------------------------------------
Summary: Quickfix uses unrecognized xerces property
Key: CAMEL-15281
URL: https://issues.apache.org/jira/browse/CAMEL-15281
Project: Camel
Issue Type: Bug
Components: camel-quickfix
Reporter: Thomas Diesler
The recent update to quickfix-2.2.0 leads to ...
{code}
Caused by: quickfix.ConfigError: FIX42.xml: Property
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
at quickfix.DataDictionary.read(DataDictionary.java:871)
at quickfix.DataDictionary.<init>(DataDictionary.java:104)
at
quickfix.DefaultSessionFactory.lambda$static$0(DefaultSessionFactory.java:42)
at
java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
at org.quickfixj.SimpleCache.computeIfAbsent(SimpleCache.java:41)
at
quickfix.DefaultSessionFactory.getDataDictionary(DefaultSessionFactory.java:366)
at
quickfix.DefaultSessionFactory.createDataDictionary(DefaultSessionFactory.java:269)
at
quickfix.DefaultSessionFactory.processPreFixtDataDictionary(DefaultSessionFactory.java:259)
at quickfix.DefaultSessionFactory.create(DefaultSessionFactory.java:154)
at
quickfix.mina.acceptor.AbstractSocketAcceptor.createSessions(AbstractSocketAcceptor.java:235)
at
quickfix.mina.acceptor.AbstractSocketAcceptor.startAcceptingConnections(AbstractSocketAcceptor.java:96)
... 163 more
Caused by: java.lang.IllegalArgumentException: Property
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
at
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:144)
at
__redirected.__DocumentBuilderFactory.setAttribute(__DocumentBuilderFactory.java:125)
at quickfix.DataDictionary.load(DataDictionary.java:883)
at quickfix.DataDictionary.read(DataDictionary.java:869)
... 173 more
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)