Questions tagged [spring-dm]

The Spring Dynamic Modules for OSGi(tm) Service Platforms project makes it easy to build Spring applications that run in an OSGi framework

Useful links

86 questions
0
votes
2 answers

ClassNotFoundException after upgrading from Spring 3.0.5 to 3.2.1 in RCP application

I have an RCP application with several hundred bundles that is wired with Spring dm. After upgrading to Spring 3.2.1, I now get the following exception in a couple of bundles. At first I thought it may be caused by some magic in dm, but after…
Robin
  • 24,062
  • 5
  • 49
  • 58
0
votes
2 answers

Failed to load ApplicationContext while running JUNIT test case

I have an OSGI Bundle (B) deployed in ServiceMix Container. B also acts as an OSGI Endpoint. As we can see the following line (from my ApplicationContext.xml)
Ashish
  • 1,121
  • 2
  • 15
  • 25
0
votes
1 answer

Query : How to use Spring-DM powered OSGi bundle exposed as a webservice

I've been working on a project to create OSGi bundles and expose them as a service. I've read enough on OSGi service and I must say I've fair idea on it. I've just come across the Spring-DM framework and having a quick look at its reference manual,…
lbvirgo
  • 354
  • 1
  • 5
  • 22
0
votes
2 answers

Using spring osgi service in blueprint

I have a spring context which exports the osgi service defined under /META-INF/spring/spring-dao.xml like this ` The question is: I want to use the above defined service in my blueprint,…
0
votes
1 answer

How to find out the status of war deployment in springDm?

I am trying to do junit testing using maven based surefire testing and AbstractConfigurableBundleCreatorTests class for springDM based web application. How to know if the war bundle is Successfully deployed?
newCommer
  • 171
  • 2
  • 10
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…
0
votes
1 answer

Issue with org.apache.felix:maven-bundle-plugin and Export-Package/Import-Package

I am trying to configure how packages are imported/exported by the maven-bundle-plugin by specifying the * wildcard. The config below results in no package being exported or imported... Anyone has any clue?
balteo
  • 23,602
  • 63
  • 219
  • 412
0
votes
1 answer

Use Spring-DM Extender

I need to wait some time before shut down my OSGI context.( Give some time to finish the tasks that are currently running). I came across with shutdown.wait.time property in the extenderProperties bean. Can anyone please let me know how can I use…
Sam
  • 2,055
  • 6
  • 31
  • 48
0
votes
1 answer

spring dm dependency issue - apache commons logging

I am a novice to spring dm so pardon my simple question. I downloaded the spring-osgi package with dependencies - 1.2.1.When I import the required plugins from the /lib folder, the plugins are not validated as they require…
Rndm
  • 6,710
  • 7
  • 39
  • 58
0
votes
1 answer

Using Spring Security in an OSGi Application without SpringDM

It's about half a day I'm trying to find a way to migrate my implementations on SpringSecurity to the context of OSGi(equinox) bundles without switching to SpringDM. Currently we have two projects: 1. I have an implementation of Spring Security…
Moein
  • 739
  • 2
  • 9
  • 17
-1
votes
1 answer

Blueprint, Spring DM and DS

I am a little bit confused about Blueprint, Spring DM and DS (Declarative Services). Form what I think it is: Spring DM came first. OSGi like the idea and defined the Blueprint standard based on Spring DM. Spring DM became the reference…
Frizz
  • 2,524
  • 6
  • 31
  • 45
1 2 3 4 5
6