Getting rid of Jakarta Commons Logging (used by Spring)
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 19 Dec 2015 15:22:32 +0000 (16:22 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 19 Dec 2015 15:22:32 +0000 (16:22 +0100)
cxf/web-services-spring-cxf-client/src/main/resources/log4j2.xml
cxf/web-services-spring-cxf-server/src/main/resources/log4j2.xml
jaxb2/web-services-spring-jaxb2-client/src/main/resources/log4j2.xml
jaxb2/web-services-spring-jaxb2-server/src/main/resources/log4j2.xml

index 1bf2492..71862d1 100644 (file)
@@ -27,7 +27,7 @@
     
     
         <!-- 
-               Specific log when request message from client or response message created by this client contains validation errors.
+               Specific log when request message from this client or response message created by remote server contains validation errors.
                It is used by org.springframework.ws.client.support.interceptor.PayloadValidatingInterceptor
          -->
         <Logger name="org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor" level="INFO" additivity="false">
index 6ff67a4..bd25578 100644 (file)
@@ -27,7 +27,7 @@
     
     
         <!-- 
-               Specific log when request message from client or response message created by this server contains validation errors.
+               Specific log when request message from remote client or response message created by this server contains validation errors.
                It is used by org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor
          -->
         <Logger name="org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor" level="INFO" additivity="false">
@@ -40,7 +40,7 @@
                 
                 see soap-ws.xml Spring configuration file.
                 
-                This configuration enables us to log the SOAP XML Request (received from client), Response (sent by this server) and Fault (sent by this server).
+                This configuration enables us to log the SOAP XML Request (received from remote client), Response (sent by this server) and Fault (sent by this server).
        -->
         <Logger name="org.springframework.ws.server.endpoint.AbstractLoggingInterceptor" level="INFO" additivity="false">
             <AppenderRef ref="STDOUT" />
index 1bf2492..71862d1 100644 (file)
@@ -27,7 +27,7 @@
     
     
         <!-- 
-               Specific log when request message from client or response message created by this client contains validation errors.
+               Specific log when request message from this client or response message created by remote server contains validation errors.
                It is used by org.springframework.ws.client.support.interceptor.PayloadValidatingInterceptor
          -->
         <Logger name="org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor" level="INFO" additivity="false">
index 6ff67a4..bd25578 100644 (file)
@@ -27,7 +27,7 @@
     
     
         <!-- 
-               Specific log when request message from client or response message created by this server contains validation errors.
+               Specific log when request message from remote client or response message created by this server contains validation errors.
                It is used by org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor
          -->
         <Logger name="org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor" level="INFO" additivity="false">
@@ -40,7 +40,7 @@
                 
                 see soap-ws.xml Spring configuration file.
                 
-                This configuration enables us to log the SOAP XML Request (received from client), Response (sent by this server) and Fault (sent by this server).
+                This configuration enables us to log the SOAP XML Request (received from remote client), Response (sent by this server) and Fault (sent by this server).
        -->
         <Logger name="org.springframework.ws.server.endpoint.AbstractLoggingInterceptor" level="INFO" additivity="false">
             <AppenderRef ref="STDOUT" />