OSGi and Spring component-scan

2013-07-09 Thread 魏昕路
Hello, I'm a new guy to osgi and web app. I'm using Websphere application server v8.5 Liberty Profile developing a web osgi bundle. So, arise blueprint is being used by default. In that bundle, I used Spring (context:component-scan) and got exceptions says java.io.FileNotFoundException: URL

RE: [Blueprint] how to set logging level ?

2013-07-09 Thread Timothy Ward
Hi, The default configuration for the samples sets:org.ops4j.pax.logging.DefaultServiceLog.level=INFOThis can be changed to limit the output there. Otherwise you'll need to set the relevant SLF4J properties on your Eclipse run configuration. I hope this helps. Regards, Tim Ward