Re: camel-itest-karaf - Failure due some XSD validation issue

2014-03-08 Thread cemmersb
)[:] at javax.xml.validation.Validator.validate(Unknown Source)[:2.2.0] at org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureValidationUtil.java:69) ... 35 more -- View this message in context: http://camel.465427.n5.nabble.com/camel-itest-karaf-Failure-due-some-XSD-validation-issue

camel-itest-karaf - Failure due some XSD validation issue

2011-11-26 Thread Claus Ibsen
Hi All the unit tests in tests/camel-itest-karaf now fails due some validation error in features.xml Caused by: org.ops4j.pax.scanner.ScannerException: Repository URL cannot be used at org.ops4j.pax.scanner.features.internal.FeaturesScanner.scan(FeaturesScanner.java:90) at

Re: camel-itest-karaf - Failure due some XSD validation issue

2011-11-26 Thread Claus Ibsen
Ah its because of the namespace. -features name='camel-${pom.version}' xmlns='http://karaf.apache.org/xmlns/features/v1.0.0' +features name='camel-${pom.version}' Without the namespace it works. On Sat, Nov 26, 2011 at 1:24 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi All the unit tests

Re: camel-itest-karaf - Failure due some XSD validation issue

2011-11-26 Thread Jean-Baptiste Onofré
Hi Claus, I added the namespace as it's not a good practice and required with Karaf 3.0. However, it should work. I think that we use an old version of Pax Scanner/Exam which doesn't support the namespace. I will take a look tonight. Regards JB On 11/26/2011 01:24 PM, Claus Ibsen wrote: