Hello,
I have the following problem. I have a serializable object which I pass between 2 EJB's. These EJB's are located in 2 seperate EAR files. When I pass a Vector of these objects between those 2 beans, I get a ClassCastException in the receiving EJB. I am completely sure that those 2 EAR's have the same version of this class in their classpath's.
Also, an instanceof resturns false, but when I walk through the code with a debugger, I look into the Vector and see that there are indeed objects inside which have the name of the class which I'm trying to cast. So It's really weird.
I use Websphere 5.
Maybe someone has already encountered this problem before, or all sugestions or ideas are welcome...
Thanks
Johan Vandevenne
[ May 12, 2003: Message edited by: Johan Vandevenne ]