Project

General

Profile

« Previous | Next » 

Revision 1175f901

Added by Cherian Mathew almost 9 years ago

#5054 Update Term Editor to be remoting compatible

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/service/CdmServiceRequestExecutor.java
41 41
		// does not need to be reloaded
42 42

  
43 43
		if(rir == null) {
44
		    logger.warn("Remote invoking : " + currentRemoteInvocation.getMethodName() + "@" + config.getServiceUrl());
44
		    logger.info("Remote invoking : " + currentRemoteInvocation.getMethodName() + "@" + config.getServiceUrl());
45 45
			rir = super.doExecuteRequest(config, baos);
46 46
			if(rir.getValue() != null && !rir.hasException()) {
47 47
			    if(currentRemoteInvocation.getMethodName().equals("merge")) {

Also available in: Unified diff