osgi-bundle Questions
4
Solved
I am trying to create a bundle using apache maven. When I run mvn clean install command it is giving the below error:
dependencies.dependency.version' is missing for
javax.servlet:servlet-api.j...
Slub asked 28/6, 2013 at 16:46
5
I'm trying to setup my eclipse plugin development target and receive the following error multiple times:
!ENTRY org.eclipse.e4.ui.css.swt 4 0 2015-01-30 15:15:06.879
!MESSAGE FrameworkEvent ERROR
...
Melody asked 30/1, 2015 at 14:34
2
Solved
I'm trying to develop onto Karaf an OSGi WAB containing a REST API and a call from a custom-made service. However, for some weird reason, the OSGi framework complains about an unsatisfied capabilit...
Tamatave asked 24/11, 2016 at 15:56
0
I have run an OSGi bundle with Java17 and got below at startup. Is OSGi not supported by Java 17 yet?
org.osgi.util.tracker.ServiceTracker.getServices()" is null
Adipocere asked 7/10, 2021 at 5:43
4
Solved
Is it possible to use a non-osgi library with an OSGi application?
For an example, I'm developing a semantic based search engine, and I am using a third party Natural Language Processing library f...
Nevile asked 8/2, 2011 at 9:18
2
Solved
OSGi talks about microservices and the press talks about microservices. However, they do not seem to be the same. What is the difference between these microservices.
Kawasaki asked 23/3, 2018 at 5:54
2
What's the best way to create a simple osgi (deploying into virgo server) project using maven, to create a war structure with pom.xml maven descriptor?
A Structure target is
*.jsp
*.html
META-INF...
Sent asked 9/10, 2013 at 12:54
2
Solved
I'm trying to upgrade to OpenSAML 3 in an OSGi bundle running on Apache Karaf (4.0.5) using opensaml servicemix bundle (org.apache.servicemix.bundles:org.apache.servicemix.bundles.opensaml:jar:3.2....
Diacritical asked 21/6, 2016 at 15:14
5
Solved
I'm trying to integrate spring DI into an existing jaxws project. I've got this working locally on tomcat but when I deploy to the remote container it doesn't appear to do the classpath scanning. I...
Gloriole asked 28/5, 2013 at 14:54
2
We are using both spring-web and spring-websocket in our RCP application, which are both converted into bundles through the p2-maven-plugin. Below is the MANIFEST.MF file of our application.
Manif...
Madrepore asked 10/11, 2016 at 2:59
14
Solved
I'm trying to create a simple plugin in eclipse. When I run the application, I see this error in log file:
org.osgi.framework.BundleException : The activator for bundle
org.x.y.Activator for bu...
Rainbolt asked 20/8, 2009 at 10:42
2
Solved
I'm using maven-bundle-plugin (bnd effectively).
It's straightforward to include a resource file from sources.
For example, a resource file (src/main/resources/some.xml) is moved under target dir...
Odyssey asked 24/5, 2016 at 3:41
4
Solved
UPDATE 2: Since my blog is a bit dead the links got degraded so you can view the articles here:
https://www.dropbox.com/s/xvobgzqnl43kcda/Managing_OSGi_Transitive_Dependencies__Part_1____Citiz...
Mattias asked 19/5, 2014 at 11:59
1
Solved
I'm having trouble getting an OSGi bundle loaded into a third party framework. It keeps rejecting my bundle because I am specifying Import-Package versions that do not exist, even though I know the...
Euonymus asked 5/4, 2016 at 18:36
1
Solved
I'm using BndTools (http://bndtools.org/) to develop an OSGI application. Everything is working fine but I have some things I would like to change while exporting my app.
I'm trying to achieve tw...
Eberto asked 23/2, 2016 at 21:48
4
Solved
I have a JAR file that I need to convert to an OSGi bundle.
I do not have the original source code for the JAR file.
I tried to use the answers from: How to create OSGi bundle from jar library?
...
Luftwaffe asked 7/4, 2015 at 14:48
1
Solved
To date, I've been successful at building OSGI bundles, and invoking web services defined in these bundles via Apache CXF. Next, I'd like to be able to set breakpoints in my bundles as they are exe...
Studhorse asked 9/6, 2015 at 15:25
3
Solved
I have several bundles (A, B, and C) deployed to an OSGi container, each containing a CamelContext and some routes. I have another bundle (M) with a CamelContext with a route (for collecting monito...
Azerbaijan asked 22/4, 2015 at 23:29
1
Solved
I have three applications deployed in CQ which all depend on one bundle (say 'core').
Core is undergoing a major face lift and there is a requirement to define the dependency of all three applica...
Farflung asked 23/12, 2014 at 15:57
1
Solved
Is it possible to use wildcards in org.osgi.framework.system.packages.extra in Felix?
For example, I want to export to the org.osgi.framework.system.packages.extra packages like my.package.* .
Touching asked 17/11, 2014 at 13:31
2
Solved
I need to embed a third-party JAR file in the OSGi bundle that I'm developing in Eclipse. I've done a lot of searching and reading, and I keep seeing the same things over and over again:
I really...
Bak asked 11/11, 2014 at 17:14
2
Solved
I have changed the BREE from JavaSE-1.6 to JavaSE-1.7 in the manifest files of my application:
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Now I can not compile the application again.
When ...
Claudine asked 13/10, 2014 at 20:39
1
Solved
I am trying to develop an Eclipse plugin. This plugin uses jgit to accecc git repositories over ssh with ubuntu username and password. (Clone git repository over ssh with username and password by J...
Mulderig asked 29/9, 2014 at 14:48
1
I've log4j-api v2.0.2 and log4j-core v2.0.2 in the pom.xml of a fragment project and trying to build a project thats OSGI compliant. I get the following message
"ERROR StatusLogger Log4j2 could ...
Beliabelial asked 4/9, 2014 at 15:41
1
Solved
I decided to build an application on top of OSGI and Karaf - I really like this stuff. However, I'm struggling a bit with a daily deployment on my local, development machine. I mean.. I make a chan...
Tiphani asked 16/7, 2014 at 22:32
1 Next >
© 2022 - 2024 — McMap. All rights reserved.