Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] e663c9: Fixed client and core bugs due to Declarative Serv...

  Branch: refs/heads/jay/projectSupport
  Home:   https://github.com/eclipse/ice
  Commit: e663c9c68c713604e03c8dd67391bda06b6d46fa
      https://github.com/eclipse/ice/commit/e663c9c68c713604e03c8dd67391bda06b6d46fa
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M org.eclipse.ice.client.test/META-INF/MANIFEST.MF
    A org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ClientExtensionFactoryTester.java
    M org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/FakeCore.java
    M org.eclipse.ice.client.widgets/OSGI-INF/eclipseWidgetsComponent.xml
    M org.eclipse.ice.client/.classpath
    M org.eclipse.ice.client/.settings/org.eclipse.jdt.core.prefs
    M org.eclipse.ice.client/META-INF/MANIFEST.MF
    M org.eclipse.ice.client/OSGI-INF/clientComponent.xml
    M org.eclipse.ice.client/plugin.xml
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    A org.eclipse.ice.client/src/org/eclipse/ice/client/internal/ClientExtensionFactory.java
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/RemoteCoreProxy.java
    M org.eclipse.ice.core.test/src/org/eclipse/ice/core/test/CoreTester.java
    M org.eclipse.ice.core/META-INF/MANIFEST.MF
    M org.eclipse.ice.core/OSGI-INF/component.xml
    M org.eclipse.ice.core/src/org/eclipse/ice/core/iCore/ICore.java
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/Core.java
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Fixed client and core bugs due to Declarative Services issues.

Mic drop! Got the Core and Client working smoothly together in such a
way that the ItemViewer now works again, the workspace dialog still
works, the HttpService still works, neither are set to auto-start in the
run configuration and both are registered as services. The primary
problem was in the way that Declarative Services are activated by the
framework.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>



Back to the top