Re: Unresolved constraint in bundle org.apache.aries.testsupport.unit

2011-08-01 Thread Alasdair Nottingham
That will not affect blueprints ability to run. It is an optional dependancy you probably don't need for your application. Alasdair Nottingham On 1 Aug 2011, at 21:22, hans sausage wrote: > Hi Valentin, > > Thank you for the quick reply! You helped me remove the error. > > However there's st

Re: Unresolved constraint in bundle org.apache.aries.testsupport.unit

2011-08-01 Thread hans sausage
Hi Valentin, Thank you for the quick reply! You helped me remove the error. However there's still one problem remaining: [...] Auto-properties start: file:bundles/slf4j.jdk14_1.6.1.jar (org.osgi.framework.BundleException: Fragment bundles can not be started.) Aug 1, 2011 10:13:59 PM org.apache.a

Re: Unresolved constraint in bundle org.apache.aries.testsupport.unit

2011-08-01 Thread Valentin Mahrwald
Hi Christoph, as the system shows you don't need testsupport to get Blueprint running in PaxConstruct or elsewhere. The test support bundle is meant for inclusion in Pax Exam itests and as such depends on a junit bundle available in the runtime. PaxExam has very convenient support for installin