Hi all
I met a question while deploy web service into a tomcat5 cluster. I set the
scope=session, and the tomcat console show me :
java.lang.IllegalArgumentException: Value for attribute Convert is not serial
izable.
It seems that axis or container put the service into session. But Convert
extends java.rmi.Remote and could not implements java.io.Serializable. So session
replication may meet this error.
Anybody can help me? Thanks.
