Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001635 [Resin] major always 03-06-07 14:34 03-29-07 14:41
Reporter dpasek View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.1 Product Version 3.1.0
  Product Build
Summary 0001635: Resin does not support description element for servlet listeners
Description 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>

Steps To Reproduce
Additional Information
Attached Files  resin-listener-bug-src.tar.gz [^] (11,154 bytes) 03-06-07 14:34

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
03-06-07 14:34 dpasek New Issue
03-06-07 14:34 dpasek File Added: resin-listener-bug-src.tar.gz
03-06-07 14:35 dpasek Issue Monitored: dpasek
03-29-07 14:41 ferg Assigned To  => ferg
03-29-07 14:41 ferg Status new => closed
03-29-07 14:41 ferg Resolution open => fixed
03-29-07 14:41 ferg Fixed in Version  => 3.1.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker