PDA

View Full Version : Why show the [WARN] message in log?



jiwenke
Jan 4th, 2009, 06:05 AM
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!

jeremyg484
Jan 5th, 2009, 08:42 AM
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.

kannanMugundan
Jun 23rd, 2009, 11:21 PM
Hi

Even i get this message. after hot deployment.