"Blumreiter, Fa. Westernacher, IIPS, B" wrote:

> Hi (Philippe),
>
> thanks for reacting so promptly to my bug report. Unfortunately, I'm not
> able yet to test jonas 2.2.7 because I am behind a firewall, so I have no
> access to cvs.

Just a hint : WinCVS has a proxy mode that may allow you to bypass your
firewall. On Unix, you may also want to try runsocks to achieve the same
behaviour. There is also a version of runsocks for windows.

> With jeremie, though, I get a different error. I reported this one already
> to the mailing list but I think you weren't able to reproduce it. I have now
> modified the client of the session bean example shipped with jonas and I can
> reproduce it with the jonas example session bean.
> The modification is as follows:
> [...]
>
> The first time after starting jonas, the error does not occur.
> By the way, the error does not occur if you uncomment the remove() call. I
> would be interested if you can reproduce it both on windows nt and unix. If
> so, are there any explanations?

This problem should be corrected in Jonas 2.2.7.

Actually, it was a problem with Jeremie. When a server class extends
UnicastRemoteObject, it is exported to the Jeremie ORB, and the binding
information to use (machine name and port number + the local object identifier)
is cached in the UnicastRemoteObject class.  When the object was re-exported
(the second try in your example), the binding information to use might change
(I say might, because it could also be reused under certain circumstances), but
the information cached in the UnicastRemoteObject was not properly updated.
Unfortunately, the binding information sent over the net was the outdated
cached information, and if it no longer corresponded to an object on the server
side, you got the OBJECT_NOT_EXIST exception. This problem is now corrected.

Best regards,

Bruno
begin:vcard 
n:Dumant;Bruno 
tel;cell:06 75 20 76 64
tel;fax:33 1 49 26 09 76
tel;work:33 1 42 44 40 74
x-mozilla-html:FALSE
url:www.kelua.com
org:Kelua SA
adr:;;55 rue Sainte Anne;Paris;;75002;France
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;1
fn:Bruno Dumant
end:vcard

Reply via email to