Thanks in advance for any info,
We've been able to build an OSGI bundle for a SOLRJ jar and even get our classes using the SOLRJ classes to compile successfully. However, we were not able to actually use SOLJR during runtime due to missing dependencies. SOLRJ requires the list of following dependencies
We're wondering what is the best way to import these jars, getting OSGI compatible bundles and actually import them within CQ5. We've tried building our own bundles for these jars but we've had no luck in actually getting it to work.
Any help would be much appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
Some of the information in this thread may be useful: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage... (including some links to documentation)
Please feel free to open a support ticket if none of the information helps you.
Views
Replies
Total Likes
Can you try by adding this in your pom file?
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<version>4.xx</version>
</dependency>
Views
Replies
Total Likes
Some of the information in this thread may be useful: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage... (including some links to documentation)
Please feel free to open a support ticket if none of the information helps you.
Views
Replies
Total Likes
Views
Likes
Replies