Hello!
I constructed a stateful session bean on the weblogic 5.1 server.
It passes the results of its operation as a vector filled with
LogEntryData objects.
When the client takes the elements out of the vector and tries to cast
them back to LogEntryData I get a class cast exception.
However when I test the class 'resultVector.get(i).getClass().getName()'
the class
is exactly the one i want to cast the element into.
Where can the problem be hidden??
Thanks in advance
uli stehling, frankfurt, germany
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".