[snip...]

>       home= (AccountHome) PortableRemoteObject.narrow(home,
> AccountHome.class);

I think you should be using home1 as the argument to the
PortableRemoteObject.narrow method like:

home = (AccountHome) PortableRemoteObject.narrow(home1, AccountHome.class);


.bbr

===========================================================================
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".

Reply via email to