Hi All,
I migrated my
EJB from Weblogic 7.0 to S1AS 7.
I have an
servlet client accessing the an EJB.
I am getting the following exception when Servlet tries to marshel the Home object.
I verified the classpath in conifg\server.xml of the app server instance is correct.
SEVERE: StandardWrapperValve[keyservlet]: Servlet.service() for servlet keyservlet threw exception java.lang.ClassCastException
at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293)
at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
at it.eng.securitymanager.authentication.servlet.GetAccessServlet.doPost(GetAccessServlet.java:100)
Any idea what I am missing?
Thanks
Satish