You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2013/03/12 12:05:57 UTC

svn commit: r1455486 - in /servicemix/smx5/trunk/examples/cxf: cxf-ws-security-blueprint/README.txt cxf-ws-security-blueprint/src/main/resources/log4j.properties cxf-ws-security-osgi/README.txt cxf-ws-security-signature/README.txt

Author: ffang
Date: Tue Mar 12 11:05:56 2013
New Revision: 1455486

URL: http://svn.apache.org/r1455486
Log:
[SMX4-1401]cxf-ws-security-blueprint log4j warning + wrong README info

Added:
    servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/src/main/resources/log4j.properties
Modified:
    servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/README.txt
    servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/README.txt
    servicemix/smx5/trunk/examples/cxf/cxf-ws-security-signature/README.txt

Modified: servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/README.txt
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/README.txt?rev=1455486&r1=1455485&r2=1455486&view=diff
==============================================================================
--- servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/README.txt (original)
+++ servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/README.txt Tue Mar 12 11:05:56 2013
@@ -148,7 +148,6 @@ To run the java code client:
    If the client request is successful, 
    it will print out
        Hello ffang
-   in the ServiceMix console:
 
 
 Changing /cxf servlet alias

Added: servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/src/main/resources/log4j.properties?rev=1455486&view=auto
==============================================================================
--- servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/src/main/resources/log4j.properties (added)
+++ servicemix/smx5/trunk/examples/cxf/cxf-ws-security-blueprint/src/main/resources/log4j.properties Tue Mar 12 11:05:56 2013
@@ -0,0 +1,9 @@
+# Root logger option
+log4j.rootLogger=INFO, stdout
+
+# Direct log messages to stdout
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.Target=System.out
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
+

Modified: servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/README.txt
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/README.txt?rev=1455486&r1=1455485&r2=1455486&view=diff
==============================================================================
--- servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/README.txt (original)
+++ servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/README.txt Tue Mar 12 11:05:56 2013
@@ -147,7 +147,6 @@ To run the java code client:
    If the client request is successful, 
    it will print out
        Hello ffang
-   in the ServiceMix console:
 
 
 Changing /cxf servlet alias

Modified: servicemix/smx5/trunk/examples/cxf/cxf-ws-security-signature/README.txt
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/examples/cxf/cxf-ws-security-signature/README.txt?rev=1455486&r1=1455485&r2=1455486&view=diff
==============================================================================
--- servicemix/smx5/trunk/examples/cxf/cxf-ws-security-signature/README.txt (original)
+++ servicemix/smx5/trunk/examples/cxf/cxf-ws-security-signature/README.txt Tue Mar 12 11:05:56 2013
@@ -139,7 +139,6 @@ To run the java code client:
    If the client request is successful, 
    it will print out
        <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:sayHelloResponse xmlns:ns2="http://cxf.apache.org/wsse/handler/helloworld"><return>Hello CXF</return></ns2:sayHelloResponse></soap:Body></soap:Envelope>
-   in the ServiceMix console:
 
 
 Changing /cxf servlet alias