JobConsumer class is in satisfied state in mave Archtype 12 project | Community
Skip to main content
Level 3
February 21, 2018
Solved

JobConsumer class is in satisfied state in mave Archtype 12 project

  • February 21, 2018
  • 2 replies
  • 2342 views

I am working on  Archtype 12 maven project. All the classes that implements JobConsumer ( org.apache.sling.event.jobs.consumer.JobConsumer) is in satisfied state when I install the bundle in OSGI console. Did anyone face this issue before?

Thanks in Advance.

Anusha

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by dylanr46798176

Try adding the immediate = true to the @Component annotation of your JobConsumer

2 replies

dylanr46798176Accepted solution
Level 3
February 21, 2018

Try adding the immediate = true to the @Component annotation of your JobConsumer

smacdonald2008
Level 10
February 21, 2018

Try building on Maven 11 and see if you still get this issue. WOuld be interested in knowing if there are differences.