Questions tagged [bndtools]

Bndtools is a widely used Eclipse based OSGi development tool. It is based upon the bnd library which is also used in ant and maven build environments.

Bndtools is a widely used Eclipse based OSGi development tool. It is based upon the bnd library which is also used in ant and maven build environments.

The latest release can be found on GitHub and the Eclipse Marketplace.

153 questions
0
votes
0 answers

Cannot move my bndtools osgi projects to another machine\computer

I have a couple of bndtools projects(one being the interface and other being the implementation) in my workspace. What is the best way to move both of these projects to a workspace in a different machine\computer? I understand that directly copy…
user
  • 1
  • 2
0
votes
2 answers

cannot deserialize an xml in a bndtools osgi project

I am fairly new to osgi and bndtools and started with the bndtools tutorial the tutorial worked fine and then i tried to play around with my own test project where i implement an interface , and in the implementation , i am trying to deserialize an…
user
  • 1
  • 2
0
votes
1 answer

Bndtools on a multi module maven Project

I am currently working on migrating a multi module maven osgi project to bnd tools. What I'm struggling with is the configuration of the build.bnd so I can build the bundles. If I add a package to the export list i get: Error finding source package…
wayoflife
  • 1
  • 1
0
votes
3 answers

Bndtools: Problems preparing runtime environment

I installed Bndtools in Eclipse and tried out their quick tutorial: http://bndtools.org/tutorial.html But as soon as I want to start a very simple component via the "Run OSGi" button, I receive a Launch Error prompt: Status ERROR: bndtools.core…
Joern
  • 479
  • 1
  • 8
  • 14
0
votes
1 answer

How to make MongoDB Service Available?

I am developing OSGi Mongodb bundle I have also added the following dependencies com.mongodb org.apache.felix.fileinstal org.amdatu.mongo org.apache.felix.configadmin and all the dependency managers but in gogo console I get the following error…
Root
  • 955
  • 1
  • 16
  • 39
0
votes
0 answers

Native shared library dependency

How do i include a native shared library and bundle as an OSGI service. I'm using bndtools and I m quite confused with the info that needs to be provided in the pom.xml that eventually gets translated as the meta info in the manifest file . I need…
voidone
  • 333
  • 1
  • 3
  • 12
0
votes
1 answer

Use bnd tools to generate MANIFEST files

I just knew about the existence of this tool (bnd tools), which seems perfect to solve the issue I'm having in an OSGI application that I am developing.I've been reading some documentation about it, but I must be doing something wrong. I had a…
ccoutinho
  • 3,308
  • 5
  • 39
  • 47
0
votes
1 answer

Using System.out in Osgi?

I am using bndtools and trying to get a "Hello World" running. How do I use jdk functionality? The bndtools website only explains how to export an API, which is nice and all, but somehow I need to use jdk functionality in order to program anything,…
Blub
  • 13,014
  • 18
  • 75
  • 102
0
votes
1 answer

How to set up Maven-built Eclipse RCP projects with bndtools

I'm developing an Eclipse RCP (3.7) application and build it with Maven and Tycho. I'd like to use bndtools' ability to monitor version numbers (inspired by the EclipseCon Europe 2013 talk "Never A Wrong (Semantic) Version again!". Unfortunately the…
s.d
  • 4,017
  • 5
  • 35
  • 65
0
votes
0 answers

Howto use Bndtools and Egit Successfully

Eclipse Kepler, Bndtools 2.1.0.REL, EGit 3.03. Create default Bndtools Component Development project. Commit to a new repository outside the Eclipse workspace. The proj files including cnf move to the repository, but.... The workspace in the…
paulf
  • 93
  • 7
0
votes
1 answer

Bndtools output to console

I've just started using bndtools for my OSGi projects but I can't seem to configure the project to get information output (Hibernate information, Spring DM information) to the console (in Eclipse). I'm having a hard time with the project as I'm…
raven-king
  • 1,550
  • 2
  • 18
  • 40
0
votes
1 answer

Bundle not found in bnd-cache

I have a problem with bndtools. The resolving is completed with no problems, but after I clicked on "Run OSGi" in a run descriptor following problem appears: Status ERROR: bndtools.core code=0 jena-arq~;version=[2.9.4,2.9.5) Not found in…
TWdorado
  • 107
  • 7
0
votes
1 answer

Servlet with JSP and BNDtools

I saw a good tutorial on Servlets with BNDtool here: http://www.ralfebert.de/tutorials/osgi_server/. But how could I access static html-documents and JSPs from this Servlet? Where should I store them when I'd like to get them with…
TWdorado
  • 107
  • 7
0
votes
1 answer

How to access bundle in OSGi/Bndtools that only referenced by reflections?

I made a bundle from owlim-lite with bndtools and added all necessary dependencies, so that the OBR-resoultion works fine. Sesame (Semantic Web Repository) should use owlime-lite, but it accesses owlime-lite only per reflection. How could I do this…
TWdorado
  • 107
  • 7
0
votes
1 answer

Putting a Maven POM in an OSGi wrapper via BND?

I have a third-party JAR that I'd like to use in an OSGi environment, but it has no OSGi-appropriate MANIFEST.MF. So, I'm using BND (well, BNDTools) to wrap it. That's working fine as well as it goes, but: I'd also like to be able to easily use it…
user1628103
  • 197
  • 1
  • 8
1 2 3
10
11