Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

\/bin/wcmcommand implementation - Which bundle?

Avatar

Level 2

Where can i see the implementation of /bin/wcmcommand? I mean in which bundle? I think we can do that using Java Decompiler. Just need to find the right bundle under crx-quickstart\launchpad\felix

I need to see the implementations of deletePage, movePage and all those commands.

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

com.day.cq.wcm.cq-wcm-core

In this path http://localhost:4502/system/console/bundles search for "com.day.cq.wcm.cq-wcm-core" and see the Id attribute of column, that will tell you bundle folder number in \crx-quickstart\launchpad\felix

Mine is http://localhost:4502/system/console/bundles/423 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

com.day.cq.wcm.cq-wcm-core

In this path http://localhost:4502/system/console/bundles search for "com.day.cq.wcm.cq-wcm-core" and see the Id attribute of column, that will tell you bundle folder number in \crx-quickstart\launchpad\felix

Mine is http://localhost:4502/system/console/bundles/423