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!
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!