Announcement

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

    Validation WARN message when using custom SimpleType

    We have a SimpleType defined for currency fields to apply custom formatting based on locale. All is working fine on the client side, but the server side logs show messages like this for each field.

    === 2012-03-08 10:21:14,552 [ad-3] WARN Validation - No such type 'currency', not processing field value at /IPPOITM/IHOM

    Is this something we should be concerned about? If not, how can we get rid of these warning messages?

    #2
    These are harmless and just indicate that the server is not aware of your SimpleType definition. Sorry, right now there's no easy way to suppress the warning other than using log4j settings to suppress all WARNs in the Validation category.

    Comment

    Working...
    X