You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/01/30 23:47:09 UTC

[7/7] servicemix git commit: SM-2878: Test failures in CxfWsnExamplesTest

SM-2878: Test failures in CxfWsnExamplesTest


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/b9a966cc
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/b9a966cc
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/b9a966cc

Branch: refs/heads/master
Commit: b9a966ccd1c87f5f2a3056d1c5933defa3aea285
Parents: f575712
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Sat Jan 30 23:36:44 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Sat Jan 30 23:36:44 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/OSGI-INF/blueprint/blueprint.xml           | 3 ++-
 .../org/apache/servicemix/itests/ExamplesIntegrationTests.scala   | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/b9a966cc/examples/cxf/cxf-wsn/cxf-wsn-receive/src/main/resources/OSGI-INF/blueprint/blueprint.xml
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-wsn/cxf-wsn-receive/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/examples/cxf/cxf-wsn/cxf-wsn-receive/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 434727c..a61eebc 100755
--- a/examples/cxf/cxf-wsn/cxf-wsn-receive/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ b/examples/cxf/cxf-wsn/cxf-wsn-receive/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -52,7 +52,8 @@ under the License.
             <unmarshal>
                 <jaxb prettyPrint="true" contextPath="org.apache.servicemix.examples.cxf.base"/>
             </unmarshal>
-            <log message="\n\n### YOU GOT MAIL ####\nFrom: ${body.from}\nTo: ${body.to}\nSubject: ${body.subject}?\n${body.body}\n"/>
+            <log message="\n\n### YOU GOT MAIL ####\nFrom: ${body.from}\nTo: ${body.to}\nSubject: ${body.subject}?\n${body.body}\n"
+                 loggingLevel="INFO"/>
         </route>
     </camelContext>
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/b9a966cc/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala
----------------------------------------------------------------------
diff --git a/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala b/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala
index 3a5513c..c220618 100644
--- a/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala
+++ b/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala
@@ -205,7 +205,6 @@ class CxfWsnExamplesTest extends ExamplesIntegrationTests {
   def cxfWsnExampleTestConfiguration =
     Array(
       editConfigurationFilePut("etc/org.apache.cxf.wsn.cfg", "cxf.wsn.activemq.username", "smx"),
-      editConfigurationFilePut("etc/org.apache.cxf.wsn.cfg", "cxf.wsn.activemq.password", "smx"),
-      editConfigurationFilePut("etc/org.ops4j.pax.logging.cfg", "log4j.rootLogger", "DEBUG,stdout,osgi:*")
+      editConfigurationFilePut("etc/org.apache.cxf.wsn.cfg", "cxf.wsn.activemq.password", "smx")
     )
 }
\ No newline at end of file