I'm trying to convert one of my web app projects for deployment as a shared services WAR within Spring DM 2.0.1, with no luck btw. So, I'm wondering if someone here has actually been successful at this could answer a couple questions.
Creating the repository and domain bundles to that they are visible as osgi references is no problem. Got that. Where I get stuck is in building the WAR that will consume these osgi bundles. I've tried creating the project (using SpringSource STS) as Dynamic Web Project and adding Spring and OSGI Bundle natures to it, but the WAR manifest seems unable to "see" the osgi exposed bundles. I have no problem with bundle to bundle visibility within the manifest, but the WAR seems to be in its own world and unable to import the domain in a way that java classes can access it. And, is there a sample CXF within Spring DM project or tutorial out there? I mean, besides the DinnerService one, which really doesn't address any of the issues such as those described above. Thanks, R. Grimes
