From 635fe997f91dbec1cf8ab0b7aeb8c76c56330013 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 23 Sep 2008 23:44:47 +0000 Subject: Starting to fix jetty OSGi import/exports. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698404 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branches/sca-equinox/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca') diff --git a/branches/sca-equinox/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java b/branches/sca-equinox/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java index 7cbcdab693..f47a088c52 100644 --- a/branches/sca-equinox/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java +++ b/branches/sca-equinox/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java @@ -272,7 +272,7 @@ public class EquinoxHost { if ((bundle.getState() & Bundle.ACTIVE) == 0) { logger.info("Starting bundle: " + string(bundle, false)); try { - bundle.start(); + //bundle.start(); } catch (Exception e) { logger.log(Level.SEVERE, e.getMessage(), e); throw e; -- cgit v1.2.3