Hi, This an intermitten problem that crops up once in a while. A java object SearchResult is put into the Session object by servlet1 and taken out by servlet2 which type cast it back to (SearchResult), if it's not null. Ocassionally, servlet2 will throw java.lang.ClassCastException. However, the object retrieved is not null and it IS the correct casting. Did anyone encounter this before? Is there anything I might have overlooked? Thanks. Cathy
- Re: java.lang.ClassCastException Hui Linn
- Re: java.lang.ClassCastException Jon Skeet
- Re: java.lang.ClassCastException Hui Linn
- Re: java.lang.ClassCastException Jon Skeet
- RE: java.lang.ClassCastException David Rees
- RE: java.lang.ClassCastException David Rees
