Author: scooter
Date: 2012-09-07 09:42:05 -0700 (Fri, 07 Sep 2012)
New Revision: 30334

Added:
   core3/impl/trunk/session-impl/integration-test/README-BundleExceptions.txt
Log:
Add a readme for how to solve BundleExceptions.


Added: 
core3/impl/trunk/session-impl/integration-test/README-BundleExceptions.txt
===================================================================
--- core3/impl/trunk/session-impl/integration-test/README-BundleExceptions.txt  
                        (rev 0)
+++ core3/impl/trunk/session-impl/integration-test/README-BundleExceptions.txt  
2012-09-07 16:42:05 UTC (rev 30334)
@@ -0,0 +1,12 @@
+NOTE: If the integration tests fail with a bundle loading error like:
+
+ERROR: Bundle org.cytoscape.ding-presentation-impl [69] Error starting 
file:/tmp/1346975522850-0/bundles/org.cytoscape.ding-presentation-impl_3.0.0.alpha10-SNAPSHOT.jar
 (org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.cytoscape.ding-presentation-impl [69]: Unable to resolve 69.0: missing 
requirement [69.0] osgi.wiring.package; 
(&(osgi.wiring.package=org.cytoscape.view.presentation.customgraphics)(version>=3.0.0)(!(version>=4.0.0))))
+org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.cytoscape.ding-presentation-impl [69]: Unable to resolve 69.0: missing 
requirement [69.0] osgi.wiring.package; 
(&(osgi.wiring.package=org.cytoscape.view.presentation.customgraphics)(version>=3.0.0)(!(version>=4.0.0)))
+  at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826)
+  at org.apache.felix.framework.Felix.startBundle(Felix.java:1868)
+  at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191)
+  at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295)
+  at java.lang.Thread.run(Thread.java:662)
+
+or something similar, it may be that a new dependency was added to Cytoscape 
that wasn't updated in 
session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java.
  Add the neccesary bundle in that file and see if it fixes the problem.
+

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to