[jboss-svn-commits] JBL Code SVN: r27282 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 29 07:57:10 EDT 2009


Author: tfennelly
Date: 2009-06-29 07:57:10 -0400 (Mon, 29 Jun 2009)
New Revision: 27282

Modified:
   labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/RemoteGatewayListener.java
Log:
https://jira.jboss.org/jira/browse/JBESB-2524
Irrelevant local and remote settings being added to the ConfigTree being used to construct the EPR

Modified: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/RemoteGatewayListener.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/RemoteGatewayListener.java	2009-06-29 11:09:47 UTC (rev 27281)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/RemoteGatewayListener.java	2009-06-29 11:57:10 UTC (rev 27282)
@@ -68,12 +68,6 @@
 	{
 		try
 		{
-            String localDir = config.getAttribute(RemoteFileSystem.PARMS_LOCAL_DIR, System.getProperty("java.io.tmpdir"));
-
-			config.setAttribute(RemoteFileSystem.PARMS_LOCAL_DIR, localDir);
-			final String remoteDir = config.getAttribute(ListenerTagNames.FILE_INPUT_DIR_TAG) ;
-			config.setAttribute(RemoteFileSystem.PARMS_REMOTE_DIR, remoteDir);
-
             EPR epr = ListenerUtil.assembleEpr(config);
 			if (epr instanceof FTPEpr)  {
 				FTPEpr ftpEpr = (FTPEpr) epr;




More information about the jboss-svn-commits mailing list