DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32577>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32577

           Summary: ClassNotFoundException when using inner class in web.xml
           Product: Tomcat 5
           Version: 5.5.4
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When an inner class is ued in web.xml of a web application, it gives the 
following error when starting up Tomcat:
SEVERE: Error configuring application listener of class com.remedy.arsys.stubs.S
essionDataReleaseSessionData

Corresponding line in web.xml:
    <listener>
        <listener-
class>com.remedy.arsys.stubs.SessionData$ReleaseSessionData</listener-class>
    </listener>

Notice the $ in the class name.  ReleaseSessionData is an inner class defined 
in SessionData class.

It works fine with Tomcat 4.  Only problem in Tomcat 5.5 Alpha.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to