OSGI Bunde Error | Community
Skip to main content
New Participant
October 16, 2015
Solved

OSGI Bunde Error

  • October 16, 2015
  • 1 reply
  • 663 views

Hi,

I'm working on CQ5.4 with the below example

http://helpx.adobe.com/adobe-cq/using/querying-experience-manager-data-using.html

Here i'm able to build the bundle successfully but when i upload the bundle in CQ it gives the below error also PFA image

org.apache.jackrabbit.commons,version=[2.4,3) -- Cannot be resolved
 

I'm in assumption that this works well in cq5.5 and not cq5.4 or is there a mistake i'm doing installing in cq.Please give me the right direction here.

Thanks in advance!!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

The article indicates tested with 5.5 onwards.   Looking at error change the maven jackrabbit-jcr-commons dependency from 2.4.3 to one comes with cq 5.4 I guess it is 2.2.4 & you can verify the same from http://<host>:<port>/system/console/bundles/org.apache.jackrabbit.jackrabbit-jcr-commons

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

The article indicates tested with 5.5 onwards.   Looking at error change the maven jackrabbit-jcr-commons dependency from 2.4.3 to one comes with cq 5.4 I guess it is 2.2.4 & you can verify the same from http://<host>:<port>/system/console/bundles/org.apache.jackrabbit.jackrabbit-jcr-commons