Re: Issue regarding net connection after editing settings.xml file

2012-06-19 Thread Rajbir Saini
From screen shot, it looks you are trying to deploy your bundle to Maven Central and it is throwing authentication error. I am not Maven expert but I think to deploy your bundles to repository, you will need to configure that in your settings.xml file. Try using mvn install goal to install

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread Jean-Baptiste Onofré
Hi Somya, do you use a proxy ? Regards JB On 06/18/2012 03:12 PM, somya singhal wrote: Hello The problem i am facing is that i have edited the settings.xml file under the path ..\apache-maven-3.0.4\conf and still i could not connect to the internet.I have redirected my apache karaf to use

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread Jean-Baptiste Onofré
If your proxy is identified, we have issues (in Karaf 2.2.x) supporting proxies. Regards JB On 06/18/2012 03:34 PM, somya singhal wrote: Yes ,i use proxy for connection to net. On Mon, Jun 18, 2012 at 6:44 PM, Jean-Baptiste Onofré j...@nanthrax.net mailto:j...@nanthrax.net wrote: Hi

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread somya singhal
So,what is the alternative for this ? Should i use some other version of apche karaf or try my hands on some other software as i have a project on deploying a service in osgi container mixed with hadoop service. On Mon, Jun 18, 2012 at 7:06 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: If

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread somya singhal
You can find both the files in the attachment. On Mon, Jun 18, 2012 at 7:19 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Could you share your settings.xml and org.ops4j.pax.url.mvn.cfg configuration files ? Thanks, Regards JB On 06/18/2012 03:45 PM, somya singhal wrote: So,what is

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread Rajbir Saini
Somya, I do not think you need to change any thing to connect Karaf to Internet. Default settings should be good enough. Moreover, I do not think Karaf has any thing to do with the settings.xml in the Maven conf folder. As far as I know Karaf maven setttings are in

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread Jean-Baptiste Onofré
Hi Raj, it's not exact: - Karaf uses Pax URL which leverage Maven. It's able to use a settings.xml. - all URL (for instance, contained in org.apache.karaf.features.cfg file) are resolved by Pax URL. - org.ops4j.pax.url.mvn.cfg defines the default repositories set So, configuration like proxy

Re: Issue regarding net connection after editing settings.xml file

2012-06-18 Thread Jean-Baptiste Onofré
No problem, we are here to share ;) Regards JB On 06/18/2012 05:47 PM, Rajbir Saini wrote: Thanks JB. I did not know this. Regards, Raj On Monday 18 June 2012 08:22 PM, Jean-Baptiste Onofré wrote: Hi Raj, it's not exact: - Karaf uses Pax URL which leverage Maven. It's able to use a