Marius Kotsbak wrote: > This is not my case. I lookup a home interface, and then I suppose I > just get that one, not a list. This code worked some days ago. > > On Fri, 2002-05-31 at 18:42, Deepa Annamalai wrote: > >>Hello, >> >>The problem is like this, >> >>If the remote interface is something like this, >> >> HelloHome home = ................................ >> Enumeration enum = (Enumeration) >>PortableRemoteObject.narrow(home.findByID(id), HelloBean.class); >>
You look up the home for your bean, then tell PortableRemoteObject to narrow it to the Bean class? Or is HelloBean the remote interface? _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
