The status of the bundle in felix console reads as installed. If I try to start it, it wont. I see an error in red when I expand the bundle. I have other bundles started and running without issues. I use maven to build and deploy. Appreciate your help!
org.o
Solved! Go to Solution.
Views
Replies
Total Likes
Good question -- if you open the bundle (that was produced via Maven) in a ZIP tool (I use WinRAR) - you can get to the Manifest file. See here:
[img]BundleZip.png[/img]
Remove the version number that you see in the MF file and then redeploy the bundle. Version numbers interfere with successful deployments sometimes. Let CQ figure it out.
Views
Replies
Total Likes
There are different ways to manage version numbers when using Maven. We recommend not specifying versions becasue like i mentioned -- they interfere. See:
Also -- here is another tip -- you can always see what dependences are available in CQ by using the Dependency Finder.
[img]DF.png[/img]
HTH,
Views
Replies
Total Likes
This means that you are missing a dependency in the OSGi service container. Is the only red package that shows up when you open you bundle in the Felix OSGi view?
Views
Replies
Total Likes
Actually - in your bundle Manifest- get rid of the version number.
Views
Replies
Total Likes
I do not see a version number in my POM.xml's here. Do you know what artifact that I have to look up?
Views
Replies
Total Likes
Good question -- if you open the bundle (that was produced via Maven) in a ZIP tool (I use WinRAR) - you can get to the Manifest file. See here:
[img]BundleZip.png[/img]
Remove the version number that you see in the MF file and then redeploy the bundle. Version numbers interfere with successful deployments sometimes. Let CQ figure it out.
Views
Replies
Total Likes