osgi-fragment Questions
1
There seems to be only one other question of this nature, here, but the solution suggested by that answer hasn't been effective for me. I am using Spring Tool Suite (essentially Kepler 4.3.2 SR2) a...
Dexterdexterity asked 29/10, 2015 at 16:20
3
Solved
I am using the JNotify project to listen to file system events. This depends on one native library per OS:processor architecture. For example, there's one library for Windows x86, one library for x...
Astarte asked 16/10, 2012 at 10:34
2
Solved
I want to create an extension for org.eclipse.swt as a fragment. I have created a bundle swt.extension with the following MANIFEST.MF:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ...
Clothbound asked 11/8, 2013 at 11:11
3
Solved
In the OSGi API, a call to BundleContext.getBundles() returns all bundles, whether they are fragments or not. For a given Bundle object, what is the best way to tell if this is a fragment or not?
Anear asked 25/7, 2012 at 17:29
1
Solved
I have an implementation bundle and fragment bundle dependent on it (Fragment-Host in MANIFEST). Moreover, there is a bundle with some tests.
Now I want to test my implementation and use the tycho...
Chlordane asked 19/11, 2012 at 13:20
2
Solved
I have an OSGi bundle with persistence service (using hibernate) and a fragment, which contains configuration (xml file). In bundle's activator, I'm loading the configuration using:
@Override
publ...
Pozzuoli asked 14/6, 2012 at 8:55
1
Solved
When I create a component inside a fragment using OSGi Declarative Service way this component is not getting activated but my components in host bundle gets activated.
Am I missing something? My f...
Chinch asked 21/12, 2011 at 16:12
1
I have a plugin which is the host of fragment A & B. I export a package using Export-Package header from fragment A. Hopefully I can import that package in fragment B using Import-Package heade...
Bohner asked 6/9, 2011 at 2:40
1
Solved
I have two bundles: bundle A and bundle B which is configured as a fragment of bundle A using:
Fragment-Host:
Whenever I install bundle B it fails to start (INSTALLED) and therefore to attach its...
Scuppernong asked 2/9, 2011 at 9:4
1
Solved
I am trying to extend the imports of bundle A from bundle B using Fragment-Host.
In bundle B I have this line: Fragment-Host:
and in bundle B's Import-Package I have added the imports required by ...
Han asked 25/8, 2011 at 14:35
1
© 2022 - 2024 — McMap. All rights reserved.