Announcement

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

    Minor serverside DataSourceLoader warning message issue?

    Hi Isomorphic,

    using 5.1p_2017-04-04 I get this warning, which is issued correctly, but I think the warning text is wrong:
    Code:
    === 2017-04-07 15:26:17,337 [ec-9] WARN  BasicDataSource - MY_DS: specification of field '[B]field[/B]' invalid: [
    IMHO instead of the 2nd "field"-string, there should be the name of the field.

    Best regards
    Blama

    #2
    There doesn't appear to be anything wrong with the line of code that does the logging here - it's using what should be the name of the field. However, this warning is commented as something that should never happen, and seems to indicate some kind of currency or order-of-initialization issue. So the next step would be to try to figure out how you are seeing this warning at all, because it could be either bad usage or an obscure new framework bug.

    Comment


      #3
      Ok, thanks.
      No, no new bug, I assume some doubled jars in different versions when switching between framework versions.
      Deleting WEB-INF/classes and WEB-INF/lib and recompiling healed this.
      I don't have a <field name="field" .... />, though.

      Best regards
      Blama

      Comment

      Working...
      X