Sidekick showing in Publish instance - where to look beyond runmodes?
We recently made a copy of our production publish instance to create a new development instance. As per http://forums.adobe.com/message/5387365, the publish instance is showing the sidekick and edit features.
We are still at CQ 5.4
We have verified that the:
- Sling Settings run mode is publish
- If we programmatically ask for run modes, we get isAuthor is false and isPublish is true (based on code we wrote to look at the SlingSettingsService.getRunModes()
- our jar is named cq-publish-4503.jar, for additional assurance we set the sling.properties values and added the -Dsling.run.modes startup parameter.
Anywhere else to look for why it might be misbehaving like this?