[jboss-svn-commits] JBL Code SVN: r33427 - 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
Wed Jun 9 16:25:26 EDT 2010


Author: dward
Date: 2010-06-09 16:25:26 -0400 (Wed, 09 Jun 2010)
New Revision: 33427

Modified:
   labs/jbossesb/trunk/product/ivy.xml
   labs/jbossesb/trunk/product/samples/quickstarts/camel_helloworld/readme.txt
Log:
Upgraded Camel from 2.2.0 to 2.3.0 per JBESB-3341.


Modified: labs/jbossesb/trunk/product/ivy.xml
===================================================================
--- labs/jbossesb/trunk/product/ivy.xml	2010-06-09 20:23:58 UTC (rev 33426)
+++ labs/jbossesb/trunk/product/ivy.xml	2010-06-09 20:25:26 UTC (rev 33427)
@@ -34,7 +34,7 @@
         <!-- temporary until 1.2.1 is pushed into maven
         <dependency org="org.apache.ws.scout" name="scout" rev="1.2.1"/>
         -->
-        <dependency org="org.apache.camel" name="camel-core" rev="2.2.0"/>
+        <dependency org="org.apache.camel" name="camel-core" rev="2.3.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-06-09 20:23:58 UTC (rev 33426)
+++ labs/jbossesb/trunk/product/samples/quickstarts/camel_helloworld/readme.txt	2010-06-09 20:25:26 UTC (rev 33427)
@@ -29,8 +29,8 @@
 ===============================
 Similar output will display in the Application Server console:
 
-09:34:32,006 INFO  [JBoss4ESBDeployer] create esb service, Quickstart_camel_helloworld.esb
-09:34:32,147 INFO  [CamelGateway] adding routes [
+15:02:53,460 INFO  [JBoss4ESBDeployer] create esb service, Quickstart_camel_helloworld.esb
+15:02:53,655 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,16 +42,36 @@
   </route>
 </routes>
 ]
-09:34:32,440 INFO  [DefaultCamelContext] Apache Camel 2.2.0 (CamelContext:camel-1) is starting
-09:34:32,442 INFO  [DefaultCamelContext] JMX is disabled. Using DefaultManagementStrategy.
-09:34:33,068 INFO  [DefaultCamelContext] Started 2 routes
-09:34:33,068 INFO  [DefaultCamelContext] Apache Camel 2.2.0 (CamelContext:camel-1) started
+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
 
 What to expect on "ant runtest":
 ================================
 Similar output will display in the Application Server console:
 
-09:35:11,085 INFO  [STDOUT] [Hello dward! (1)].
-09:35:11,086 INFO  [STDOUT] Message structure: 
-09:35:11,086 INFO  [STDOUT] [Hello dward! (2)].
+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)].
 
+What to expect on "ant undeploy":
+================================
+Similar output will display in the Application Server console:
+
+5: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
+



More information about the jboss-svn-commits mailing list