Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363999 - Net4jConnectorInjector does not skip sessions that already have a connector
Summary: Net4jConnectorInjector does not skip sessions that already have a connector
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eike Stepper CLA
QA Contact: Eike Stepper CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 01:19 EST by Eike Stepper CLA
Modified: 2012-09-21 06:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2011-11-17 01:19:26 EST
Cloned from: 363998: Net4jConnectorInjector does not skip sessions that already have a connector
https://bugs.eclipse.org/bugs/show_bug.cgi?id=363998

public Object process(IManagedContainer container, String productGroup, String factoryType, String description,
      Object element)
  {
    if (element instanceof CDONet4jSessionImpl)
    {
      CDONet4jSessionImpl session = (CDONet4jSessionImpl)element;
      IConnector connector = getConnector(container, description);
      session.setConnector(connector);
    }

    return element;
  }
Comment 1 Eike Stepper CLA 2011-11-17 01:28:10 EST
commit bcbb4c03ed4470bc8fa3635c92d90582bf014d3e
Author: Eike Stepper <stepper@esc-net.de> 2011-11-17 07:27:51
Committer: Eike Stepper <stepper@esc-net.de> 2011-11-17 07:27:51
Parent: b126d031442623646bdda3aaee3643b17552c6fc ([364000] Deadlock in ManagedContainer  https://bugs.eclipse.org/bugs/show_bug.cgi?id=364000)
Branches: streams/4.0-maintenance

[363999] Net4jConnectorInjector does not skip sessions that already have a connector 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=363999
Comment 2 Eike Stepper CLA 2012-09-21 06:50:38 EDT
Closing.