184185186187188189190191192193194
component = m_workspaceComponents.remove(id); } if ((workspace != null) && (component != null)) { try { workspace.logout(); } finally { m_dm.remove(component); m_sessionFactory.destroySession(id); }