Well I looked into how the exception could happen and it will only happen during
the serialization of a RemoteObject. I then looked at why any RemoteObjects
should be serialized for in VM calls and found that the GenericProxy is writing its RMI
ContainerRemote object in writeExternal() when isLocal() is true, even though this
value
is NEVER used in VM because in readExternal() it is overwriten when isLocal() is true.
Somewhat inefficient but necessary as when readExternal() is invoked on the client
as a result of pulling the MarshalledObject out of JNDI the ContainerRemote
stub needs to exist. I don't see any reason for this object to become invalid however.
----- Original Message -----
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 25, 2001 4:08 PM
Subject: RE: [JBoss-dev] Can Home references get stale?
> I wish I could get a better stack trace. I probably wouldn't be begging for
> help if I could.
>
> No, I keep getting <No stack trace available>
>
> But I do know its on a findBy call, and a fresh home reference works fine.
> This is just bizarre.
>
>
> Thanks,
>
> Bill
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Scott
> > M Stark
> > Sent: Monday, June 25, 2001 6:39 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-dev] Can Home references get stale?
> >
> >
> > Can you get a better stack trace to pinpoint where the exception is coming
> > from?
> >
> > ----- Original Message -----
> > From: "Bill Burke" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, June 25, 2001 2:54 PM
> > Subject: RE: [JBoss-dev] Can Home references get stale?
> >
> >
> > > We have repeated the problem.
> > >
> > > Any ideas?
> > >
> > > Thanks,
> > >
> > > Bill
> > >
> >
> >
> >
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-development
> >
>
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development