bnd Questions

1

I am moving from maven-bundle-plugin which provided the "convenient" configuration using Embed-Dependency, but it appears i need to specify my Embed Dependency "manually" in bnd format when using t...
Insurrection asked 5/11, 2019 at 19:27

1

Solved

When building my OSGi bundles with JDK 10, maven-bundle-plugin (3.5.1) generates the following manifest attribute: Require-Capability: osgi.ee;filter:="(osgi.ee=UNKNOWN)" This fails runtime: Un...
Carty asked 2/7, 2018 at 14:16

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

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

1

Solved

I have the following bnd file: Bundle-Version: 1.0.12 Bundle-Activator: a.b.Activator Private-Package: a.b -buildpath: osgi.core;version=4.3.0,\ org.apache.felix.bundlerepository;version=1.6.6,\ ...
Flashbulb asked 15/9, 2014 at 15:37

1

Solved

After updating the maven-bundle-plugin from version 2.3.5 to version 2.4.0 running mvn clean install outputs some warning messages, which I don't fully understand. E.g. Export ch.entwine.weblounge...
Metatherian asked 19/1, 2014 at 14:55

3

Solved

I am looking for a step by step guide to convert jar into an OSGi bundle using the eclipse bndtools plugin. I know it is possible to do it with bnd using the command line but would be nice to know ...
Oller asked 22/3, 2012 at 9:4

2

Solved

I have a project with a single source file, listed here in its entirety: package com.acme.el; public class ExpressionUtils { public static Object evaluate() { new org.apache.commons.el.Expressi...
Ayo asked 2/7, 2013 at 9:20

1

Solved

I'm building an OSGi jar using Gradle, and I'm having a bit of trouble with the manifest. Here's an excerpt from my build script: apply plugin: 'java' apply plugin: 'osgi' jar { baseName = 'awes...
Chaulmoogra asked 25/6, 2013 at 13:10

4

Solved

After spending a couple of hours trying to understand how to make continuous deployment work in the case of an OSGi-based application, I am finally posing my first question on stackoverflow, hoping...
Quimby asked 2/6, 2012 at 20:2

3

Solved

In my osgi application I have three bundles, travel.api, table.api and utils. travel.api depends on table.api which depends on utils. Note that travel.api doesn't directly depend on utils. I use aQ...
Accent asked 13/12, 2012 at 13:55

3

Solved

I am familiar with Import-Package and Export-Package, but this is a new one for me. What does it do?
Hardback asked 22/11, 2012 at 13:49

1

Solved

I'm working on a project, it's integration project, we are using Apache Camel and Apache Karaf. In the project, I need to use the Jira REST Java client library. So I've read quite a lot of various...
Callen asked 25/10, 2012 at 20:56

1

Solved

In most cases I have a lot of components which are having the same classes to be injected by an OSGi Declarative Service. The services will be used to execute some logic which is the same for all d...
Mcmillin asked 11/9, 2012 at 7:7

3

Solved

I want to migrate my EE application to OSGi. my application consist of business libraries, database JPA/Entities and a REST/WS interfaces. it also has a web client. I start by prototyping the stru...
Gammy asked 17/4, 2012 at 22:50

2

Solved

I have an OSGi bundle that is built using ANT and the classic BND tool. My bundle uses a library (JAR) internally, which is not available as a bundle within my OSGi container (Apache Felix). So, I ...
Vardhamana asked 26/9, 2011 at 11:22
1

© 2022 - 2024 — McMap. All rights reserved.