Custom Live Action sample does not work
Closed this issue · 4 comments
jlanssie commented
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
Thanks for your input. We will review.
guillaumecarlino commented
@adobe export issue to Jira project CQDOC
github-jira-sync-bot commented
✅ 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.