Fix FELIX-4292.
Set the propagation default value to true.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1548800 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java b/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
index 36501e3..19834be 100644
--- a/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
+++ b/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
@@ -64,7 +64,7 @@
      * Set if the component must propagate received configuration to provided services.

      * default: false

      */

-    boolean propagation() default false;

+    boolean propagation() default true;

 

     /**

      * Set the Managed Service PID.