Questions tagged [eclipse-gemini]
28 questions
1
vote
1 answer
How to access a (Blueprint) OSGi service from a Pax Web deployed web bundle?
I am currently using Pax Web to deploy an OSGi web application bundle. From this web bundle I need access to a set of OSGi services. In the rest of the system I am using Blueprint for creating and consuming services. This is great as it provides…

pillingworth
- 3,238
- 2
- 24
- 49
0
votes
1 answer
RCP exception with Gemini Blueprint
I am getting this kind of error (see below). I am suspecting some plugins are missing (perhaps transitive dependencies) but I am not sure. What's more: what does this .source suffix mean?
Can someone help me please?
Regards,
Julien.
!ENTRY…

balteo
- 23,602
- 63
- 219
- 412
0
votes
1 answer
JNDI resources not available for Gemini Blueprint running in Tomcat 9 (working in Bundle Activator)
I have an older Web-Application using Eclipse RAP 3.0 with Equinox OSGI-Container and Gemini Blueprint 1.0.2.
I can define my JDNI Values in server.xml
link them in context.xml and use them in my web.xml.
In my launch.ini i use the parent…

Christian Meister
- 108
- 2
- 8
0
votes
2 answers
How to extend the BndTool Repository with additional bundles?
I try to add the gemini blueprint bundles to the bndTool Repository. Unfortunately I could not find out how this works.I have downloaded the Gemini Blueprint bundles and have tried to add them as an additional repository (zipping the bundles).
The…

Toomy
- 90
- 1
- 8
0
votes
1 answer
Migration from Spring DM 1.2 Spring 3 / KARAF 4.0.10 to Blueprint, Spring 5 and KARAF 4.2.0
I was using KARAF 4.0.10 which installs spring 3.1.4 as boot feature. We were using spring for web module (spring-mvc) with spring-dm (spring-osgi-web).
Here is my example web.xml.
That is my web.xml Mvc…

Munish Gupta
- 41
- 3
0
votes
1 answer
Spring 4 and OSGI
I want to use Spring in an application which loads several modules using OSGi. I want to be able to inject beans exposed by bundle A into targets exposed by bundle B.
I saw blueprint which seems to require Spring 3, and eclipse gemini which supports…

Mariano Gonzalez
- 57
- 3
0
votes
1 answer
Blueprint Osgi - Service created/destroyed Listener
Is possible add a Listener to know when a Bean Service with a particular Interface is created. And when the bean with the same interface is destroyed???
What is the best way to do it? reading the list of injecting services

jrey
- 2,163
- 1
- 32
- 48
0
votes
1 answer
Springsource EBR is down. What next?
We proxied Springsource EBR in our own Nexus put a p2 capability on it so that we could use it in our p2 target platforms. Now since Springsource EBR is down the proxy doesn't work anymore. Now I got some questions:
Is there an alternative…

sebplorenz
- 999
- 2
- 10
- 17
0
votes
1 answer
Looking for a OSGi capable dependency-injection-framework with support for session scoped services
This question is a followup question to Spring framework download as OSGi bundles.
I am looking for a framework that is capable of doing the following:
it has to work in an OSGi environment
some concept of beans/services/whatever you want to call…

sina
- 1,817
- 1
- 18
- 42
0
votes
0 answers
Occasional deadlock in Gemini Blueprint Extender Threads
I am occasionally running into deadlock issue when starting my osgi application. My project has following external dependencies (does NOT contain my project specific bundles):
id State Bundle
0 ACTIVE …

nadirsaghar
- 557
- 1
- 4
- 20
0
votes
1 answer
Maven-Pax-Plugin and Gemini Blueprint /Spring DM
following situation: We are developing an OSGi-application and the final porduct should be using Eclipse Virgo.
To get in touch with OSGi and Spring i am now investigating the OSGi Blueprint concept.
I am trying to use the maven-pax-plugin and…

hueck
- 193
- 3
- 15
0
votes
1 answer
Use HttpService with Gemini Web
How can i use OSGi HTTPService in Gemini Web.
Best Regards,
Keshav

keshav84
- 2,291
- 5
- 25
- 34
0
votes
1 answer
extend war package imports in gemini container
if i deploy a war-file into a gemini container (e.g. virgo has one) it will be transformed on-the-fly into an osgi bundle by adding some package imports (besides other things).
Is it possible to somehow extend these default package imports using for…

wrm
- 1,898
- 13
- 24