[jboss-svn-commits] JBL Code SVN: r11216 - labs/jbossesb/trunk/product/etc/schemas/xml.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 23 06:02:10 EDT 2007


Author: beve
Date: 2007-04-23 06:02:10 -0400 (Mon, 23 Apr 2007)
New Revision: 11216

Modified:
   labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd
Log:
Removed the ftp default value for post-directory as relative path which is not really supported in the current implementation. By removing it, the post-directory will default to the inputdir which is done by the code. Relative paths would be great and I think something that should be added.  


Modified: labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd
===================================================================
--- labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd	2007-04-23 09:03:16 UTC (rev 11215)
+++ labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd	2007-04-23 10:02:10 UTC (rev 11216)
@@ -508,7 +508,7 @@
                     </xsd:documentation>
                 </xsd:annotation>
             </xsd:attribute>
-            <xsd:attribute name="post-directory" use="optional" type="xsd:string" default="processed">
+            <xsd:attribute name="post-directory" use="optional" type="xsd:string">
                 <xsd:annotation>
                     <xsd:documentation xml:lang="en">The ftp directory to which the file will be moved after it is
                         processed by the ESB
@@ -843,4 +843,4 @@
         </xsd:complexType>
     </xsd:element>
 
-</xsd:schema>
\ No newline at end of file
+</xsd:schema>




More information about the jboss-svn-commits mailing list