I would like to down load the OSGi bundle that comes with AEM? Is there a repository like MAVEN or some place to download from? If so what is the right packgae name to look for?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
To close it you need to select any "Correct answer". I am sorry that we didn't help to solve your problem, but at least this topic has important information.
Hi @RamaniBa ,
What is the purpose of downloading a whole bundle?
If you want to debug java classes locally, you can follow the following procedure to find bundle:
If you you Intelijj IDEA, you can import this jar as library to debug it.
The purpose of downloading OSGi bundle is to use it for digital signing of document using KMS service. I do not have access to AEM. Till such time I get the access I am trying to use the OSGi bundle if available as download othern than AEM site ?
If you don't find dependency in Maven repo, then most likely it's a internal AEM logic that should not be exposed and be used outside of AEM.
Are you going to build any logic inside of AEM like workflow, servlet, OSGi component?
Where in MAVEN repository can I find the OSGi bundle. I went to MAVEN repository and there are so many OSGi and I could not find the correct OSGi bundle. I will Create a Sling servlet to expose functionality to interact with the KMS service and Develop the Sling Servlet and expose it to KMS functionality. Register the servlet with OSGi
So, @EstebanBustamante is right. If a bundle is not publicly available in Maven repo and doesn't provide open API, it cannot be used in a legal way.
In this case you need to implement this logic from the scratch in the AEM and put it to your own bundle.
Hi @RamaniBa ,
I’d like to point out that AEM bundles are proprietary to Adobe, and you should avoid using them in ways not intended. Although there are online methods for inspecting code for debugging, I recommend being cautious with these practices. To address your question, if a bundle is not publicly available, it cannot be obtained from any other source.
Hope this helps
The replies did not solve my problem but told mentioned properiatory sources. You can close this
To close it you need to select any "Correct answer". I am sorry that we didn't help to solve your problem, but at least this topic has important information.
@RamaniBa Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Views
Likes
Replies