You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/11 17:34:53 UTC

DO NOT REPLY [Bug 6371] New: - can't set attribute on session

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6371

can't set attribute on session

           Summary: can't set attribute on session
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: james.kemp@northgate-is.com


After getting a session we try and set an attribute on it but get a servlet 
exception along the lines of:

java.lang.NoSuchMethodError
	at org.apache.catalina.session.StandardSession.setAttribute
(StandardSession.java:1182)
	at org.apache.catalina.session.StandardSessionFacade.setAttribute
(StandardSessionFacade.java:191)
	at org.apache.catalina.session.StandardSessionFacade.setAttribute
(StandardSessionFacade.java:191)

Only other thing I can add is that it seems to get one step further when the 
session isn't new.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>