Hi,
I am not quite sure if you read the other messages in this mailing list. As
people have been repeatedly pointing out, BEA has newsgroups to deal with
your question, where you will get a more informed response than here.
Please refer to the BEA support page for the newsgroups.
-- Aravind
> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sivakumar_Subramanian
> Sent: Thursday, 15 June 2000 20:16
> To: [EMAIL PROTECTED]
> Subject: pls help..
>
>
> 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".
>
>
===========================================================================
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".