Thanks a lot jstrachan! Awesome support form your side FYI>>
The error was coming as the proxy setting was a problem. After a lot of Hit and Trial the proxy problem was fixed by giving the address of the setting.xml file from the maven in the jboss-fuse-6.0.0.redhat-024\etc\org.ops4j.pax.url.mvn.cfg file. Step1. uncomment org.ops4j.pax.url.mvn.proxySupport=true Step2. org.ops4j.pax.url.mvn.settings=C:/Program Files/Apache Software Foundation/apache-maven-3.0.5/conf/settings.xml (That is the address of the setting file. Just wanted to share that it took me 2 hours to understand that I need to give the address as org.ops4j.pax.url.mvn.settings=C:/Program Files/Apache Software Foundation/apache-maven-3.0.5/conf/settings.xml as initially I was giving address as C:\Program Files\Apache Software Foundation\apache-maven-3.0.5\conf\settings.xml and it was giving me error Cheers! Kunal -- View this message in context: http://servicemix.396122.n5.nabble.com/programmatically-get-server-load-information-from-Apache-ServiceMix-using-JMX-tp5716769p5716784.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
