Re: [Dev] [C5] Kernel build fails when using org.osgi.framework.wiring package

2014-05-07 Thread Aruna Karunarathna
Hi Kishanthan, Thanks for the reply. It worked. I think using org.osgi.framework.*;version="${osgi.framework.import.version.range}" masks the *org.osgi.framework.wiring.* *import also. Regards, On Mon, May 5, 2014 at 12:52 PM, Kishanthan Thangarajah wrote: > You need to import only the requ

Re: [Dev] [C5] Kernel build fails when using org.osgi.framework.wiring package

2014-05-05 Thread Kishanthan Thangarajah
You need to import only the required packages. ".*" imports all the sub packages with the defined version. Try removing that and check again. On Fri, May 2, 2014 at 1:36 PM, Aruna Karunarathna wrote: > Hi all, > > I'm using the org.osgi.framework.wiring in a carbon component and the > following

[Dev] [C5] Kernel build fails when using org.osgi.framework.wiring package

2014-05-02 Thread Aruna Karunarathna
Hi all, I'm using the org.osgi.framework.wiring in a carbon component and the following error occurs when I try to build. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Carbon Kernel - Carbon Server Feature 5.0.0.SNAPSHOT (org.wso