You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/04 11:31:45 UTC

svn commit: r1004167 - /tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java

Author: slaws
Date: Mon Oct  4 09:31:45 2010
New Revision: 1004167

URL: http://svn.apache.org/viewvc?rev=1004167&view=rev
Log:
Print name of bundle causing error

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java?rev=1004167&r1=1004166&r2=1004167&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java Mon Oct  4 09:31:45 2010
@@ -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));