From 98500115f04e889f5caade4e8e72dc11d2d76b84 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 6 Nov 2009 14:07:16 +0000 Subject: [PATCH 1/1] Make that ws client can still work git-svn-id: https://svn.argeo.org/slc/trunk@3060 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.support.ws.client/pom.xml | 8 +++++--- .../slc/ws/process/WebServiceSlcExecutionNotifier.java | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/runtime/org.argeo.slc.support.ws.client/pom.xml b/runtime/org.argeo.slc.support.ws.client/pom.xml index 0fdc2616d..84f1bf47e 100644 --- a/runtime/org.argeo.slc.support.ws.client/pom.xml +++ b/runtime/org.argeo.slc.support.ws.client/pom.xml @@ -2,11 +2,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.argeo.slc.runtime - argeo-slc-runtime - 0.11.3-SNAPSHOT + org.argeo.slc + runtime + 0.12.1-SNAPSHOT .. + org.argeo.slc.runtime org.argeo.slc.support.ws.client jar SLC Support Web Services Client @@ -61,6 +62,7 @@ org.springframework.ws org.springframework.ws + 1.5.8.A diff --git a/runtime/org.argeo.slc.support.ws.client/src/main/java/org/argeo/slc/ws/process/WebServiceSlcExecutionNotifier.java b/runtime/org.argeo.slc.support.ws.client/src/main/java/org/argeo/slc/ws/process/WebServiceSlcExecutionNotifier.java index 330e52ad6..58f9a10be 100644 --- a/runtime/org.argeo.slc.support.ws.client/src/main/java/org/argeo/slc/ws/process/WebServiceSlcExecutionNotifier.java +++ b/runtime/org.argeo.slc.support.ws.client/src/main/java/org/argeo/slc/ws/process/WebServiceSlcExecutionNotifier.java @@ -87,7 +87,7 @@ public class WebServiceSlcExecutionNotifier implements SlcExecutionNotifier { req.setSteps(additionalSteps); if (log.isTraceEnabled()) { for (SlcExecutionStep step : additionalSteps) { - log.trace("Step " + step.getUuid() + ": " + step.logAsString()); + log.trace("Step " + step.getUuid() + ": " + step); } } -- 2.39.2