hi,
i am a newbie in j2ee and tried the tutorials in http://www.netbeans.org/download/docs/41/j2ee-tutorial/index.html specifically in the session bean section. i followed it step by step and was able to deploy the CartBean successfully. but i am having problems with the CartClient. the PortableRemoteObject.narrow() function always returns null that's why the home.create() method throws a NullException. do i have to configure the appserver? does anyone encounter this problem? i would really appreciate any inputs. thanks in advance.
i am using the Sun AppServer and Netbeans IDE.
regards,
andrew
-
PortableRemoteObject.narrow() returns null (1 messages)
- Posted by: Andrew Amargo
- Posted on: March 24 2006 02:19 EST
Threaded Messages (1)
- Re: PortableRemoteObject.narrow() returns null by Jitendra Gupta on May 08 2008 05:50 EDT
-
Re: PortableRemoteObject.narrow() returns null[ Go to top ]
- Posted by: Jitendra Gupta
- Posted on: May 08 2008 05:50 EDT
- in response to Andrew Amargo
yes i also face the same problem home = (EJBHome)PortableRemoteObject.narrow(obj, homeClass); this return null