-
1. Re: Error while deploying feature with extension
ashish.mohan_ashish.mohan Feb 26, 2013 1:47 PM (in response to ashish.mohan_ashish.mohan)Has anyone faced similar issue?
Using extension bundle in the project is quite common. Deploying any bundle with system.bundle as dependency on karaf container works perfectly. It's not working with fuse management console and fails with below error.
Exception Trace: java.lang.Exception: Can not resolve feature:
Unsatisfied requirement(s):
-
bundle:(&(symbolicname=system.bundle))
-
2. Re: Error while deploying feature with extension
ashish.mohan_ashish.mohan Mar 22, 2013 3:26 PM (in response to ashish.mohan_ashish.mohan)Below is the pom and content of the MANIFEST.MF file for perusal..
================
MANIFEST.MF
================
Manifest-Version: 1.0
Export-Package: sun.nio.ch,sun.misc,sun.security.util,sun.security.action,com.sun.jdmk.comm,sun.reflect,
sun.reflect.generics.reflectiveObjects
Fragment-Host: system.bundle; extension:=framework
Bundle-Name: Framework Extension for My POC
Bundle-ManifestVersion: 2
Bundle-Description: Bundle exporting classes required by My POC
Bundle-SymbolicName: poc.extension