Finally I figured out what was missing: Was missing add the line @Property(name = "service.pid", value = "com.test.yourpackage.name.WorkFlowTest"), so the Java class will be like it is:import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Properties; import org...