Details
-
Type: Bug
-
Status: Open
-
Priority: Default
-
Resolution: Unresolved
-
Affects Version/s: 1.6.0
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:N/a its in the java code
Description
The Quickfixj settings are not being passed to the ApplicationDataDictionary.
This seems to be because the transport dictionary is created via
DefaultSessionFactory.createDataDictionary.
Whereas the app DataDictionary is created in Default Data Dictionary
Provider, which does not seem to know about settings and so cannot pass them on.