Package Manager | Community
Skip to main content
christopher_nd1
October 16, 2015
Solved

Package Manager

  • October 16, 2015
  • 2 replies
  • 840 views

Hello,

is it possible to validate the content of a package before installation in AEM.

My goal is: 

- In http://localhost:4502/crx/packmgr/index.jsp 

- After clicking the install button

- Package content validation should be carred out before the content is installed

- If the content is not valid, the installation will be rejected.

 

Any help?

Thanks

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 Mshaji

You can check the contents of the package, by clicking package -> more ->contents on the package in the package manager.

This will list all the contents of the package in the bottom window(Activity Log)

2 replies

christopher_nd1
October 16, 2015

Hello Mshajiahmed,

thank you for the quick fedback.

This looks good but it can be very chalanging for the author to go control a large content in the Activity Log if the content structur is valid.

Is there a way to creat an observationlistener to listen to package upload.

After listener it can reject it or let the package be installed be AEM.

Example AEM provides a way of listening to page activation and the page activation process can be rejected or allowed.

How about package installation?

Any help? 

Regards

MshajiCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

You can check the contents of the package, by clicking package -> more ->contents on the package in the package manager.

This will list all the contents of the package in the bottom window(Activity Log)