Announcement

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

    12.0p unclear log entry - Field 'name' not found in data source 'ServerObject'

    Hi Isomorphic,

    using v12.0p_2019-12-14 I get this sometimes in my log. Perhaps some attribute is missing in your generated ServerObject.ds.xml?
    Code:
    14:28:30.352 [https-openssl-nio-443-exec-3] WARN  com.isomorphic.util.DefaultValidators - Field 'name' not found in data source 'ServerObject'
    Or am I doing something wrong? ServerObject doesn't seem to have a name attribute I could set.

    Thank you & Best regards
    Blama

    #2
    This sounds like someplace in your .ds.xml you have a name attribute set on an element that we are validating as a ServerObject, even though, since you’re not reporting a misbehavior, it’s presumably executing in some other way.

    If you can show a .ds.xml file that produces this warning, we can tell you whether it’s a usage issue or a framework bug.

    Comment

    Working...
    X