org.osgi.framework.BundleException: Unresolved constraint
Hi,
i'm doing the below exercise i'm able to succesfully through maven but when i upload the bundle in felix console error is displayed
http://helpx.adobe.com/adobe-cq/using/custom-sling-servlets.html
PFA image for felix console.
And the below is the message displayed in stderror.log
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.sling.claim-bundle [313]: Unable to resolve 313.0: missing requirement [313.0] osgi.wiring.package; (osgi.wiring.package=org.json.simple)
16.10.2013 19:17:19.410 *ERROR* [FelixStartLevel] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3962)
16.10.2013 19:17:19.410 *ERROR* [FelixStartLevel] at org.apache.felix.framework.Felix.startBundle(Felix.java:2025)
16.10.2013 19:17:19.410 *ERROR* [FelixStartLevel] at org.apache.felix.framework.Felix.setBundleStartLevel(Felix.java:1471)
16.10.2013 19:17:19.410 *ERROR* [FelixStartLevel] at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:334)
16.10.2013 19:17:19.410 *ERROR* [FelixStartLevel] at java.lang.Thread.run(Unknown Source)
Please suggest Thanks!!