Solved
Update ExampleLiveActionFactory to use OSGi Declarative Services Annotations
How do I update the LiveActionFactory example to use OSGi Declarative Services Annotations?
@8220494(metatype = false)
@Service
public class ExampleLiveActionFactory implements LiveActionFactory<LiveAction> {
@2542150(value="exampleLiveAction")
static final String actionname = LiveActionFactory.LIVE_ACTION_NAME;
...
}