[jboss-svn-commits] JBL Code SVN: r5438 - in labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks: . src/org/jboss/soa/esb/samples/loanbroker/banks
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Aug 3 10:45:12 EDT 2006
Author: kurt.stam at jboss.com
Date: 2006-08-03 10:45:10 -0400 (Thu, 03 Aug 2006)
New Revision: 5438
Modified:
labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/JBoss ESB Loan Broker Banks Guide.doc
labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/JBoss ESB Loan Broker Banks Guide.html
labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/src/org/jboss/soa/esb/samples/loanbroker/banks/ManagerFlatFile.java
Log:
updating document to new default dir
Modified: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/JBoss ESB Loan Broker Banks Guide.doc
===================================================================
(Binary files differ)
Modified: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/JBoss ESB Loan Broker Banks Guide.html
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/JBoss ESB Loan Broker Banks Guide.html 2006-08-03 14:31:30 UTC (rev 5437)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/JBoss ESB Loan Broker Banks Guide.html 2006-08-03 14:45:10 UTC (rev 5438)
@@ -12,32 +12,32 @@
href="JBoss%20ESB%20Loan%20Broker%20Banks%20Guide_files/filelist.xml">
<title>BANKS FOR THE LOANBROKER DEMO</title>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
- name="State"/>
+ name="country-region"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
- name="City"/>
+ name="Street"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
+ name="address"/>
+<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
- name="address"/>
+ name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
- name="Street"/>
-<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
- name="country-region"/>
+ name="State"/>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>kstam</o:Author>
- <o:LastAuthor>db</o:LastAuthor>
+ <o:LastAuthor>kstam</o:LastAuthor>
<o:Revision>2</o:Revision>
- <o:TotalTime>5</o:TotalTime>
- <o:Created>2006-08-03T14:31:00Z</o:Created>
- <o:LastSaved>2006-08-03T14:31:00Z</o:LastSaved>
+ <o:TotalTime>7</o:TotalTime>
+ <o:Created>2006-08-03T14:42:00Z</o:Created>
+ <o:LastSaved>2006-08-03T14:42:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
- <o:Words>738</o:Words>
- <o:Characters>4211</o:Characters>
+ <o:Words>743</o:Words>
+ <o:Characters>4237</o:Characters>
<o:Company>JBoss, Inc.</o:Company>
<o:Lines>35</o:Lines>
<o:Paragraphs>9</o:Paragraphs>
- <o:CharactersWithSpaces>4940</o:CharactersWithSpaces>
+ <o:CharactersWithSpaces>4971</o:CharactersWithSpaces>
<o:Version>11.6568</o:Version>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
@@ -302,7 +302,7 @@
<p class=MsoNormal><span style='background:white;mso-highlight:white'>The Flat
File Based Bank uses the property '<span class=SpellE>file.monitored.directory</span>'
-which by default is set to 'C<span class=GramE>:/</span>Temp/<span
+which by default is set to 'C<span class=GramE>:\</span>Temp\<span
class=SpellE>BankInput</span>'.</span> <span style='background:white;
mso-highlight:white'>You can start this bank by typing:</span></p>
@@ -361,7 +361,7 @@
<p class=MsoNormal><span style='background:white;mso-highlight:white'>You can
test whether or not the bank is working by dropping a file in the monitored
-directory (C:\Temp).Let's say we</span> <span style='background:white;
+directory (C:\Temp\BankInput).Let's say we</span> <span style='background:white;
mso-highlight:white'>use a file with name 'request.txt'. The file should be
ASCII and can contain the following line:</span></p>
@@ -376,10 +376,10 @@
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='background:white;mso-highlight:white'>The file
-should get moved to the C:\Temp\processed directory, and in the
-C:\Temp\outgoing directory a reply file should</span> <span style='background:
-white;mso-highlight:white'>appear with the name 'reply_to_request.txt'. It
-should contain the line:</span></p>
+should get moved to the C:\Temp\BankInput\processed directory, and in the
+C:\Temp\ <span class=SpellE>BankInput</span>\outgoing directory a reply file
+should</span> <span style='background:white;mso-highlight:white'>appear with
+the name 'reply_to_request.txt'. It should contain the line:</span></p>
<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p>
Modified: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/src/org/jboss/soa/esb/samples/loanbroker/banks/ManagerFlatFile.java
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/src/org/jboss/soa/esb/samples/loanbroker/banks/ManagerFlatFile.java 2006-08-03 14:31:30 UTC (rev 5437)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/src/org/jboss/soa/esb/samples/loanbroker/banks/ManagerFlatFile.java 2006-08-03 14:45:10 UTC (rev 5438)
@@ -185,13 +185,13 @@
public static void main(String[] args)
{
DOMConfigurator.configure("log4j.xml");
- String monitoredDirectoryStr = "C:/Temp";
+ String monitoredDirectoryStr = "C:/Temp/BankInput";
if (args!=null && args.length > 0) {
monitoredDirectoryStr=args[0];
}
File monitoredDirectory = new File(monitoredDirectoryStr);
if (!monitoredDirectory.exists() || !monitoredDirectory.isDirectory()){
- System.out.println("Invalid directory " + monitoredDirectory.getAbsolutePath());
+ System.err.println("Invalid directory " + monitoredDirectory.getAbsolutePath());
}
DirectoryPoller poller = new DirectoryPoller(monitoredDirectory);
poller.addPollManager(new ManagerFlatFile());
More information about the jboss-svn-commits
mailing list