svn commit: r1042949 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/timer/ camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/apache/camel/manag

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 09:48:52 2010 New Revision: 1042949 URL: http://svn.apache.org/viewvc?rev=1042949view=rev Log: CAMEL-3399: Using Spring JMX annotations is picked up and use without the need for implementing ManagementAware, which has been @deprecated. Added:

[CONF] Apache Camel Camel 2.6.0 Release

2010-12-07 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (2) ... * Using [Processor] in routes is now also enlisted in JMX for management. * The ObjectName

[CONF] Apache Camel Why is my processor not showing up in JConsole

2010-12-07 Thread confluence
Why is my processor not showing up in JConsole Page edited by Claus Ibsen Changes (2) ... For example the minor ones such as {{setHeader}} does not and

svn commit: r1042962 - in /camel/trunk/components/camel-jmx/src/test/resources: consumer-test/monitorNotification.xml stripTimestamp.xsl

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 10:24:21 2010 New Revision: 1042962 URL: http://svn.apache.org/viewvc?rev=1042962view=rev Log: Fixed test. Modified: camel/trunk/components/camel-jmx/src/test/resources/consumer-test/monitorNotification.xml

svn commit: r1042993 - /camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/async/HttpAsyncDslTest.java

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 12:06:02 2010 New Revision: 1042993 URL: http://svn.apache.org/viewvc?rev=1042993view=rev Log: Fixed test on slow boxes. Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/async/HttpAsyncDslTest.java Modified:

svn commit: r1043000 - in /camel/trunk: parent/pom.xml platforms/karaf/features/pom.xml

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 12:25:37 2010 New Revision: 1043000 URL: http://svn.apache.org/viewvc?rev=1043000view=rev Log: CAMEL-3391: Upgraded to quartz 1.8.4. Thanks to Jean for patch. Modified: camel/trunk/parent/pom.xml camel/trunk/platforms/karaf/features/pom.xml Modified:

svn commit: r1043008 - /camel/trunk/components/camel-quartz/pom.xml

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 12:33:28 2010 New Revision: 1043008 URL: http://svn.apache.org/viewvc?rev=1043008view=rev Log: CAMEL-3391: quartz now need sfl4j. Modified: camel/trunk/components/camel-quartz/pom.xml Modified: camel/trunk/components/camel-quartz/pom.xml URL:

svn commit: r1043010 - in /camel/trunk: parent/pom.xml platforms/karaf/features/pom.xml

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 12:39:07 2010 New Revision: 1043010 URL: http://svn.apache.org/viewvc?rev=1043010view=rev Log: CAMEL-3393: upgraded to lucene 3.0.3. Thanks to Jean for patch. Modified: camel/trunk/parent/pom.xml camel/trunk/platforms/karaf/features/pom.xml Modified:

svn commit: r1043012 - /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/myCoolRoutes.xml

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 12:44:10 2010 New Revision: 1043012 URL: http://svn.apache.org/viewvc?rev=1043012view=rev Log: Updated example to include all the xml crap you need Modified:

svn commit: r1043063 - in /camel/trunk: components/camel-quickfix/pom.xml platforms/karaf/features/pom.xml platforms/karaf/features/src/main/resources/features-spring2.xml platforms/karaf/features/src

2010-12-07 Thread hadrian
Author: hadrian Date: Tue Dec 7 14:35:52 2010 New Revision: 1043063 URL: http://svn.apache.org/viewvc?rev=1043063view=rev Log: CAMEL-3380. Patch applied with thanks to Jean Baptiste Modified: camel/trunk/components/camel-quickfix/pom.xml camel/trunk/platforms/karaf/features/pom.xml

svn commit: r1043069 - in /camel/trunk: components/camel-blueprint/src/main/java/org/apache/camel/blueprint/ components/camel-blueprint/src/main/java/org/apache/camel/blueprint/handler/ tests/camel-it

2010-12-07 Thread gnodet
Author: gnodet Date: Tue Dec 7 14:44:49 2010 New Revision: 1043069 URL: http://svn.apache.org/viewvc?rev=1043069view=rev Log: [CAMEL-3295][CAMEL-3398] Fix injection in camel-blueprint Added:

[CONF] Apache Camel Camel 2.6.0 Release

2010-12-07 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (2) ... * Using a custom [Processor] will be enlisted in JMX having its custom attributes/operations

svn commit: r1043115 - in /camel/trunk/tests/camel-itest-osgi/src/test: java/org/apache/camel/itest/osgi/blueprint/ resources/org/apache/camel/itest/osgi/blueprint/

2010-12-07 Thread gnodet
Author: gnodet Date: Tue Dec 7 16:29:47 2010 New Revision: 1043115 URL: http://svn.apache.org/viewvc?rev=1043115view=rev Log: Make sure properties substitution works with blueprint Added:

svn commit: r1043119 - in /camel/trunk/tests/camel-itest-osgi/src/test: java/org/apache/camel/itest/osgi/blueprint/OSGiBlueprintTestSupport.java resources/org/apache/camel/itest/osgi/blueprint/bluepri

2010-12-07 Thread gnodet
Author: gnodet Date: Tue Dec 7 16:34:54 2010 New Revision: 1043119 URL: http://svn.apache.org/viewvc?rev=1043119view=rev Log: [CAMEL-3390] Add a test case to make sure RouteBuilder references work Added:

svn commit: r1043131 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/bean/ main/java/org/apache/camel/impl/ main/java/org/apache/camel/management/ main/java/org/apache/camel/man

2010-12-07 Thread davsclaus
Author: davsclaus Date: Tue Dec 7 17:08:21 2010 New Revision: 1043131 URL: http://svn.apache.org/viewvc?rev=1043131view=rev Log: CAMEL-3279: Custom beans can now also be managed from JMX using their own set of operations/attributes. Added:

[CONF] Apache Camel Why is my processor not showing up in JConsole

2010-12-07 Thread confluence
Why is my processor not showing up in JConsole Page edited by Claus Ibsen Changes (2) ... {snippet:id=e1|lang=java|title=Custom processor|url=""

[CONF] Apache Camel Camel 2.6.0 Release

2010-12-07 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (4) ... * Made it easier to load routes from XML files using {{loadRoutesDefinition}} method from

svn commit: r1043223 - in /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf: CxfEndpoint.java CxfProducer.java CxfSpringEndpoint.java DefaultCxfBinding.java

2010-12-07 Thread wtam
Author: wtam Date: Tue Dec 7 22:52:02 2010 New Revision: 1043223 URL: http://svn.apache.org/viewvc?rev=1043223view=rev Log: [CAMEL-3386] removed client cache in CxfProvider based on Willem's feedback Modified:

[CONF] Apache Camel Restlet

2010-12-07 Thread confluence
Restlet Page edited by Johan Edstrom Comment: throwExceptionOnFailure documentation Changes (1) ... | {{restletRealmRef}}

svn commit: r1043300 - in /camel/trunk/components/camel-restlet/src: main/java/org/apache/camel/component/restlet/ test/java/org/apache/camel/component/restlet/

2010-12-07 Thread joed
Author: joed Date: Wed Dec 8 04:51:36 2010 New Revision: 1043300 URL: http://svn.apache.org/viewvc?rev=1043300view=rev Log: Camel-Restlet, throwExceptionOnFailure for the producer. Added:

svn commit: r1043319 - in /camel/trunk/components/camel-irc: ./ src/main/java/org/apache/camel/component/irc/ src/test/java/org/apache/camel/component/irc/

2010-12-07 Thread ningjiang
Author: ningjiang Date: Wed Dec 8 06:40:39 2010 New Revision: 1043319 URL: http://svn.apache.org/viewvc?rev=1043319view=rev Log: CAMEL-3351 applied patch with thanks to Tracy Modified: camel/trunk/components/camel-irc/pom.xml

svn commit: r1043320 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/resources/CamelContextResource.java

2010-12-07 Thread ningjiang
Author: ningjiang Date: Wed Dec 8 06:44:02 2010 New Revision: 1043320 URL: http://svn.apache.org/viewvc?rev=1043320view=rev Log: Fixed the warning of camel-web Modified: camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/resources/CamelContextResource.java Modified:

svn commit: r1043323 - in /camel/trunk: parent/pom.xml platforms/karaf/features/pom.xml tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/dozer/DozerTest.java

2010-12-07 Thread ningjiang
Author: ningjiang Date: Wed Dec 8 06:53:20 2010 New Revision: 1043323 URL: http://svn.apache.org/viewvc?rev=1043323view=rev Log: CAMEL-3228 Upgraded dozer to 5.3.1 which still does not support OSGi Modified: camel/trunk/parent/pom.xml camel/trunk/platforms/karaf/features/pom.xml

[CONF] Apache Camel Camel 2.6.0 Release

2010-12-07 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (3) ... * The ObjectName for {{processor}} in JMX is now always using the node id it has been