2
votes
1answer
105 views
Adding a ServiceListener with Spring DM
I am wondering if it possible to do the equivalent of
public void start(BundleContext context)
{
String filter = "filter for my specific service";
context.addServiceListener(new …
0
votes
0answers
8 views
Spring ApplicationContextShutdownBean entries in log
My SpringSource dm Server log is full of lines like the following:
com.springsource.server.kernel.dm.ApplicationContextShutdownBean < void …
0
votes
1answer
117 views
Pax-import-bundle and Spring DM bundles
Hi,
I'm following the examples from Modular Java but I'm having trouble with chapter 6 and adding the Spring DM modules to my project.
I run: pax-import-bundle -g org.springframework.osgi -a …
