[jboss-svn-commits] JBL Code SVN: r34491 - in labs/jbossesb/trunk: product and 5 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 3 17:47:52 EDT 2010


Author: dward
Date: 2010-08-03 17:47:51 -0400 (Tue, 03 Aug 2010)
New Revision: 34491

Added:
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-api-5.1.0.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-compiler-5.1.0.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-core-5.1.0.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-decisiontables-5.1.0.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-jsr94-5.1.0.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-templates-5.1.0.jar
Removed:
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-api-5.1.0.CR1.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-compiler-5.1.0.CR1.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-core-5.1.0.CR1.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-decisiontables-5.1.0.CR1.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-jsr94-5.1.0.CR1.jar
   labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-templates-5.1.0.CR1.jar
Modified:
   labs/jbossesb/trunk/integration-build.xml
   labs/jbossesb/trunk/product/.classpath
   labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/business_ruleservice_cep.drl
   labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_ruleAgent/ruleAgent/package/org.jboss.soa.esb.services.rules.pkg
   labs/jbossesb/trunk/product/services/jbrules/readme.txt
   labs/jbossesb/trunk/product/services/jbrules/src/test/resources/testrules.pkg
Log:
Fix for JBESB-3425 ( https://jira.jboss.org/browse/JBESB-3425 ).


Modified: labs/jbossesb/trunk/integration-build.xml
===================================================================
--- labs/jbossesb/trunk/integration-build.xml	2010-08-03 21:34:43 UTC (rev 34490)
+++ labs/jbossesb/trunk/integration-build.xml	2010-08-03 21:47:51 UTC (rev 34491)
@@ -19,7 +19,8 @@
         <ant dir="product" target="clean"/>
 		<!-- Delete these orphans -->
 		<delete file="product/findbugs.html"/>
-		<delete file="product/services/soap/TESTS-TestSuites.xml"/>
-		<delete file="product/services/slsb/TESTS-TestSuites.xml"/>
+		<delete dir="product/services">
+			<include name="*/TESTS-TestSuites.xml"/>
+		</delete>
     </target>
 </project>

Modified: labs/jbossesb/trunk/product/.classpath
===================================================================
--- labs/jbossesb/trunk/product/.classpath	2010-08-03 21:34:43 UTC (rev 34490)
+++ labs/jbossesb/trunk/product/.classpath	2010-08-03 21:47:51 UTC (rev 34491)
@@ -159,12 +159,12 @@
 	<classpathentry kind="lib" path="services/jbpm/lib/ext/jbpm-jpdl.jar"/>
 	<classpathentry kind="lib" path="services/jbrules/lib/ext/antlr-runtime-3.1.3.jar"/>
 	<classpathentry kind="lib" path="services/jbrules/lib/ext/core-3.4.2.v_883_R34x.jar"/>
-	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-api-5.1.0.CR1.jar"/>
-	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-compiler-5.1.0.CR1.jar"/>
-	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-core-5.1.0.CR1.jar"/>
-	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-decisiontables-5.1.0.CR1.jar"/>
-	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-jsr94-5.1.0.CR1.jar"/>
-	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-templates-5.1.0.CR1.jar"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-api-5.1.0.jar"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-compiler-5.1.0.jar"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-core-5.1.0.jar"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-decisiontables-5.1.0.jar"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-jsr94-5.1.0.jar"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-templates-5.1.0.jar"/>
 	<classpathentry kind="lib" path="services/jbrules/lib/ext/janino-2.5.15.jar"/>
 	<classpathentry kind="lib" path="services/jbrules/lib/ext/jsr94-1.1.jar"/>
 	<classpathentry kind="lib" path="services/jbrules/lib/ext/jxl-2.4.2.jar"/>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/business_ruleservice_cep.drl
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/business_ruleservice_cep.drl	2010-08-03 21:34:43 UTC (rev 34490)
+++ labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/business_ruleservice_cep.drl	2010-08-03 21:47:51 UTC (rev 34491)
@@ -12,7 +12,7 @@
 
 declare Event
 	@role(event)
-	@expires(45s)
+	@expires(30s)
 end
 
 function void info(Object msg) {

Modified: labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/jboss-esb.xml	2010-08-03 21:34:43 UTC (rev 34490)
+++ labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/jboss-esb.xml	2010-08-03 21:47:51 UTC (rev 34491)
@@ -38,7 +38,7 @@
 					</property>
 					<property name="channels">
 						<send-to channel-name="warehouse" channel-class="org.jboss.soa.esb.samples.quickstart.business_ruleservice_cep.hub.WarehouseChannel">
-							<property name="warehouse-name" value="Albuquerque, NM"/>
+							<property name="warehouse-name" value="Denver"/>
 						</send-to>
 						<send-to channel-name="distribution" service-category="business_ruleservice_cep" service-name="DistributionService"/>
 					</property>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/readme.txt	2010-08-03 21:34:43 UTC (rev 34490)
+++ labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_cep/readme.txt	2010-08-03 21:47:51 UTC (rev 34491)
@@ -57,21 +57,19 @@
 	To send a heartbeat for all the Spokes.  Eventually, the heartbeat for each
 	spoke will go RED again, until you send another heartbeat.
 
-  4. The Hub maintains a pseudo-database for each Spoke's  Parts inventory, in
+  5. The Hub maintains a pseudo-database for each Spoke's  Parts inventory, in
   addition to the pseudo-database for the Spokes' hearbeat status.  To
   initially pre-populate this part inventory, type 'ant populateInventory'.
   This will produce server console output like this:
 
   14:22:21,252 INFO  [Hub] will update inventory for Chicago:sprocket
   (oldCount=0, newCount=8)
-  14:22:21,253 INFO  [WarehouseChannel] will notify the Albuquerque, NM
-  warehouse of: InventoryStatus: id=1, spokeLocation=Chicago,
-  partName=sprocket, adjustment=8
+  14:22:21,253 INFO  [WarehouseChannel] will notify the Denver warehouse of:
+  InventoryStatus: id=1, spokeLocation=Chicago, partName=sprocket, adjustment=8
   14:22:21,267 INFO  [Hub] will update inventory for Chicago:widget
   (oldCount=0, newCount=9)
-  14:22:21,267 INFO  [WarehouseChannel] will notify the Albuquerque, NM
-  warehouse of: InventoryStatus: id=2, spokeLocation=Chicago, partName=widget,
-  adjustment=9
+  14:22:21,267 INFO  [WarehouseChannel] will notify the Denver warehouse of:
+  InventoryStatus: id=2, spokeLocation=Chicago, partName=widget, adjustment=9
   14:22:21,279 INFO  [Hub] inventory is GREEN for Chicago :)
   ...
 
@@ -83,15 +81,14 @@
   14:22:21,279 INFO  [Hub] heartbeat is GREEN for Chicago :)
   ...
 
-  5. To increment a Part's count for a Spoke in the Hub's inventory, type
+  6. To increment a Part's count for a Spoke in the Hub's inventory, type
   'ant -Dparts="Atlanta:widget" incrementPart'
   This will product server console output like:
 
   14:26:00,560 INFO  [Hub] will update inventory for Atlanta:widget
   (oldCount=6, newCount=7)
-  14:26:00,560 INFO  [WarehouseChannel] will notify the Albuquerque, NM
-  warehouse of: InventoryStatus: id=1, spokeLocation=Atlanta, partName=widget,
-  adjustment=1
+  14:26:00,560 INFO  [WarehouseChannel] will notify the Denver warehouse of:
+  InventoryStatus: id=1, spokeLocation=Atlanta, partName=widget, adjustment=1
   14:26:00,572 INFO  [Hub] inventory is GREEN for Atlanta :)
   14:26:00,572 INFO  [Hub] heartbeat is GREEN for Atlanta :)
   14:26:00,576 INFO  [STDOUT] DistributionService received Message: 
@@ -106,15 +103,14 @@
   ServiceChannel, which uses ServiceInvoker to send a Message to another ESB
   Service.
 
-  6. To decrement a Part's count for a Spoke in the Hub's inventory, type
+  7. To decrement a Part's count for a Spoke in the Hub's inventory, type
   'ant -Dparts="Atlanta:widget" decrementPart'
   This will product server console output like:
 
   14:28:28,432 INFO  [Hub] will update inventory for Atlanta:widget
   (oldCount=7, newCount=6)
-  14:28:28,432 INFO  [WarehouseChannel] will notify the Albuquerque, NM
-  warehouse of: InventoryStatus: id=1, spokeLocation=Atlanta, partName=widget,
-  adjustment=-1
+  14:28:28,432 INFO  [WarehouseChannel] will notify the Denver warehouse of:
+  InventoryStatus: id=1, spokeLocation=Atlanta, partName=widget, adjustment=-1
   14:28:28,438 INFO  [STDOUT] DistributionService received Message: 
   14:28:28,438 INFO  [STDOUT] [InventoryStatus: id=1, spokeLocation=Atlanta,
   partName=widget, adjustment=-1].
@@ -130,17 +126,16 @@
 
   14:32:01,801 WARN  [Hub] will NOT update inventory for Atlanta:widget
   (oldCount=0, newCount=-1)
-  14:32:01,801 INFO  [WarehouseChannel] will notify the Albuquerque, NM
-  warehouse of: InventoryStatus: id=1, spokeLocation=Atlanta, partName=widget,
-  adjustment=-1
+  14:32:01,801 INFO  [WarehouseChannel] will notify the Denver warehouse of:
+  InventoryStatus: id=1, spokeLocation=Atlanta, partName=widget, adjustment=-1
   14:32:01,807 INFO  [STDOUT] DistributionService received Message: 
   14:32:01,807 INFO  [STDOUT] [InventoryStatus: id=1, spokeLocation=Atlanta,
   partName=widget, adjustment=-1].
   14:32:01,807 WARN  [Hub] inventory is RED for Atlanta :(
-  14:32:01,807 INFO  [WarehouseChannel] will notify the Albuquerque, NM
-  warehouse of: Event: type=INVENTORY, light=RED, spokeLocation=Atlanta
+  14:32:01,807 INFO  [WarehouseChannel] will notify the Denver warehouse of:
+  Event: type=INVENTORY, light=RED, spokeLocation=Atlanta 
 
-  7. Type 'ant stopSession'.  This will stop the Stateful Rule Session on the
+  8. Type 'ant stopSession'.  This will stop the Stateful Rule Session on the
   server. By default, no server console output will be visible.  You can change
   your log4j settings to alter this.
 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/business_ruleservice_ruleAgent/ruleAgent/package/org.jboss.soa.esb.services.rules.pkg
===================================================================
(Binary files differ)

Deleted: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-api-5.1.0.CR1.jar
===================================================================
(Binary files differ)

Added: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-api-5.1.0.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-api-5.1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-compiler-5.1.0.CR1.jar
===================================================================
(Binary files differ)

Added: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-compiler-5.1.0.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-compiler-5.1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-core-5.1.0.CR1.jar
===================================================================
(Binary files differ)

Added: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-core-5.1.0.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-core-5.1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-decisiontables-5.1.0.CR1.jar
===================================================================
(Binary files differ)

Added: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-decisiontables-5.1.0.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-decisiontables-5.1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-jsr94-5.1.0.CR1.jar
===================================================================
(Binary files differ)

Added: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-jsr94-5.1.0.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-jsr94-5.1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-templates-5.1.0.CR1.jar
===================================================================
(Binary files differ)

Added: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-templates-5.1.0.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbossesb/trunk/product/services/jbrules/lib/ext/drools-templates-5.1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: labs/jbossesb/trunk/product/services/jbrules/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/services/jbrules/readme.txt	2010-08-03 21:34:43 UTC (rev 34490)
+++ labs/jbossesb/trunk/product/services/jbrules/readme.txt	2010-08-03 21:47:51 UTC (rev 34491)
@@ -1,8 +1,8 @@
-#### JBoss Rules (Drools) ESB Integration ####
+#### Drools ESB Integration ####
 
 Current version
 =================
-5.1.0.CR1
+5.1.0
 
 Upgrading Drools:
 =================

Modified: labs/jbossesb/trunk/product/services/jbrules/src/test/resources/testrules.pkg
===================================================================
(Binary files differ)



More information about the jboss-svn-commits mailing list