INT-842 moved MessageMappingException from 'adapter' module to core 'message' package

This commit is contained in:
Mark Fisher
2010-04-30 23:33:01 +00:00
parent ad546ccd43
commit b8cfd04ffd
11 changed files with 60 additions and 12 deletions

View File

@@ -29,8 +29,8 @@ import javax.jms.JMSException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.integration.adapter.MessageMappingException;
import org.springframework.integration.core.MessageHeaders;
import org.springframework.integration.message.MessageMappingException;
import org.springframework.util.StringUtils;
/**