[jboss-svn-commits] JBL Code SVN: r5860 - in labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo: . banks conf

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 14 07:13:53 EDT 2006


Author: tfennelly
Date: 2006-08-14 07:13:50 -0400 (Mon, 14 Aug 2006)
New Revision: 5860

Removed:
   labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/bank.properties
   labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/conf/LoanBrokerConfig.xml
   labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/loanbroker.properties
Log:
removed these files because they're auto generated by the ant configure task now - from their .template replacements.

Deleted: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/bank.properties
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/bank.properties	2006-08-14 11:11:30 UTC (rev 5859)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/banks/bank.properties	2006-08-14 11:13:50 UTC (rev 5860)
@@ -1,5 +0,0 @@
-file.monitored.directory=C:/Temp/BankInput
-
-jms.provider.url=localhost
-jms.queue.in=queue/C
-jms.queue.out=queue/D

Deleted: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/conf/LoanBrokerConfig.xml
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/conf/LoanBrokerConfig.xml	2006-08-14 11:11:30 UTC (rev 5859)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/conf/LoanBrokerConfig.xml	2006-08-14 11:13:50 UTC (rev 5860)
@@ -1,108 +0,0 @@
-<JBossESB-LoanBroker-TrailBlazer
-	commandConnFactoryClass="ConnectionFactory"
-	commandJndiType="jboss"
-	commandJndiURL="localhost"
-	commandIsTopic="false"
-	messageSelector="esbApp='esbApp'"
-	commandJndiName="queue/A"
-	parameterReloadSecs="60"
-	loanbrokerJndiUrl="localhost"
-	loanbrokerJndiType="jboss"
-	loanbrokerCreditQueue="queue/A"
-	loanbrokerJmsRequestQueue="queue/C"
-	loanbrokerRequestDir="/temp/bankInput"
-	loanbrokerEmailTemplatePath="/cygwin/home/kstam/dev1.6/loanbrokerdemo/template"
-	loanbrokerEmailTemplateFile="quotes"
->
-<EmailProperties   
-   org.jboss.soa.esb.mail.smtp.host="mail.mailserver.net"
-   org.jboss.soa.esb.mail.smtp.port="25"
-   org.jboss.soa.esb.mail.smtp.from="jbossesb at jboss.com"
-   org.jboss.soa.esb.mail.smtp.user="kstam"
-   org.jboss.soa.esb.mail.smtp.password=""
-   org.jboss.soa.esb.mail.smtp.auth="false"
-   org.jboss.soa.esb.mail.template.path="/cygwin/home/kstam/dev1.6/loanbrokerdemo/template"
-   org.jboss.soa.esb.mail.template.name="quotes"
-/>
-
-
-<CreditAgencyJMSInput
-   	listenerClass="org.jboss.soa.esb.listeners.JmsQueueListener"   	
-   	actionClass="org.jboss.soa.esb.samples.loanbroker.actions.ProcessCreditRequest"   	
-	maxThreads="3"
-	queueConnFactoryClass="ConnectionFactory"
-	listenJndiType="jboss"
-	listenJndiURL="localhost"
-	listenQueue="queue/A"
-	listenMsgSelector="sample_loanbroker_servicecode='creditRequest'"
-> 
-	<NotificationList type="OK">   
-	     <target class="NotifyQueues" >
-	       <queue jndiName="queue/A">
-	       	<messageProp name="sample_loanbroker_servicecode" value="creditResponse" />
-	       </queue>       
-	     </target>
- 	</NotificationList>	
-   </CreditAgencyJMSInput>
-   
-<CreditAgencyJMSOutput
-      	listenerClass="org.jboss.soa.esb.listeners.JmsQueueListener"
-      	actionClass="org.jboss.soa.esb.samples.loanbroker.actions.ProcessCreditResponse"      	
-   	maxThreads="1"
-   	queueConnFactoryClass="ConnectionFactory"
-   	listenJndiType="jboss"
-   	listenJndiURL="localhost"
-   	listenQueue="queue/A"
-   	listenMsgSelector="sample_loanbroker_servicecode='creditResponse'"
-> 
-   	<NotificationList type="OK"> 
-		<target class="NotifyFiles">
-			<file URI="file:///C:/Temp/demo/notification_output_files/creditAgency.notifOK" append="true"/>
-		</target> 
-	</NotificationList> 
-</CreditAgencyJMSOutput>
-
-<BanksJMSResponse
-      	listenerClass="org.jboss.soa.esb.listeners.JmsQueueListener"
-      	actionClass="org.jboss.soa.esb.samples.loanbroker.actions.ProcessBanksJMSResponse"      	
-   	maxThreads="1"
-   	queueConnFactoryClass="ConnectionFactory"
-   	listenJndiType="jboss"
-   	listenJndiURL="localhost"
-   	listenQueue="queue/D"   	
-> 
-   	<NotificationList type="OK"> 
-		<target class="NotifyFiles">
-			<file URI="file:///C:/Temp/demo/notification_output_files/JMSBanksResponse.notifOK" append="true"/>
-		</target> 
-	</NotificationList> 
-</BanksJMSResponse>
-
-<BanksFilePoller
-       listenerClass="org.jboss.soa.esb.listeners.DirectoryPoller"
-       actionClass="org.jboss.soa.esb.samples.loanbroker.actions.ProcessBanksFileResponse"
-       pollLatencySecs="5" 
-    maxThreads="2"
-    inputDirURI="file:///C:/Temp/BankInput/outgoing"
-    inputSuffix=".dat"
-    workSuffix=".INPROC"
-    errorDirURI="file:///C:/Temp/outgoing/errorDir"
-    errorSuffix=".ERR"
-    postDirURI="file:///C:/Temp/outgoing/inputDoneDir"
-    postSuffix=".DONE"
-    postDelete="n"
-   > 
-    <NotificationList type="OK"> 
-        <target class="NotifyFiles">
-            <file URI="file:///C:/Temp/demo/notification_output_files/FileBanksResponse.notifOK" append="true"/> 
-        </target> 
-    </NotificationList> 
-    
-    <NotificationList type="err"> 
-        <target class="NotifyFiles">
-            <file URI="file:///C:/Temp/demo/notification_output_files/FileBanksResponse.notifErr" append="true"/> 
-        </target> 
-    </NotificationList>
-   </BanksFilePoller>
-   
-</JBossESB-LoanBroker-TrailBlazer>
\ No newline at end of file

Deleted: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/loanbroker.properties
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/loanbroker.properties	2006-08-14 11:11:30 UTC (rev 5859)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/loanbroker.properties	2006-08-14 11:13:50 UTC (rev 5860)
@@ -1,12 +0,0 @@
-# The home of your JBoss Appserver Install
-org.jboss.soa.esb.samples.loanbroker.jboss_home=**SETME[loanbroker.properties:org.jboss.soa.esb.samples.loanbroker.jboss_home]**
-
-# The home of your JBoss server configuration
-org.jboss.soa.esb.samples.loanbroker.jboss_server=default
-
-# A reference to the root dir where you checked out your 
-# copy of the esb project.  Note the default assumes you checked
-# out and are building the LoanBroker from inside the ESB Project
-# Structure.  If you've checked out the LoanBroker seperately, you'll need
-# to modify this property.
-org.jboss.soa.esb.samples.loanbroker.esb_home=../../../../../




More information about the jboss-svn-commits mailing list