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

How to install osgi bundle into crxde

  • February 5, 2016
  • 12 replies
  • 2717 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

New Participant
February 5, 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,

How are you? 

After sync with the eclipse, I am unable to create install folder. PFA screenshots. Do I need to create folder explicitly?

I have tried that also. After folder creation, I have gone to core folder and executed (mvn -PautoInstallPackage clean install) still not able to install any bundle inside install folder.

Pls help  me out.

Regards

Krishh

edubey
edubeyAccepted solution
New Participant
February 5, 2016

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/