AdobeDocs / experience-manager-65.en

This is the repository for Adobe Experience Manager 6.5 documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-65
Other
73 stars 114 forks source link

Custom Live Action sample does not work #455

Closed jlanssie closed 10 months ago

jlanssie commented 1 year ago

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)
guillaumecarlino commented 1 year ago

Thanks for your input. We will review.

guillaumecarlino commented 1 year ago

@adobe export issue to Jira project CQDOC

github-jira-sync-bot commented 1 year ago

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

aheim0 commented 10 months ago

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

Thanks for your input.

Closing this issue now.