Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Frequently Stopping OSGI Bundle in system/console/bundles

Avatar

Level 3

Hi all,

               we are creating osgi bundle in cq5 by using src and install folders but the problem with this is frequently the bundle is coming to INSTALLED position, so please help me to resolve this problem.

3 Replies

Avatar

Level 10

Never create OSGi bundles using CRXDE lite. Always use a Maven archetype: 

Creating your first AEM Service using an Adobe Maven Archetype project

Creating your first AEM 6.2 Project using Adobe Maven Archetype 10

Switch from CRXDE lite to Maven to create an OSGi bundle. 

Avatar

Level 10

Since you are using 5 - see the 1st article as a guideline to build OSGi bundles. 

Avatar

Administrator

Hi

Agreeing with what Scott said, we should never build OSGi using CRXDE.

Pleas have a look at following article for your reference:-

Link:- https://helpx.adobe.com/experience-manager/using/first-osgi.html

//  This will show you better way of creating OSGI.

I hope this will help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni