Hi!

>> > PhoneEntryHome home = (PhoneEntryHome) boundObject;
>should be :
>PhoneEntryHome home =
>(PhoneEntryHome)javax.rmi.PortableRemoteObject.narrow(boundObject,
>PhoneEntryHome);

This makes no difference. The exception is thrown, too. 
But I found a solution: The Exception is thrown everytime after redeploying 
my application. When I restart the server after redeploying everything is ok. 
But I can't restart the server everytime something changes....

Any idears???


Marcus Lankenau

Reply via email to