I've used ias6SP4 on my Win2000 desktop and haven't run into this. On the other hand, I've only used
Java API provided objects, most of which implement Serializable.
From the spec (
servlet 2.3):
There's stuff in there that doesn't apply, but it gives some hint as to why iPlanet might object if the objects are not serializable. So I've highlighted the part I think is tripping your code up. Looks like iPlanet requires your objects to support serialization, which is not a hugely awful thing (or is it?).
[ February 16, 2002: Message edited by: Mike Curwen ]