On Tue, 2006-02-14 at 16:16 -0500, Deepak Bhole wrote: > On Tue, 2006-02-14 at 15:57 -0500, Davanum Srinivas wrote: > > +1. Please remove it. > > > > -- dims > > Hmm, I went to make the fix, and just found out that the eclipse "search > through all files" isn't really searching through all, because it > skipped jsp files :( The jsp files use the attribute for getting service > names and what not. > > I will continue looking for another way around though, and fix it > accordingly. Sorry about that.
Done. Since I couldn't remove the setAttribute() calls, I made AxisService serializable (in a fake way, so to speak. The class implements the Serializable interface and the read/writeObject methods, but doesn't read/write data across the stream. Thus, none of the other classes need to be made serializable). I looked through the tomcat session serialization code, and this was the best/simplest option IMO. The exception should be gone now. Cheers, Deepak
