Re: Provisioning Problem

2015-05-26 Thread David Leangen
Hi, (For some reason, I did not receive your email. I just noticed it on Nabble, and pasted it below.) Thank you. I tried adding that, but no change to the behaviour. What does this tag do, and where is it documented? (My previous questions remain. :-) Results are: 2015-05-27 14:48:48,319

Re: Cave - HTTP Wrapper Service

2015-05-26 Thread hsinchen
Yes. I tried 1. cave:repository-create my9 2. cave:repository-populate my9 file:/d:/maven/.m2/repository The problem is that the uri is not http wrapper Then, tired cave:repository-create -l file:///d:/maven/.m2/repository m24 -> Error executing command: Error accessing file:/d:/apache-karaf-3.

Re: Cave - HTTP Wrapper Service

2015-05-26 Thread Achim Nierbeck
As this is windows does the user running Karaf have the privileges to access and alter those directories? Regards, Achim sent from mobile device Am 27.05.2015 2:17 vorm. schrieb "hsinchen" : > Hi, > > I have tried to create a Cave repository by cave:repository-create -l > d:/maven/.m2/repository

RE: etc\overrides.properties Configuration

2015-05-26 Thread Jens J Parappallil
Thanks Krzysztof. -Original Message- From: Krzysztof Sobkowiak [mailto:krzys.sobkow...@gmail.com] Sent: 26 May 2015 19:37 To: user@karaf.apache.org Subject: Re: etc\overrides.properties Configuration Hi The sample file you can find here https://github.com/apache/karaf/blob/master/feature

Re: Cave - HTTP Wrapper Service

2015-05-26 Thread hsinchen
Hi, I have tried to create a Cave repository by cave:repository-create -l d:/maven/.m2/repository m2. But, no repository xml and m2 folder generated. If using file:/d:/xxx, then it would show error below. Error executing command: Error accessing file:/d:/apache-karaf-3.0.3/file:/d:/maven/.m2/repo

Re: etc\overrides.properties Configuration

2015-05-26 Thread Krzysztof Sobkowiak
Hi The sample file you can find here https://github.com/apache/karaf/blob/master/features/core/src/test/resources/org/apache/karaf/features/internal/service/overrides.properties Regards Krzysztof On 26.05.2015 07:27, Jens J Parappallil wrote: > > Hi , > > > > From what I understand from KARAF-