[jboss-svn-commits] JBL Code SVN: r34223 - in labs/jbossesb/trunk/product: samples/quickstarts/camel_helloworld and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 27 11:55:32 EDT 2010


Author: dward
Date: 2010-07-27 11:55:32 -0400 (Tue, 27 Jul 2010)
New Revision: 34223

Modified:
   labs/jbossesb/trunk/product/.classpath
   labs/jbossesb/trunk/product/ivy.xml
   labs/jbossesb/trunk/product/samples/quickstarts/camel_helloworld/readme.txt
Log:
Fix for JBESB-3392 ( https://jira.jboss.org/browse/JBESB-3392 ).


Modified: labs/jbossesb/trunk/product/.classpath
===================================================================
--- labs/jbossesb/trunk/product/.classpath	2010-07-27 14:36:00 UTC (rev 34222)
+++ labs/jbossesb/trunk/product/.classpath	2010-07-27 15:55:32 UTC (rev 34223)
@@ -34,7 +34,7 @@
 	<classpathentry kind="lib" path="build/lib/antlr-2.7.7.jar"/>
 	<classpathentry kind="lib" path="build/lib/bsf-2.3.0.jar"/>
 	<classpathentry kind="lib" path="build/lib/bsh-1.3.0.jar"/>
-	<classpathentry kind="lib" path="build/lib/camel-core-2.3.0.jar"/>
+	<classpathentry kind="lib" path="build/lib/camel-core-2.4.0.jar"/>
 	<classpathentry kind="lib" path="build/lib/cglib-nodep-2.1_3.jar"/>
 	<classpathentry kind="lib" path="build/lib/commons-beanutils-1.7.0.jar"/>
 	<classpathentry kind="lib" path="build/lib/commons-codec-1.3.jar"/>
@@ -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.CR1.jar" sourcepath="/home/dward/pkgs/jboss/Drools/5.1.0.CR1/src/drools-api/src/main/java"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-compiler-5.1.0.CR1.jar" sourcepath="/home/dward/pkgs/jboss/Drools/5.1.0.CR1/src/drools-compiler/src/main/java"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-core-5.1.0.CR1.jar" sourcepath="/home/dward/pkgs/jboss/Drools/5.1.0.CR1/src/drools-core/src/main/java"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-decisiontables-5.1.0.CR1.jar" sourcepath="/home/dward/pkgs/jboss/Drools/5.1.0.CR1/src/drools-decisiontables/src/main/java"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-jsr94-5.1.0.CR1.jar" sourcepath="/home/dward/pkgs/jboss/Drools/5.1.0.CR1/src/drools-jsr94/src/main/java"/>
+	<classpathentry kind="lib" path="services/jbrules/lib/ext/drools-templates-5.1.0.CR1.jar" sourcepath="/home/dward/pkgs/jboss/Drools/5.1.0.CR1/src/drools-templates/src/main/java"/>
 	<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/ivy.xml
===================================================================
--- labs/jbossesb/trunk/product/ivy.xml	2010-07-27 14:36:00 UTC (rev 34222)
+++ labs/jbossesb/trunk/product/ivy.xml	2010-07-27 15:55:32 UTC (rev 34223)
@@ -32,7 +32,7 @@
 
         <dependency org="org.apache.ws.scout" name="jaxr-api" rev="1.0"/>
         <dependency org="org.apache.ws.scout" name="scout" rev="1.2.2"/>
-        <dependency org="org.apache.camel" name="camel-core" rev="2.3.0"/>
+        <dependency org="org.apache.camel" name="camel-core" rev="2.4.0"/>
         <dependency org="org.fusesource.commonman" name="commons-management" rev="1.0"/>
 
         <dependency org="jboss.aop" name="jboss-aop-jdk50" rev="1.5.6.GA"/>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/camel_helloworld/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/camel_helloworld/readme.txt	2010-07-27 14:36:00 UTC (rev 34222)
+++ labs/jbossesb/trunk/product/samples/quickstarts/camel_helloworld/readme.txt	2010-07-27 15:55:32 UTC (rev 34223)
@@ -29,8 +29,8 @@
 ===============================
 Similar output will display in the Application Server console:
 
-15:02:53,460 INFO  [JBoss4ESBDeployer] create esb service, Quickstart_camel_helloworld.esb
-15:02:53,655 INFO  [CamelGateway] adding routes [
+09:36:52,827 INFO  [JBoss4ESBDeployer] create esb service, Quickstart_camel_helloworld.esb
+09:36:53,017 INFO  [CamelGateway] adding routes [
 <routes xmlns="http://camel.apache.org/schema/spring">
   <route>
     <from uri="file://.../samples/quickstarts/camel_helloworld/build/input1?delete=true"/>
@@ -42,36 +42,37 @@
   </route>
 </routes>
 ]
-15:02:53,979 INFO  [DefaultCamelContext] Apache Camel 2.3.0 (CamelContext: camel-1) is starting
-15:02:53,979 INFO  [DefaultCamelContext] JMX is disabled. Using DefaultManagementStrategy.
-15:02:54,501 INFO  [AnnotationTypeConverterLoader] Found 3 packages with 14 @Converter classes to load
-15:02:54,520 INFO  [DefaultTypeConverter] Loaded 142 type converters in 506 millis
-15:02:54,630 INFO  [DefaultCamelContext] Route: route1 started and consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input1?delete=true]
-15:02:54,630 INFO  [DefaultCamelContext] Route: route2 started and consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input2?delete=true]
-15:02:54,630 INFO  [DefaultCamelContext] Started 2 routes
-15:02:54,631 INFO  [DefaultCamelContext] Apache Camel 2.3.0 (CamelContext: camel-1) started in 651 millis
+09:36:53,347 INFO  [DefaultCamelContext] Apache Camel 2.4.0 (CamelContext: camel-1) is starting
+09:36:53,347 INFO  [DefaultCamelContext] JMX is disabled. Using DefaultManagementStrategy.
+09:36:53,999 INFO  [AnnotationTypeConverterLoader] Found 3 packages with 13 @Converter classes to load
+09:36:54,021 INFO  [DefaultTypeConverter] Loaded 143 type converters in 0.635 seconds
+09:36:54,122 INFO  [DefaultCamelContext] Route: route1 started and consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input1?delete=true]
+09:36:54,122 INFO  [DefaultCamelContext] Route: route2 started and consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input2?delete=true]
+09:36:54,122 INFO  [DefaultCamelContext] Started 2 routes
+09:36:54,122 INFO  [DefaultCamelContext] Apache Camel 2.4.0 (CamelContext: camel-1) started in 0.775 seconds
 
 What to expect on "ant runtest":
 ================================
 Similar output will display in the Application Server console:
 
-15:07:02,212 INFO  [STDOUT] Message structure: 
-15:07:02,212 INFO  [STDOUT] [Hello user! (1)].
-15:07:02,215 INFO  [STDOUT] Message structure: 
-15:07:02,215 INFO  [STDOUT] [Hello user! (2)].
+09:37:35,194 INFO  [STDOUT] Message structure: 
+09:37:35,194 INFO  [STDOUT] [Hello user! (2)].
+09:37:35,196 INFO  [STDOUT] Message structure: 
+09:37:35,196 INFO  [STDOUT] [Hello user! (1)].
 
 What to expect on "ant undeploy":
 ================================
 Similar output will display in the Application Server console:
 
-15:08:05,187 INFO  [DefaultCamelContext] Apache Camel 2.3.0 (CamelContext:camel-1) is shutting down
-15:08:05,188 INFO  [DefaultShutdownStrategy] Starting to graceful shutdown 2 routes (timeout 300 seconds)
-15:08:05,199 INFO  [DefaultShutdownStrategy] Route: route2 suspended and shutdown deferred, was consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input2?delete=true]
-15:08:05,200 INFO  [DefaultShutdownStrategy] Route: route1 suspended and shutdown deferred, was consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input1?delete=true]
-15:08:05,200 INFO  [DefaultShutdownStrategy] Route: route2 shutdown complete.
-15:08:05,200 INFO  [DefaultShutdownStrategy] Route: route1 shutdown complete.
-15:08:05,201 INFO  [DefaultShutdownStrategy] Graceful shutdown of 2 routes completed in 0 seconds
-15:08:05,202 INFO  [DefaultInflightRepository] Shutting down with no inflight exchanges.
-15:08:05,203 INFO  [DefaultCamelContext] Apache Camel 2.3.0 (CamelContext: camel-1) is shutdown in 16 millis
-15:08:05,236 WARN  [ServiceMessageCounterLifecycleResource] Calling cleanup on existing service message counters for identity ID-7
+09:38:09,249 INFO  [DefaultCamelContext] Apache Camel 2.4.0 (CamelContext:camel-1) is shutting down
+09:38:09,249 INFO  [DefaultShutdownStrategy] Starting to graceful shutdown 2 routes (timeout 300 seconds)
+09:38:09,261 INFO  [DefaultShutdownStrategy] Route: route2 suspended and shutdown deferred, was consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input2?delete=true]
+09:38:09,261 INFO  [DefaultShutdownStrategy] Route: route1 suspended and shutdown deferred, was consuming from: Endpoint[file://.../samples/quickstarts/camel_helloworld/build/input1?delete=true]
+09:38:09,262 INFO  [DefaultShutdownStrategy] Route: route2 shutdown complete.
+09:38:09,262 INFO  [DefaultShutdownStrategy] Route: route1 shutdown complete.
+09:38:09,262 INFO  [DefaultShutdownStrategy] Graceful shutdown of 2 routes completed in 0 seconds
+09:38:09,280 INFO  [DefaultInflightRepository] Shutting down with no inflight exchanges.
+09:38:09,281 INFO  [DefaultCamelContext] Uptime: 1 minute
+09:38:09,281 INFO  [DefaultCamelContext] Apache Camel 2.4.0 (CamelContext: camel-1) is shutdown in 0.032 seconds
+09:38:09,321 WARN  [ServiceMessageCounterLifecycleResource] Calling cleanup on existing service message counters for identity ID-7
 



More information about the jboss-svn-commits mailing list