Re: [JBoss-user] ClassCastException at PortableRemoteObject.narro w

2002-05-31 Thread danch
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 somethi

RE: [JBoss-user] ClassCastException at PortableRemoteObject.narro w

2002-05-31 Thread Marius Kotsbak
On Fri, 2002-05-31 at 18:55, wonder sonic wrote: > Okay but it is a bug or not?~ If it isn't, I have done somthing that worked before but shouldn't work. You can see/comment on my bug report at http://sourceforge.net/tracker/?func=detail&atid=376685&aid=562972&group_id=22866 > > --- Deepa Anna

RE: [JBoss-user] ClassCastException at PortableRemoteObject.narro w

2002-05-31 Thread wonder sonic
Okay but it is a bug or not? --- Deepa Annamalai <[EMAIL PROTECTED]> a écrit : > Hello, > > The problem is like this, > > If the remote interface is something like this, > > HelloHome home = > > Enumeration enum = (Enumeration) > PortableRe

RE: [JBoss-user] ClassCastException at PortableRemoteObject.narro w

2002-05-31 Thread Marius Kotsbak
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 h