[overlord-commits] Overlord SVN: r371 - cdl/trunk/samples/jbossesb/brokerage/models.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Wed Oct 8 11:09:55 EDT 2008


Author: objectiser
Date: 2008-10-08 11:09:55 -0400 (Wed, 08 Oct 2008)
New Revision: 371

Modified:
   cdl/trunk/samples/jbossesb/brokerage/models/ESBBroker.cdm
Log:
Updated Credit Credit message types, to be consistent with the purchasing sample, and the CreditAgency implementation.

Modified: cdl/trunk/samples/jbossesb/brokerage/models/ESBBroker.cdm
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/models/ESBBroker.cdm	2008-10-08 14:12:14 UTC (rev 370)
+++ cdl/trunk/samples/jbossesb/brokerage/models/ESBBroker.cdm	2008-10-08 15:09:55 UTC (rev 371)
@@ -6,9 +6,9 @@
     <informationTypes description="This is the information type BookingReference" name="BookingReference" elementName="bookingReference"/>
     <informationTypes description="This is the information type Buy" name="Buy" elementName="buy"/>
     <informationTypes description="This is the information type Cancel" name="Cancel" elementName="cancel"/>
-    <informationTypes description="This is the information type CreditInformation" name="CreditInformation" elementName="creditInformation"/>
-    <informationTypes description="This is the information type CreditInvalid" name="CreditInvalid" elementName="creditInvalid"/>
-    <informationTypes description="This is the information type CreditValid" name="CreditValid" elementName="creditValid"/>
+    <informationTypes description="This is the information type CreditInformation" name="CreditInformation" elementName="CreditCheckRequest"/>
+    <informationTypes description="This is the information type CreditInvalid" name="CreditInvalid" elementName="CreditCheckInvalid"/>
+    <informationTypes description="This is the information type CreditValid" name="CreditValid" elementName="CreditCheckOk"/>
     <informationTypes description="This is the information type Enquiry" name="Enquiry" typeName="" elementName="enquiry"/>
     <informationTypes description="This is the information type OrderConfirmed" name="OrderConfirmed" elementName="orderConfirmed"/>
     <informationTypes description="This is the information type OrderRejected" name="OrderRejected" elementName="orderRejected"/>




More information about the overlord-commits mailing list