From f72c51503a53712fb752396e069973391f117b7b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 12 Mar 2015 17:44:57 +0100 Subject: [PATCH] Fix the service definitions when the logger is not set in listener The empty tag is parsed to an empty string, not to null. And this is not a valid value for the service --- Resources/config/mongodb.xml | 2 +- Resources/config/orm.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/mongodb.xml b/Resources/config/mongodb.xml index 8e15533..398a0ca 100644 --- a/Resources/config/mongodb.xml +++ b/Resources/config/mongodb.xml @@ -26,7 +26,7 @@ - + null diff --git a/Resources/config/orm.xml b/Resources/config/orm.xml index d78ae8d..554bd3e 100644 --- a/Resources/config/orm.xml +++ b/Resources/config/orm.xml @@ -25,7 +25,7 @@ - + null