[jboss-svn-commits] JBL Code SVN: r7615 - labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 15 10:48:14 EST 2006
Author: b_georges
Date: 2006-11-15 10:48:11 -0500 (Wed, 15 Nov 2006)
New Revision: 7615
Added:
labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.xml
Log:
Unit Test Settings for RemoteFileSystem test
Added: labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.xml
===================================================================
--- labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.xml 2006-11-15 13:00:08 UTC (rev 7614)
+++ labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.xml 2006-11-15 15:48:11 UTC (rev 7615)
@@ -0,0 +1,52 @@
+<!--
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+ -->
+
+<RemoteFileSystemTest parameterReloadSecs="180">
+
+ <RemoteFileSystem
+ service-category="RemoteFileTransfer"
+ service-name="RemoteFileSystemService"
+ service-description="This Service "
+ listenerClass="org.jboss.internal.soa.esb.util.SecureFtpImpl"
+ >
+ <sftp>
+ <username>esb</username>
+ <password>esb</password>
+ </sftp>
+ <ftps clientAuthEnable="false">
+ <clientCertFile></clientCertFile>
+ <passphrase></passphrase>
+ </ftps>
+ <proxy enable="false">
+ <host></host>
+ <port></port>
+ <authentication enable="false">
+ <username/>
+ <password/>
+ </authentication>
+ </proxy>
+
+ </RemoteFileSystem>
+
+</RemoteFileSystemTest>
More information about the jboss-svn-commits
mailing list