Results 1 to 2 of 2

Thread: "Unable to find the definition 'operation.view_resolver'

  1. #1
    Join Date
    Dec 2008
    Posts
    20

    Default "Unable to find the definition 'operation.view_resolver'

    I'm seeing a lot of spurious WARNING log output while using Insight. Lines look like this:

    WARN : org.apache.tiles.impl.BasicTilesContainer - Unable to find the definition 'operation.transaction'

    or 'operation.view_resolver'
    or 'operation.web_request'

    Should I be concerned about these? Does it mean something is misconfigured?

  2. #2
    Join Date
    Feb 2008
    Location
    Nashua, NH
    Posts
    78

    Default

    These warnings are benign. Tiles does not have a clean way to ask the container if a definition exists, so we try to include the definition and catch the failure.

    In future releases, we'll ratchet up the log4j level for this package so it doesn't pollute the log.

    Keep the feedback coming.

    -Scott
    Scott Andrews

    Software Engineer, Web Products Team
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •