I've been running STS on Windows 7 x64 pre-release for months now with no problems.
Type: Posts; User: txmikester; Keyword(s):
I've been running STS on Windows 7 x64 pre-release for months now with no problems.
I'm not saying this is the best way to do things, but this is what works for us:
1) We use Bundlor in our Maven POMs to generate the manifest.mf. We used to use the Spring tools in Eclipse to...
I believe ServerOsgiBundleXmlWebApplicationContext is part of Spring DM, so you should be able to get the same functionality in another OSGi container by including the Spring DM jars.
As long as the legacy jar isn't exposing any spring 2.x classes, you should be able to wrap it as you described. When you export your OSGi service, you could always use the OSGi service registry...
Looking at the subversion repository, there have been no updates made to this project since the first release was made over 2 months ago. Is this project dead?
I really need this functionality in...
Thanks for the reply. I skimmed right over that part in the manual, and I definitely want to use the <osgi:reference> functionality.
I've been looking through the documentation for 2.0 M3 and everything talks about migrating your war file to a shared library or shared services war. Well - what about creating a new war from...
Any chance of getting an OSGI-ready version of this extension? I would love to be able to use this with Spring DM and DM Server.
Never mind - I found it.
Not long ago, I came across some instructions for setting up DMServer to search your local Maven repository for dependencies. Now I can no longer find those instructions (using DMServer 2.0 M3) -...
I ran into the same problem, and for now I am reverting to using the Felix plugin. To do that, after you generate a project using the spring osgi archetype, edit the POM and remove the reference to...
We have an application that is deployed at about 60 sites right now, and for the next major release we want to migrate it to Spring/OSGi. Our current deployments are split about 50/50 between...
Thanks for pointing me in the right direction - this error has been driving me nuts all afternoon.
After playing around with it, and reading the documentation on the felix plugin, the best way to...