On Fri, Oct 15, 2010 at 11:46, Vidar Ramdal <[email protected]> wrote: > Is this safe, or is the ObservationManager retrieved by > session.getWorkspace().getObservationManager() tied to the session > from which it was acquired?
Yes, it is session-specific (getWorkspace() is also a session-specific instance). So there is no guarantee that it works in multiple threads. Regards, Alex -- Alexander Klimetschek [email protected]
