/bin/wcmcommand implementation - Which bundle? | Community
Skip to main content
New Participant
March 22, 2016
Solved

/bin/wcmcommand implementation - Which bundle?

  • March 22, 2016
  • 1 reply
  • 2731 views

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

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

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 

1 reply

edubey
edubeyAccepted solution
New Participant
March 22, 2016

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