X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=legacy%2Forg.argeo.slc.spring%2Fsrc%2Forg%2Fargeo%2Fslc%2Fcore%2Fexecution%2FDefaultExecutionSpec.java;h=b7ebe6c1aa1b362e2831b2ed98c2f2e6b4ac8f2a;hb=fbde11e8a342318876a4744c4676d3618bdf8583;hp=e603f71a72342cdaee9b71788b8a041561b18043;hpb=6fc94d69efe089414ac9e63bde3efab1cbf7b7ca;p=gpl%2Fargeo-slc.git diff --git a/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionSpec.java b/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionSpec.java index e603f71a7..b7ebe6c1a 100644 --- a/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionSpec.java +++ b/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionSpec.java @@ -3,8 +3,7 @@ package org.argeo.slc.core.execution; import java.util.ArrayList; import java.util.List; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; +import org.argeo.api.cms.CmsLog; import org.argeo.slc.execution.ExecutionSpecAttribute; import org.argeo.slc.execution.RefSpecAttribute; import org.argeo.slc.execution.RefValueChoice; @@ -22,7 +21,7 @@ import org.springframework.context.ConfigurableApplicationContext; public class DefaultExecutionSpec extends org.argeo.slc.runtime.DefaultExecutionSpec implements BeanNameAware, ApplicationContextAware, InitializingBean { private static final long serialVersionUID = 5159882223926926539L; - private final static Log log = LogFactory.getLog(DefaultExecutionSpec.class); + private final static CmsLog log = CmsLog.getLog(DefaultExecutionSpec.class); private transient ApplicationContext applicationContext; public DefaultExecutionSpec() {