summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:31:45 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:31:45 +0000
commitfb7c54995c6852c4925f5333831f8369039fab84 (patch)
treeb869ac6ce1b317aaf05db4881eeb6f3f1470d31f /sca-java-2.x
parent626a74d03cf9ae5527c6a8cd549b928be914eeee (diff)
Print name of bundle causing error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java
index 49c5aab041..07f6aad01a 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java
@@ -61,6 +61,7 @@ public class OperationsOSGiNodeTestCase {
b.start();
}
} catch (Exception e) {
+ System.out.println("Error for bundle: " + b.getSymbolicName());
e.printStackTrace();
}
System.out.println(bundleStatus(b, false));