0
votes
1answer
58 views
JPA Entity (in multiple persistence-unit) in OSGi (Spring DM) Environnement is confusing me.
Hi,
I'm a bit confused about a strange behavior of my JPA's related objects.
I have three bundle :
The User bundle does contain some user-related objects, but mainly the User o …
1
vote
2answers
49 views
Using Guice with OSGi
I have a project that I am trying to convert to OSGi. However, this project has been built with Guice as its dependency injection manager. It's a large project with Guice interwove …
6
votes
2answers
108 views
Java plugin framework choice
We're trying to determine how to implement a simple plugin framework for a service we are implementing that allows different types of calculators to be "plugged-in".
After reading …
0
votes
1answer
57 views
Achieving Eclipse-like OSGi launcher
Hello All,
I am building an OSGi application and need to create an Eclipse-like OSGi application launcher.
For those who do not know, when an OSGi application is run through Ecli …
1
vote
1answer
44 views
OSGi: What are the differences between Apache Felix and Apache Karaf?
Apache Karaf is a sub project of Apache Felix. It is defined as "a lightweight OSGi container".
I don't understand when should I use the heavyweight and when to use the lightweigh …
0
votes
1answer
45 views
How can I combine WAR packaging and OSGi bundle creation in Maven?
I want to deploy one of my OSGi bundles with a war package structure so it is recognized as a web application by Struts. I use Maven, so I get WAR packaging built-in and I have the …
1
vote
1answer
43 views
How do I deploy a webapp into Apache Felix?
What bundles do I need to install? At least, this would have to be a servlet container / web server such as Jetty, but will the basic org.apache.felix.http.jetty bundle do, or is t …
1
vote
3answers
51 views
How do I add 3rd-party OSGi bundles to a deployment package with Maven?
I'm building my application to run in an OSGi container. I use Maven and the Maven Bundle Plugin from Apache Felix to set up the OSGi manifests for my own modules and that works gr …
0
votes
2answers
43 views
Choosing between Impala and OSGi
I've been investigating OSGi for my company's software, but have recently been recommended to take a look at Impala. According to its web page, Impala is "a dynamic module framewor …
0
votes
2answers
79 views
Lift and Eclipse RCP Integration
I work on a fairly simple but large two-tier application that consists approximately 40 Eclipse RCP plugins. We have a new use case that is taking us to the web for a very small p …
0
votes
1answer
42 views
Where should I put shared testing utilities in a multi-module Maven project?
I probably sholdn't obsess about this too much, but my project has a very structured layout that I have become very fond of. Having that much structure has actually proven to be us …
2
votes
1answer
44 views
What is the proper way of disabling an OSGi service at service start?
I have created an OSGi bundle with an exposed (declarative) service. If I, when activate is called, notice that something is amiss such that I can not provide the service, I need t …
1
vote
0answers
24 views
Is there a Maven build for eclipselink that makes the OSGi bundles run in Felix and others?
The Eclipselink OSGi bundles seem have trouble working in some OSGi containers, notably Felix, because they fail to import packages (and that are exported by the system) that they …
2
votes
1answer
54 views
OSGi: Does Blueprint replace Declarative Services?
The new R4.2 spec for OSGi describes the Blueprint service, for dependency injection and service wiring.
Does Blueprint replace Declarative Services (which is still part of the sp …
2
votes
2answers
57 views
When should I use a platform like OSGI and when it must be avoided?
My question is pretty straightforward: What are the features of an application that force the developer to exploit OSGI-like system? What are the cases, when such a utility is unne …
