Hi,
I get the following error when I execute my
EJB client.
Please note that the Client is being run as a standalone
JAVA class in Eclipse and the EJB is deployed in
JBoss 4.2 (hence they are in separate JVMs)
The Error java.lang.ClassCastException: org.jboss.serial.io.MarshalledObjectForLocalCalls
at $Proxy0.login(Unknown Source)
at ejb.client.EJBClient.main2(EJBClient.java:33)
at ejb.client.EJBClient.main(EJBClient.java:14)
Client EJB Bean Local Interface Remote Interface Thanks for any help and suggestions
~ Vikas