From 9f462538f3ac1e5522a87206a0668ecdecc9e3c4 Mon Sep 17 00:00:00 2001 From: rfeng Date: Wed, 24 Sep 2008 00:56:09 +0000 Subject: Fix the file separator issue with windows git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698408 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/node/equinox/launcher/EquinoxHost.java') 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 f47a088c52..2307e94907 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 @@ -275,7 +275,7 @@ public class EquinoxHost { //bundle.start(); } catch (Exception e) { logger.log(Level.SEVERE, e.getMessage(), e); - throw e; + // throw e; } logger.info("Bundle: " + string(bundle, false)); } -- cgit v1.2.3