Hi, I am running 2.0 Final with a servlet client using caucho's resin on a separate VM - I have the following odd problem: Objects of my own classes instanciated on the server cause ClassCastExceptions when the client receives it - it must be some sort of classpath problem. Some objects work fine - e.g. Home Interfaces, Remote Interfaces, CreateException. Also, objects of classes I created (value objects) work from the client to the server, but not from the server from the client (ClassCastException). When using .toString on the class I get the right class, but instanceof returns false - it is very strange. I am sure there is only one version of this class around and I also set the serialUID ... Could this be a classloader problem? Any ideas? Thanks, Robert. -- Robert Schulz [EMAIL PROTECTED] -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
