Skip to content

Commit

Permalink
Update SampleReplicationPreprocessor.java
Browse files Browse the repository at this point in the history
Add immediate = true for the OSGi component.  I found during testing that the preprocessor doesn't consistently get picked up unless immediate = true is set.
  • Loading branch information
andrewmkhoury committed May 15, 2019
1 parent aff7928 commit 3b1f61f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
import org.slf4j.LoggerFactory;

@Component(
label = "ACS AEM Samples - Sample Replication Preprocessor"
label = "ACS AEM Samples - Sample Replication Preprocessor",
immediate = true
)
@Service
public class SampleReplicationPreprocessor implements Preprocessor {
Expand Down

0 comments on commit 3b1f61f

Please sign in to comment.