Hello Igor, Eric
I am using
<Embed-Dependency>*;scope=!provided|test</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Import-Package>*;resolution:=optional</Import-Package>
which worked fine for two other Cy3 apps.
If I use App Manager --> Install from File... it shows up as status
Installed but in Help --> Developer's Log Console... I see two of
these per second
WARN 10:10:36 AM
[fileinstall-/Users/xxx/CytoscapeConfiguration/3/apps/installed]
org.apache.felix.fileinstall: Error while starting bundle:
file:/Users/xxx/CytoscapeConfiguration/3/apps/installed/foo-1.0-SNAPSHOT.jar
This app is my first attempt to use both Guice injection and OSGi at
the same time, perhaps that is the issue, although as I mentioned
below it works ok in unit tests.
michael