I have few OSGi war bundles configured with various services and different cardinalities. Is it possible to debug these osgi services without deploying to Spring DM?
I am thinking in the lines of running the bundles in a osgi framework as I saw in various examples in STS dashboard.
I thought its faster this way than debugging in DM Server. Even though these bundles are wars, the services do not require web interfaces as they are just a means of retrieving information from other bundles.


