[Opensource] class loader won't reload DBObject's stored in session

Mike Traum mtraum at cirnetwork.org
Tue Jan 28 14:31:09 PST 2003


I'm having a curious problem which I'm guessing is a Tomcat issue, but I
figured I post it here just in case.

I am using ActionForms with a session scope and am storing DBObjects in the
ActionForm. Everything seems to be working well, except when I make certain
changes to the code. At that point, when I do a
SecuredDBObject.getFieldListArray().iterator() to get the field names of the
DBObject, it returns null and the DBObject can't be used from the session.
Not even restarting the server will solve this, but if I kill -9, then it'll
reset the problem (I assume because then it'll lose the persistent
sessions).

I am deploying to Tomcat 4.1.12 by stopping the server, deleting the whole
WEB-INF directory, copying my new WEB-INF, and then restarting it.


Anyone have any ideas?

thanks,
mike

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.jcorporate.com/pipermail/opensource/attachments/20030128/2c043b15/attachment-0002.htm


More information about the Opensource mailing list