RMIConnector.addListenerWithSubject() method has call to pushDefaultClassLoader() but no corresponding call to popDefaultClassLoader(). This would lead to changing current thread context class loader when using the method unless the context class loader is the same as the RMIConnector default class loader.
|