Hi all,
All the deployment is over without problem in WLS. But
while calling the method from the client (even create is called and
successfully inserting data into my DB) but the method getEmpName(the
method that i have in my remote interface). it says that classcast exception
: testBeanImpl_stub service under unexpected exception. what is teh
problem????
this code is used to call it from teh client.
-------------------
testBean home1 = (testBean) PortableRemoteObject.narrow(ref,
testBean.class);
String EmpName = home1.getEmpName("2");
System.out.println(EmpName);
-----------------------
test Bean is my implementation class.
ref is my JNDI name and it is successful also.
advance thanx.
sivakumar
===========================================================================
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".