|
The only time I have ever seen this is when I
forgot to cast my PortableRemoteObject.narrow() call.... it should be something
like...
CategoryManagerHome home;
home = (CategoryManagerHome)
PortableRemoteObject.narrow(ctx.lookup("myhome"),
CategoryManagerHome.class);
you still have to cast it to a thisHome object even
using a portableRemoteObject.narrow()
Al
|
Title:
- RE: Cascade Delete( will orion support ejb-2_0 spec publi... Reddy Krishnan
- getting EJB home from JSP Jitendra Kothari
- Al Fogleson
