How to install osgi bundle into crxde | Community
Skip to main content
Level 4
February 5, 2016
Solved

How to install osgi bundle into crxde

  • February 5, 2016
  • 12 replies
  • 2725 views

Hi,

I have created project in crxde not by using maven and eclipse. I have taken a already existing reference project from crxde. Now I started using web services, so I have created OSGI bundle in eclipse separately and installed into system/console and its working fine.

But eclipse project and my crxde project are not in sync. how can I create install folder and directly install bundle into my crxde project from eclipse? (since both are not in sync (mvn -PautoInstallPackage clean install) is creating bundle in its eclipse related project. 

How can I do packaging of my aem project, which should contains the bundle and after installation it should go and sit in client machine's system/cosole/bundles.

Pls excuse me, for the way of asking the question. But I need to sync existing aem project with the new project in eclipse, which can create install folder and install my webservice bundle in my (aem/myproject/install).

Pls help me out.

Regards

Krishh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Its not recommended to create project in Crxde, 

You should create in Eclipse and then deploy it to AEM, more ever  for sync you can use vaultclipse plugin available in eclipse.

Please see these article for recommended approaches

http://adobeaemclub.com/how-to-set-up-aem-projects-using-eclipse-plugin/

http://adobeaemclub.com/aem-eclipse-plugin-setup-tutorial/

12 replies

edubey
Level 10
February 8, 2016

Yes, you will normally see this as eclipse does not recognize these classes..

that is why we take build in aem from eclipse and then run the program

One thing you can do is by using CRXDE IDE https://docs.adobe.com/docs/en/crx/2-2/developing/development_tools/developing_with_crxde.html

Level 4
February 9, 2016

edubey wrote...

Its not recommended to create project in Crxde, 

You should create in Eclipse and then deploy it to AEM, more ever  for sync you can use vaultclipse plugin available in eclipse.

Please see these article for recommended approaches

http://adobeaemclub.com/how-to-set-up-aem-projects-using-eclipse-plugin/

http://adobeaemclub.com/aem-eclipse-plugin-setup-tutorial/

 

Hi Praveen,

I have downloaded CRXDE. I am unable to connect.

PFA error log.

Regards,

Krishh