osgi - Unable to publish bundle in CQ5 -


i have created simple osgi bundle using tutorial given here. bundle working fine in author instance , visible in felix console ( http://localhost:4502/system/console/bundles )

however, after multiple attempts @ publishing bundle, still not available in publish instance. have tried publishing in package , ddirectly in tree activation page

i had used below properties make work in author instance:

export-package: * import-package: * private-package: * 

please advice. !!!

afaik, there no direct way publish bundle author publish environment. need upload jar file of bundle in publish instance felix console (http://localhost:4503/system/console/bundles )

the jar file available in /apps/<site-name>/install directory. if have access, cq5 forum had solution @ this link

hope works...


Comments