RE: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-07-22 Thread JD Brennan
Title: RE: [JBoss-user] ClassCastException at PortableRemoteObject.narrow Something in your test or app server is probably holding onto an instance of a class that gets reloaded.  The reloaded class is a different class instance, so the original instance can't be cast to it.   Intere

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread danch
This is most likely a classloader/packaging issue. Are your EJB interfaces available to JBoss in more than one place? Steve Knight wrote: > Hello, > I just updated my JBoss from 3.0 beta2 to RC3 and now I am getting this > error: > > java.lang.ClassCastException > at > com.sun.corba.se.inter

RE: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Deepa Annamalai
PROTECTED] Subject: Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow Well I can't login and go to the url at the same time (problem with my Internet Explorer version)... Could you do that? --- Marius Kotsbak <[EMAIL PROTECTED]> a écrit : > You need

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread wonder sonic
Well I can't login and go to the url at the same time (problem with my Internet Explorer version)... Could you do that? --- Marius Kotsbak <[EMAIL PROTECTED]> a écrit : > You need an account at sourceforge.net. > > Then go to sourceforge.net/projects/jboss and select > bugs > > On Fri, 2002-0

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Marius Kotsbak
" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 31, 2002 11:11 AM > Subject: Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow > > > I also join :-( > > Is it reported as a bug with top priority? > > On Fri, 2002-

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Marius Kotsbak
As I didn't see a bug-report, I reported it. On Fri, 2002-05-31 at 17:22, wonder sonic wrote: > Well, if someone want to tell me how I can do that, > I'll do it... > > I really don't understand where does it come... :( > And with local interfaces? > > --- Marius Kotsbak <[EMAIL PROTECTED]> a

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Marius Kotsbak
You need an account at sourceforge.net. Then go to sourceforge.net/projects/jboss and select bugs On Fri, 2002-05-31 at 17:22, wonder sonic wrote: > Well, if someone want to tell me how I can do that, > I'll do it... > > I really don't understand where does it come... :( > And with local interf

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Steve Knight
Well, My solution will be to keep using beta 2 until this is fixed ;-) Steve - Original Message - From: "Marius Kotsbak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 11:11 AM Subject: Re: [JBoss-user] ClassCastException at PortableRemote

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread wonder sonic
Well, if someone want to tell me how I can do that, I'll do it... I really don't understand where does it come... :( And with local interfaces? --- Marius Kotsbak <[EMAIL PROTECTED]> a écrit : > I also join :-( > > Is it reported as a bug with top priority? > > On Fri, 2002-05-31 at 17:00, wo

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Marius Kotsbak
I also join :-( Is it reported as a bug with top priority? On Fri, 2002-05-31 at 17:00, wonder sonic wrote: > Welcome to the club :) > If you look to old mails, we have discussint about > this problem, search the subject "[JBoss-user] [HELP] > Is there someone to help me?" > > If you find a sol

Re: [JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread wonder sonic
Welcome to the club :) If you look to old mails, we have discussint about this problem, search the subject "[JBoss-user] [HELP] Is there someone to help me?" If you find a solution, tell me :) Wonder Sonic --- Steve Knight <[EMAIL PROTECTED]> a écrit : > Hello, > I just updated my JBoss from 3

[JBoss-user] ClassCastException at PortableRemoteObject.narrow

2002-05-31 Thread Steve Knight
Hello, I just updated my JBoss from 3.0 beta2 to RC3 and now I am getting this error: java.lang.ClassCastException at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemo teObject.java:296) Here is the line that is giving me problems: PersonnelManagerHome pmHome = (Per