users@glassfish.java.net

Re: SessionListener not firing

From: <glassfish_at_javadesktop.org>
Date: Fri, 20 Jun 2008 13:10:37 PDT

Cheng: Why is the element order incorrect ? The web-app_2_5.xsd is indicating an unbounded choice which allows XML elements (servlet, servlet-mapping and listener in this example) to be ordered in any way. And the servlet spec specifies that listeners are called in the order in which they are listed in web.xml . But in this case, there is only one listener class. Thus the ordering of element is a non issue. Can you clarify where element order is incorrect ?
[Message sent by forum member 'sekhar' (sekhar)]

http://forums.java.net/jive/thread.jspa?messageID=281725