Re: Changing Felix log level at runtime

2013-09-16 Thread Richard S. Hall
On 9/16/13 12:50 , Christopher BROWN wrote: Hi, I provide my own implementation of the Felix logger (I'm not referring the OSGi log service here, I'm aware of the difference). I set it up using the HashMap I provided to the Felix constructor (I'm using Felix in embedded mode), using the two fol

Changing Felix log level at runtime

2013-09-16 Thread Christopher BROWN
Hi, I provide my own implementation of the Felix logger (I'm not referring the OSGi log service here, I'm aware of the difference). I set it up using the HashMap I provided to the Felix constructor (I'm using Felix in embedded mode), using the two following properties: FelixConstants.LOG_LEVEL_P

Re: Integration Tests during maven lifecycle phase integration-test

2013-09-16 Thread Roland
hey, nice! Thank you! -- View this message in context: http://apache-felix.18485.x6.nabble.com/Integration-Tests-during-maven-lifecycle-phase-integration-test-tp5005004p5005013.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. -

Re: Integration Tests during maven lifecycle phase integration-test

2013-09-16 Thread Achim Nierbeck
Take a look at ops4j pax-exam it'll give everything you want for integration testing. AFAIK the felix project also uses it and they found a way of using cobertura for code-coverage testing also :) regards, Achim 2013/9/16 Roland > Hello Felix/OSGi-experts. > > First I wrote some JUnit testcase

Integration Tests during maven lifecycle phase integration-test

2013-09-16 Thread Roland
Hello Felix/OSGi-experts. First I wrote some JUnit testcases for a UUT-bundle and a test suite exported by a tester-bundle using the maven-junit4osgi-plugin. After that, I deployed all bundles to a testcontainer (felix) in the 'pre-integration-test' phase by using the maven-dependency-plugin. Thir