]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.osgi/src/org/simantics/scl/osgi/internal/OsgiJavaReferenceValidatorFactory.java
Tons of dependency fixes and updates
[simantics/platform.git] / bundles / org.simantics.scl.osgi / src / org / simantics / scl / osgi / internal / OsgiJavaReferenceValidatorFactory.java
index 2f3c869b478aa631bb652b07341ab66a8abd5dbe..69a724e9ff55f9114be4a63e666055e6102953b2 100644 (file)
@@ -33,7 +33,7 @@ public class OsgiJavaReferenceValidatorFactory implements JavaReferenceValidator
                 try {
                     bundle.start();
                 } catch (BundleException e) {
-                    throw new InternalCompilerError("Couldn't activate bundle " + bundle.getSymbolicName() + ". Bundle state is " + BundleUtils.resolveBundleState(bundle));
+                    throw new InternalCompilerError("Couldn't activate bundle " + bundle.getSymbolicName() + ". Bundle state is " + BundleUtils.resolveBundleState(bundle), e);
                 }
                 wiring = bundle.adapt(BundleWiring.class);
             }