FELIX-1489 submit created configurations without properties to
registering ManagedService services

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@804743 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configadmin/src/main/java/org/apache/felix/cm/impl/ConfigurationManager.java b/configadmin/src/main/java/org/apache/felix/cm/impl/ConfigurationManager.java
index 281e059..0644780 100644
--- a/configadmin/src/main/java/org/apache/felix/cm/impl/ConfigurationManager.java
+++ b/configadmin/src/main/java/org/apache/felix/cm/impl/ConfigurationManager.java
@@ -947,8 +947,8 @@
             // this will be set below to be given to the service
             Dictionary dictionary;
 
-            // check configuration and call plugins if existing and not new
-            if ( cfg != null && !cfg.isNew() )
+            // check configuration and call plugins if existing
+            if ( cfg != null )
             {
 
                 if ( cfg.isDelivered() )