AdobeDocs/experience-manager-65.en

Custom Live Action sample does not work

Closed this issue · 4 comments

The instructions at Implement LiveActionFactory to create a custom Live Action via the LiveActionFactory do not work.

The Live Action (e.g. exampleLiveAction ) never registers, causing any Rollout Configs to reference this Live Action to be unavailable. Also the annotations @Property and @service are never used. Developers stick to @component. e.g.

@Component(
        service = { LiveActionFactory.class },
        property = {LiveActionFactory.LIVE_ACTION_NAME + "=exampleLiveAction" },
        immediate = true)

Thanks for your input. We will review.

@adobe export issue to Jira project CQDOC

✅ Jira issue CQDOC-20925 is successfully created for this GitHub issue.

aheim0 commented

Your PR has been manually ported and will be published soon.

Thanks for your input.

Closing this issue now.