Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Very minor logging bug in SQLConnectionManager (current v5.0p)

    Hi Isomorphic,

    please see the last line of this server log (v10.0p_2015-03-25):
    Code:
    === 2015-04-02 17:29:02,897 [ec-5] DEBUG SQLConnectionManager - [builtinApplication.null] Borrowed connection '626831249'
    === 2015-04-02 17:29:02,898 [ec-5] DEBUG SQLTransaction - [builtinApplication.null] Started new Oracle transaction "626831249"
    ...
    === 2015-04-02 17:29:03,184 [ec-5] DEBUG SQLTransaction - Committing Oracle transaction "626831249"
    ...
    === 2015-04-02 17:29:03,202 [ec-5] DEBUG SQLTransaction - getConnection() found transactional connection for Oracle with hashcode "626831249"
    === 2015-04-02 17:29:03,202 [ec-5] DEBUG SQLTransaction - Ending Oracle transaction "626831249"
    [B]=== 2015-04-02 17:29:03,203 [ec-5] DEBUG SQLConnectionManager - About to close  with hashcode "626831249"[/B]
    There is a double space, most likely missing some type-variable, perhaps "transactional connection" (guessing from the lines above).

    Best regards,
    Blama

    #2
    Thanks Blama
    Yeah - this is due to Oracle's 'getSimpleName()' implementation returning an empty string in this case.
    This really shouldn't have much of a confusing impact on development - but we'll modify the log statement so it doesn't output an empty string when this happens.

    Isomorphic Software

    Comment

    Working...
    X