This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.distribution.sample-0.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git
commit 2e500783e3a8ff980114e7ebab8675574483da34 Author: Tommaso Teofili <[email protected]> AuthorDate: Tue Oct 14 13:52:02 2014 +0000 SLING-3993 - added an abstract jcr event trigger to avoid loops with two implementations(current and another persisting and replicating the event itself) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1631762 13f79535-47bb-0310-9956-ffa450edef68 --- ...mpl.GenericReplicationComponentFactory-trigger-content-changed.json | 3 ++- ...g.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json index f9ee413..155e371 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json @@ -6,7 +6,8 @@ "properties": [ "type=jcrEvent", - "path=/content/usergenerated" + "path=/content/usergenerated", + "servicename=replicationService" ] } \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json index af9adfc..56afbad 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json @@ -23,6 +23,7 @@ "trigger0": [ "type=jcrEvent", - "path=/content/usergenerated" + "path=/content/usergenerated", + "servicename=replicationService" ] } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
