Re: Karaf does not startup on Windows 7

2014-07-01 Thread Rajbir Saini
I am not a Windows user any more. However, I remember it was generally advised to keep the Java in folder not having spaces. I am not sure if this is not an issue in the latest Windows or Java versions. You can give it a try. Raj On Tuesday 01 July 2014 10:31 PM, SapnaB wrote: Hi JB, Achim,

Web site broken link

2014-06-24 Thread Rajbir Saini
Hi, Blueprint link on the developer guide home page[1] is broken. Clicking on blueprint return 404 error. [1] http://karaf.apache.org/manual/latest/developers-guide/index.html Regards, Raj

Re: Missing Constraint: Import-Package: com.sun.jersey.api.client

2014-06-17 Thread Rajbir Saini
Try removing the version numbers from imported packages. It may be version in your development environment are not the same in Karaf. On Tuesday 17 June 2014 12:39 PM, SapnaB wrote: Did that too.. Uninstalled all the jersey jars I had deployed earlier on Karaf, and re-deployed using the wrap co

Re: Missing Constraint: Import-Package: com.sun.jersey.api.client

2014-06-17 Thread Rajbir Saini
If Jersey jars are OSGi bundle you can install them using bundle:install command. Syntax is: bundle:install mvn://version no If Jersey jars are not OSGi bundles you can use wrap protocol to convert a plain jar into OSGi bundle bundle:install wrap:mvn://version. Thanks, Raj On Tuesday 17 Jun