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
3
votes
4 answers

Apache Camel on Karaf with Spring DSL + OSGi

I am new to OSGI world. Versions: Karaf: 4.1.0 Camel: 2.18.2 Spring: 4.3.5_RELEASE_1 (Apache Service Mix Bundles) Ref: Camel-UserForum-on same question I spent lot of time (even days ) in searching/understanding camel-spring with osgi container. I…
Slok
  • 576
  • 1
  • 12
  • 27
3
votes
0 answers

How to mix Spring and blueprint in OSGi container?

I see that blueprint is better supported and will be widely adopted by many OSGi containers including JBoss Fuse. Sadly, Spring has many features that seem hard to implement in current blueprint (CMIIW). The features like: annotation for ehcache…
sancho21
  • 3,511
  • 1
  • 39
  • 45
3
votes
4 answers

How to integrate a SpringSource dm Server into another OSGi-based application server?

I would really like to use SpringSource dm Server, but our customer requires us to run our apps on their application server (Websphere). Is there a way to integrate SpringSource dm Server with other application servers? At least dm Server is build…
cretzel
  • 19,864
  • 19
  • 58
  • 71
2
votes
1 answer

Spring framework/Eclipse RCP integration with Blueprint Gemini

I am trying to integrate Spring framework into my Eclipse RCP application. I was not able to find relevant documentation on how to integrate Blueprint Gemini into my RCP application. Do I just add the Gemini jars to my RCP project? I guess this is…
balteo
  • 23,602
  • 63
  • 219
  • 412
2
votes
0 answers

OSGi + Spring DM + RMI custom RemoteInvocation ClassNotFound

at the beginning i want to state that rmi is working, when i am not configuring bean to use my remoteInvocationFactory. My structure: i have 2 web applications, both with embedded osgi framework (equinox 3.9), WebAppServer - inside its osgi, there…
sv13
  • 176
  • 3
  • 13
2
votes
1 answer

Debugging drools when deployed in camel / fuseesb

I am currently building upon the camel-drools example found here: https://github.com/FuseByExample/camel-drools-example The route is as follows: Example route that will regularly create a Person…
Jon S
  • 21
  • 2
2
votes
1 answer

OSGI - Not able to access Application resources loaded in a service bundle

I am using OSGI with Spring MVC,details are as follows Bundle b1-declares message source as bean. the message resource is success fully autowired in a service in bundleb1. Entry for Message Source in xml is
Amit
  • 77
  • 3
2
votes
1 answer

Cannot determine the artifact identity of the file

I was getting import package exception, which i solved using menifist file. But now i am getting other excepotions which i have no idea, i am able to deploy simple bundle, but this particular bundle is not running on virgo server from pickup…
vicky
  • 890
  • 4
  • 23
  • 54
1
vote
1 answer

Spring Dynamic Modules and Netbeans Platform

Has anyone integrated Spring Dynamic Modules (or Eclipse Gemini Blueprint) with Netbeans Platform? I cannot find any information on this. I was thinking about potential use of Spring Services within the Netbeans Platform Application. Is this…
taurus
  • 213
  • 1
  • 3
  • 9
1
vote
1 answer

Deploy a bundlet and get the dependent bundles from spring EBR

I have a WAR file that was built using grails framework and OSGi plugin. When I try to deploy it in Eclipse Virgo it fails because the related dependencies are not yet deployed. Is there a way to tell Virgo to fetch the dependency bundles from…
Houcem Berrayana
  • 3,052
  • 22
  • 40
1
vote
2 answers

OSGi : Is there a 'best way' to handle service and registers?

I am starting a project with OSGi and I am facing a very important choice while defining the way I will handle service registration etc... If I am not mistaken, I have three choices : Use manual solution by implementing service listeners and…
ThR37
  • 3,965
  • 6
  • 35
  • 42
1
vote
0 answers

Need help in migrating spring code (running under OSGI using spring dm) to JDK 11

We have a lot of spring code written in our AEM application. We are using spring dm to run the code in osgi. Now we would like to migrate our code to JDK 11 which requires us to migrate spring framework to 5.1 onwards. Is there a spring dm version…
Adilmo
  • 117
  • 1
  • 9
1
vote
1 answer

Unable to install Spring-DM (OSGI) 1.2.1 bundles in apache karaf 4.2.1?

I am trying to deploy my existing project which has built-in Spring-DM (OSGI) 1.2.1 in apache karaf 4.2.1 (Runtime) but bundle not getting installed properly. Does apache karaf 4.2.1 support Spring-DM (OSGI) 1.2.1? I know spring-dm (OSGI) 1.2.1 has…
1
vote
0 answers

annotation based bean config in Spring DM osgi aware application context

spring dm has its own OSGi specific application context Osgi-BundleXmlApplicationContext.The OsgiBundleXmlApplicationContext class implements all OSGi-specific behaviors required for proper Spring application context startup. Spring DM uses it for…
1
vote
1 answer

Migrating from Spring-DM & Spring 3 to Blueprint & Spring 4 on Karaf

I have legacy app written in Java 7 using Spring 3.2.18 that runs on Karaf 2.4.4 together with Spring-DM. I plan to move to newer versions of Spring, Java and Karaf. I know that spring-dm is unsupported and I should move to Blueprint, but I'm not…
user8350114