Hi,
I run into a new issue using JOnAS with Jonathan.
When I run this very simple test:
b1 = home.create()
b1.access()
b1.remove()
b2 = home.create()
b1.access()
This last statement works!!!
With RMI, I got an error :ObjectNotFoundException (normal)
I guess that this is a problem with unexport+export on a remote
object. It seems that on Jonathan, unexport+export = nothing!
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonathan".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".