Results 1 to 3 of 3

Thread: Why show the [WARN] message in log?

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    4

    Question Why show the [WARN] message in log?

    Hi
    I setup the samples with the information from the blog. But in the Tomcat there is a WARN information below:

    [BlazeDS][WARN] HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be dispatched to FlexSessionAttributeListeners or FlexSessionBindingListeners. To correct this, register flex.messaging.HttpFlexSession as a listener in web.xml.

    I check the web.xml , it has the definition for the FlexSessionBindingListeners as:

    <listener>
    <listener-class>flex.messaging.HttpFlexSession</listener-class>
    </listener>

    Is that WARN information misledding?

    Thanks!

  2. #2
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    I've seen that as well and am still tracking it down. It seems to happen only when you do a hot restart of the application.
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  3. #3
    Join Date
    Feb 2009
    Posts
    135

    Default Any Fix

    Hi

    Even i get this message. after hot deployment.

Posting Permissions

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