getting PortableRemoteObject exception
Hi
I'm using J2EE1.2.1 deploytool application to deploy a very simple container managed EJB. I have a very simple client that locates the home object and does one create method. I used to be able to locate the home object with the same code
getting the context, context.lookup and then using the PortableRemoteObject.narrow to get the Home object. It used to work before, but now I'm getting the PortableRemoteObject error all the time. I've changed the EJB code here and there and redeployed it several times. I even deleted the APP and then redeployed several times, but it's not working. Is there a trick I have to use, do I need to delete some files on my folder, maybe it's seeing some other past-life ejb configurations that's making it not work?
Thanks

