spring-dm Questions
3
I have a spring MVC projet that runs on eclipse virgo OSGi platform.
When I attempt to import an OSGi service using <osgi:reference> tag I get the following exception :
Servlet /Web threw l...
Canny asked 15/4, 2012 at 14:24
3
Solved
I found a book "Spring DM in action". When I started to check the latest release of Spring for OSGI, I found out that Spring has discontinued this project.
As I have some experience of developing ...
Magnesium asked 2/3, 2015 at 10:14
2
Solved
I am having a project using OSGi-(felix), SpringDM, hibernate, maven. when I installed bundle, it is ok, the output when I run bundle id is:
LastModified 1384619994484
Headers [Manifest-Version=1....
Lanoralanose asked 16/11, 2013 at 8:2
5
I am a little bit confused about Blueprint and Spring DM:
From what I think is true:
Spring DM is a framework defined by Spring Source
Blueprint is a framework defined by the OSGi Alliance
Blue...
Shedevil asked 4/4, 2012 at 9:53
2
Are there any good/best practices regarding the combination of Spring configuration and OSGi Blueprint (e.g. Gemini Blueprint)? Which XML files do you use? Where do you put them in your OSGi bundle...
Modica asked 4/12, 2012 at 13:0
3
Solved
What is the difference between spring source dm server specific Import-Bundle and OSGi's Require-Bundle?
I am confused whether to use Import-Bundle or Require-Bundle in my project.
2
Solved
I am newly on Spring DM and I would like to access Bundlecontext. My problem is that I have a bundle with Activator, but it does not have xml config file. I cannot touch this bundle, then I need to...
1
Solved
what is the difference between <osgi:reference> and <osgi:service> in the xml config file of spring DM.
1
Solved
I have an application where I have to use Spring to load a bean based on some business conditions inside an OSGi bundle. This bean is not meant for export and is used for calculation inisde my bund...
1
© 2022 - 2024 — McMap. All rights reserved.