[ 
https://issues.apache.org/jira/browse/CAMEL-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang resolved CAMEL-4568.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9.0
                   2.8.3

Now the jdbcLog will be set when there is a setting on the 
JdbcSetting.SETTING_LOG_EVENT_TABLE.
If there more than one logFactory is configured, the QuickfixjEngine will throw 
a configuration exception for it.
                
> SLF4JLog does not work with JdbcDriver for Quickfix/J
> -----------------------------------------------------
>
>                 Key: CAMEL-4568
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4568
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.8.0
>            Reporter: Eliot Chen
>            Assignee: Willem Jiang
>              Labels: Quickfix
>             Fix For: 2.8.3, 2.9.0
>
>
> I discovered that to use SLF4J log, JdbcDriver cannot be present in the 
> Quickfix/J config file. Otherwise, the default LogFactory - ScreenLogFactory 
> will be used. We need JdbcDriver setting as it is used for persisting FIX 
> messages into database for FIX session management.
> After debugging the code, I found out that this could be fixed by swapping 
> those two lines in QuickfixjEngine.java
> 298: isJdbcLog(settings, impliedLogFactories);
> 299: isSL4JLog(settings, impliedLogFactories);
> Can we please have this fixed for the next release?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to