Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 647569: Fixed a bug in the core when unregistering the HTT...

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 647569a003280505b814192b12b95b25e401380e
      https://github.com/eclipse/ice/commit/647569a003280505b814192b12b95b25e401380e
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/Core.java

  Log Message:
  -----------
  Fixed a bug in the core when unregistering the HTTP service.

If ICE was executed from ICE (as in development) and the HTTP services
from both instances were configured to use the same port (perhaps the
default) then ICE would throw a null pointer exception on close because
the Core would try to unget a null service reference.

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


  Commit: f960426872c0a248bdd814434ccf9d8fbcd6b800
      https://github.com/eclipse/ice/commit/f960426872c0a248bdd814434ccf9d8fbcd6b800
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    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/internal/Core.java
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/itemmanager/ItemManager.java
    M org.eclipse.ice.item/META-INF/MANIFEST.MF
    M org.eclipse.ice.item/build.properties
    M org.eclipse.ice.item/plugin.xml
    R org.eclipse.ice.item/schema/IMaterialsDatabase.exsd
    M org.eclipse.ice.item/schema/itemBuilder.exsd
    M org.eclipse.ice.item/src/org/eclipse/ice/item/model/AbstractModelBuilder.java
    M org.eclipse.ice.materials.test/src/org/eclipse/ice/materials/test/XMLMaterialDatabaseTester.java
    M org.eclipse.ice.materials.ui/src/org/eclipse/ice/materials/ui/MaterialsDatabaseServiceHolder.java
    M org.eclipse.ice.materials/META-INF/MANIFEST.MF
    R org.eclipse.ice.materials/OSGI-INF/MaterialDatabase.xml
    M org.eclipse.ice.materials/plugin.xml
    M org.eclipse.ice.materials/src/org/eclipse/ice/materials/XMLMaterialsDatabase.java
    M org.eclipse.ice.reflectivity/OSGI-INF/ReflectivityModelComponent.xml
    M org.eclipse.ice.reflectivity/src/org/eclipse/ice/reflectivity/ReflectivityModelBuilder.java
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Bug 480711 Fixed Reflectivity MatDB bug where the add button broke.

The recent changes caused, for some unknown reason, the
ReflectivityModel Item to no longer receive the IMaterialsDatabase
service. This addresses that problem by catching the service in the core
and reconfiguring the XMLMaterialsDatabase to register directly with an
activator.

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


  Commit: b1f478cd5ba8e7dc7bc9d73f063db0ca969813f5
      https://github.com/eclipse/ice/commit/b1f478cd5ba8e7dc7bc9d73f063db0ca969813f5
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M org.eclipse.ice.materials/build.properties

  Log Message:
  -----------
  Fixed very messed up build.properties for the materials bundle.

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


  Commit: 730b6e399491670874d8aaef54ec6cb3ea6e57d4
      https://github.com/eclipse/ice/commit/730b6e399491670874d8aaef54ec6cb3ea6e57d4
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/Core.java
    M org.eclipse.ice.item/build.properties

  Log Message:
  -----------
  Fixed the remaining build bugs from the matdb service refactor.

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


Compare: https://github.com/eclipse/ice/compare/8d167aa19935...730b6e399491

Back to the top