Author: thomas.diesler(a)jboss.com
Date: 2007-03-20 18:24:54 -0400 (Tue, 20 Mar 2007)
New Revision: 2650
Modified:
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalSourceHandler.java
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.java
Log:
use debug
Modified:
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalSourceHandler.java
===================================================================
---
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalSourceHandler.java 2007-03-20
22:23:25 UTC (rev 2649)
+++
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalSourceHandler.java 2007-03-20
22:24:54 UTC (rev 2650)
@@ -81,8 +81,8 @@
String newValue = oldValue + ":" + getHandlerName();
element.setTextContent(newValue);
- log.info("oldValue: " + oldValue);
- log.info("newValue: " + newValue);
+ log.debug("oldValue: " + oldValue);
+ log.debug("newValue: " + newValue);
// Set the updated payload
source = new DOMSource(root);
Modified:
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.java
===================================================================
---
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.java 2007-03-20
22:23:25 UTC (rev 2649)
+++
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.java 2007-03-20
22:24:54 UTC (rev 2650)
@@ -66,8 +66,8 @@
String newValue = oldValue + ":" + getHandlerName();
soapElement.setValue(newValue);
- log.info("oldValue: " + oldValue);
- log.info("newValue: " + newValue);
+ log.debug("oldValue: " + oldValue);
+ log.debug("newValue: " + newValue);
return true;
}
Show replies by date