Hi Sumit, > Thanks for this snapshot of 1.0.6. I confirmed that the null > realm bug has been > fixed. Thanks.
Cool. [...] > I cannot call Component.stop() to stop the Clients and > Servers because it > wants to make sure that the Component is started before > calling stop() on the > clients/servers. I'm guessing that you should either not add > the isStarted() > check in Component.stop(), or instead catch any exceptions in > Component.start(), > and call stop() on the clients/servers/applications that got started. Very good point, I opted for the first solution. Checked in SVN! Best regards, Jerome

