Mantis - Resin
Viewing Issue Advanced Details
1635 major always 03-06-07 14:34 03-29-07 14:41
dpasek  
ferg  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.1  
0001635: Resin does not support description element for servlet listeners
The description element for servlet listeners is not supported by resin. Web apps using descriptions for listeners cannot be deployed on resin.

Resin cannot deploy a web app with this web.xml:

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" [^] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^] xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee [^] http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> [^]
    <listener>
        <description>Resin does not like a description for listeners!</description>
        <listener-class>de.gisgesign.resinbug.ContextListener</listener-class>
    </listener>
    <session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>
    <welcome-file-list>
    <welcome-file>
            index.jsp
        </welcome-file>
    </welcome-file-list>
</web-app>

 resin-listener-bug-src.tar.gz [^] (11,154 bytes) 03-06-07 14:34

There are no notes attached to this issue.