[QFJ-743] JdbcLog doesn't take into consideration the sessionID to verify if a parameter is set like JdbcMessage does Created: 13/May/13 Updated: 06/Nov/15 |
|
| Status: | Open |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Default |
| Reporter: | Leandro Garcia Herrera | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | JdbcLog, QuickfixJ, jdbc | ||
| Environment: |
Windows 7, using JBoss and camel-quickfix |
||
| Attachments: |
|
| Description |
|
I'm trying to configure JdbcLogFactory dynamically passing a SessionSettings object as argument to constructor. All my configurations are under an especific session ID and I have no configurations under default session. Looking at the source code of JdbcLog I was able to confirm that only the default session configurations are taken into consideration instead of checking first in session ID configurations informed via constructor, wich I was expecting. The JdbcStore class does this verification by session ID and I think JdbcLog should work in the same way. |
| Comments |
| Comment by Christoph John [ 09/Jan/14 ] |
|
Would it be OK for you to attach the patch to this ticket? I do not have the necessary rights to grant you SVN access but could integrate the patch shortly. |
| Comment by Leandro Garcia Herrera [ 06/Nov/15 ] |
|
Hi, Christoph. Look if it helps. I've attached the patch as you requested. Best regards. |
| Comment by Leandro Garcia Herrera [ 06/Nov/15 ] |
|
bug fix |