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=35795>.
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=35795

           Summary: HttpSession.setAttribute don't work with No Serializable
                    Objects
           Product: Tomcat 5
           Version: 5.5.9
          Platform: Other
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P1
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


HttpSession.setAttribute don't work with No Serializable Objects, this don't
happend with Netbeans 4.1 and Tomcat 5.5.7 bundle

When I'am trying run me app, I'm get the next exception:

java.lang.IllegalArgumentException: Attribute no serializable

The part of code is:

 HttpSession m_WebSession = ....
 URLClassLoader i18nCLassLoader = .....
....
...
  m_WebSession.setAttribute("bundleloader",i18nCLassLoader);
.....

At point me app throw Exception and stop.

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