git commit: upgrade camel-rx to use the latest version of rxjava

2013-09-02 Thread jstrachan
Updated Branches: refs/heads/master 0bdf8431d -> d3265079a upgrade camel-rx to use the latest version of rxjava Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d3265079 Tree: http://git-wip-us.apache.org/repos/asf/camel/tr

git commit: avoid possible hang or crash if we try and complete on a component which is not active and hasn't been configured. Also provide an API to lookup components which are active (to avoid forci

2013-08-21 Thread jstrachan
Updated Branches: refs/heads/master a87a8d129 -> 708c4cd87 avoid possible hang or crash if we try and complete on a component which is not active and hasn't been configured. Also provide an API to lookup components which are active (to avoid forcing lazy create) Project: http://git-wip-us.a

git commit: fixes CAMEL-6638 to add a vertx component for working with http://vertx.io/

2013-08-14 Thread jstrachan
Updated Branches: refs/heads/master 68b357d8b -> 7173865d8 fixes CAMEL-6638 to add a vertx component for working with http://vertx.io/ Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7173865d Tree: http://git-wip-us.apache

git commit: improve CAMEL-6394 so we use the correct JSON schema name for the type of the property ; )

2013-07-18 Thread jstrachan
Updated Branches: refs/heads/master 25612791c -> 1d981304a improve CAMEL-6394 so we use the correct JSON schema name for the type of the property ;) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1d981304 Tree: http://gi

git commit: removed redundant close() as we close in the finally block - which avoids a double close() call

2013-07-16 Thread jstrachan
Updated Branches: refs/heads/master fd03dc872 -> 51bdf0996 removed redundant close() as we close in the finally block - which avoids a double close() call Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/51bdf099 Tree: htt

git commit: fix possible NPE exception when running camel 2.12.0 on OpenShift (and other PaaS environments where server socket creation is not allowed)

2013-07-16 Thread jstrachan
Updated Branches: refs/heads/master 2d686b4ae -> fd03dc872 fix possible NPE exception when running camel 2.12.0 on OpenShift (and other PaaS environments where server socket creation is not allowed) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.o

git commit: Added test case to ensure that CAMEL-6394 generates properly formatted JSON which can actually be parsed; and fixed bug in incorrect JSON encoding ; )

2013-07-15 Thread jstrachan
Updated Branches: refs/heads/master 46a9c2b01 -> 4eed66cdf Added test case to ensure that CAMEL-6394 generates properly formatted JSON which can actually be parsed; and fixed bug in incorrect JSON encoding ;) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-u

git commit: added a simple CSV test case for using camel and beanio; using a map rather than explicit bean mapping

2013-07-11 Thread jstrachan
Updated Branches: refs/heads/master 26088b497 -> e42b0b9e5 added a simple CSV test case for using camel and beanio; using a map rather than explicit bean mapping Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e42b0b9e Tr

git commit: expose the component HTML to the CamelContext and the MBean so it can be displayed by tooling

2013-06-09 Thread jstrachan
Updated Branches: refs/heads/master 868a358ad -> 3ec75ec79 expose the component HTML to the CamelContext and the MBean so it can be displayed by tooling Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3ec75ec7 Tree: http:

git commit: fixed findComponents() for in blueprint too (had missed there's 2 OSGi camel context implementations - DOH ; )

2013-06-08 Thread jstrachan
Updated Branches: refs/heads/master 512b0a165 -> d33db16a3 fixed findComponents() for in blueprint too (had missed there's 2 OSGi camel context implementations - DOH ;) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d33d

git commit: search all bundles in the bundleContext for the OSGi version of findComponents()

2013-06-07 Thread jstrachan
Updated Branches: refs/heads/master 5e1a3a3ea -> 3553b95ad search all bundles in the bundleContext for the OSGi version of findComponents() Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3553b95a Tree: http://git-wip-us.a

git commit: add an OSGi specific implementation of the findComponents() helper method on the MBean and on the CamelContext API so that implementations can behave differently (e.g. inside OSGi and outs

2013-06-07 Thread jstrachan
Updated Branches: refs/heads/master 2fe5d2aca -> 5e1a3a3ea add an OSGi specific implementation of the findComponents() helper method on the MBean and on the CamelContext API so that implementations can behave differently (e.g. inside OSGi and outside) Project: http://git-wip-us.apache.org/r

git commit: fixes CAMEL-6394 to add a createParameterJsonSchema() method on ComponentConfiguration along with a componentParameterJsonSchema() method on the MBean; so its easy for tools to enquire wha

2013-05-24 Thread jstrachan
Updated Branches: refs/heads/master 9e31679fc -> 0bd7c3826 fixes CAMEL-6394 to add a createParameterJsonSchema() method on ComponentConfiguration along with a componentParameterJsonSchema() method on the MBean; so its easy for tools to enquire what parameters are available on an endpoint P

git commit: provide an implementation of CAMEL-6391 so that we can use completion when entering the endpoint path values. for example for file components, we can use bash style completion on the avail

2013-05-24 Thread jstrachan
Updated Branches: refs/heads/master ca35a4d7b -> 4cc51e1c6 provide an implementation of CAMEL-6391 so that we can use completion when entering the endpoint path values. for example for file components, we can use bash style completion on the available directory/file names from a karaf comman

svn commit: r1476899 - /camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt/EndpointAnnotationProcessor.java

2013-04-28 Thread jstrachan
Author: jstrachan Date: Mon Apr 29 06:03:32 2013 New Revision: 1476899 URL: http://svn.apache.org/r1476899 Log: ah, rollback the java 7 source as that doesn't work too well on jdk 6 :) Modified: camel/trunk/tooling/apt/src/main/java/org/apache/camel/tool

svn commit: r1476897 - /camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt/EndpointAnnotationProcessor.java

2013-04-28 Thread jstrachan
Author: jstrachan Date: Mon Apr 29 06:00:08 2013 New Revision: 1476897 URL: http://svn.apache.org/r1476897 Log: make the annotation processor more restrictive on the annotations it processes to try help the CI build on jdk 1.6 - thanks Babak! Also used java 7 source only to help further nudge

svn commit: r1470844 - /camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt/EndpointAnnotationProcessor.java

2013-04-23 Thread jstrachan
Author: jstrachan Date: Tue Apr 23 08:22:27 2013 New Revision: 1470844 URL: http://svn.apache.org/r1470844 Log: fixed bug in generated HTML for CAMEL-6304 (we were generating too many close tables :) Modified: camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt

svn commit: r1470842 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/bean/ camel-core/src/main/java/org/apache/camel/component/timer/ components/camel-jms/src/main/java/org/apac

2013-04-23 Thread jstrachan
Author: jstrachan Date: Tue Apr 23 08:02:18 2013 New Revision: 1470842 URL: http://svn.apache.org/r1470842 Log: port a bunch of components to use the new UriEndpointComponent base class for Component implementations which makes use of the new @UriEndpoint / @UriParam annotations to provide

svn commit: r1470838 - in /camel/trunk/tooling/maven/camel-package-maven-plugin: pom.xml src/main/java/org/apache/camel/maven/packaging/EndpointMojo.java src/main/resources/camel-package-maven-plugin.

2013-04-23 Thread jstrachan
Author: jstrachan Date: Tue Apr 23 07:53:38 2013 New Revision: 1470838 URL: http://svn.apache.org/r1470838 Log: added a maven report plugin for endpoint documentation, generated from the @UriEndpoint / @UriParam / @UriParams annotations and javadoc. See CAMEL-6304 Added: camel/trunk

svn commit: r1464879 - /camel/trunk/parent/pom.xml

2013-04-05 Thread jstrachan
Author: jstrachan Date: Fri Apr 5 08:10:28 2013 New Revision: 1464879 URL: http://svn.apache.org/r1464879 Log: upgraded to the latest rxjava release Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev

svn commit: r1457242 - /camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PackageMojo.java

2013-03-16 Thread jstrachan
Author: jstrachan Date: Sat Mar 16 12:23:19 2013 New Revision: 1457242 URL: http://svn.apache.org/r1457242 Log: fixed maven plugin so that it includes the component.properties inside the jar Modified: camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven

svn commit: r1457229 - /camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PackageMojo.java

2013-03-16 Thread jstrachan
Author: jstrachan Date: Sat Mar 16 09:48:13 2013 New Revision: 1457229 URL: http://svn.apache.org/r1457229 Log: fixes CAMEL-6169 so that the camelComponent.properties file is deployed into the maven repository; so folks can easily search for classifier "camelComponent" and extension &

svn commit: r1455850 - /camel/trunk/components/camel-rx/pom.xml

2013-03-13 Thread jstrachan
Author: jstrachan Date: Wed Mar 13 09:39:11 2013 New Revision: 1455850 URL: http://svn.apache.org/r1455850 Log: updated to the latest RxJava release Modified: camel/trunk/components/camel-rx/pom.xml Modified: camel/trunk/components/camel-rx/pom.xml URL: http://svn.apache.org/viewvc/camel

svn commit: r1453234 - in /camel/trunk/components/camel-rx: ./ src/main/java/org/apache/camel/rx/ src/main/java/org/apache/camel/rx/support/ src/test/java/org/apache/camel/rx/

2013-03-06 Thread jstrachan
Author: jstrachan Date: Wed Mar 6 09:26:48 2013 New Revision: 1453234 URL: http://svn.apache.org/r1453234 Log: added the ObservableMessage and ObservableBody helper classes which are Processors and make it easy to embed some RX processing code to handle messages / bodies inside an existing

svn commit: r1452207 - in /camel/trunk/components/camel-rx/src: main/java/org/apache/camel/rx/ReactiveCamel.java main/java/org/apache/camel/rx/support/ProducerObserver.java test/java/org/apache/camel/

2013-03-04 Thread jstrachan
Author: jstrachan Date: Mon Mar 4 08:26:40 2013 New Revision: 1452207 URL: http://svn.apache.org/r1452207 Log: added a helper method for sending events on any Observable to a camel endpoint Added: camel/trunk/components/camel-rx/src/main/java/org/apache/camel/rx/support

svn commit: r1452197 - in /camel/trunk/components/camel-rx/src: main/java/org/apache/camel/rx/ test/java/org/apache/camel/rx/

2013-03-03 Thread jstrachan
Author: jstrachan Date: Mon Mar 4 07:06:12 2013 New Revision: 1452197 URL: http://svn.apache.org/r1452197 Log: added an overloaded version of toObservable() that takes the body type as an argument so that the body of the message can be extracted and processed as an Observable directly for

svn commit: r1452193 - in /camel/trunk/components/camel-rx/src/main/java/org/apache/camel/rx: ReactiveCamel.java package.html

2013-03-03 Thread jstrachan
Author: jstrachan Date: Mon Mar 4 06:22:28 2013 New Revision: 1452193 URL: http://svn.apache.org/r1452193 Log: add link to the RxJava wiki which gives a better overview of what RxJava is about Modified: camel/trunk/components/camel-rx/src/main/java/org/apache/camel/rx/ReactiveCamel.java

svn commit: r1452192 - in /camel/trunk/components: ./ camel-rx/ camel-rx/src/ camel-rx/src/main/ camel-rx/src/main/java/ camel-rx/src/main/java/org/ camel-rx/src/main/java/org/apache/ camel-rx/src/mai

2013-03-03 Thread jstrachan
Author: jstrachan Date: Mon Mar 4 06:19:55 2013 New Revision: 1452192 URL: http://svn.apache.org/r1452192 Log: Initial spike of Camel RX, the Reactive Extensions for Camel using RxJava Added: camel/trunk/components/camel-rx/ camel/trunk/components/camel-rx/pom.xml (with props

svn commit: r1404252 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/apache/camel/spi/ camel-core/src/main/java/org/apache/camel/util/ camel-core/src/te

2012-10-31 Thread jstrachan
Author: jstrachan Date: Wed Oct 31 17:04:13 2012 New Revision: 1404252 URL: http://svn.apache.org/viewvc?rev=1404252&view=rev Log: added a helper method so we can easily discover all the components on the classpath or in the Registry (assuming they all use the camel-package-maven-plugin tha

svn commit: r1404218 - in /camel/trunk: camel-core/ components/ tooling/maven/ tooling/maven/camel-package-maven-plugin/ tooling/maven/camel-package-maven-plugin/src/ tooling/maven/camel-package-maven

2012-10-31 Thread jstrachan
Author: jstrachan Date: Wed Oct 31 16:09:22 2012 New Revision: 1404218 URL: http://svn.apache.org/viewvc?rev=1404218&view=rev Log: added a simple camel maven plugin to generate a META-INF/services/org/apache/camel/component.properties file in each jar which contains a camel component (we c

svn commit: r1400095 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: component/binding/BindingEndpoint.java spi/HasBinding.java

2012-10-19 Thread jstrachan
Author: jstrachan Date: Fri Oct 19 13:39:56 2012 New Revision: 1400095 URL: http://svn.apache.org/viewvc?rev=1400095&view=rev Log: added a little interface so its easy to discover a binding on an endpoint Added: camel/trunk/camel-core/src/main/java/org/apache/camel/spi/HasBinding.

svn commit: r1400030 - /camel/trunk/camel-core/src/main/java/org/apache/camel/processor/binding/DataFormatBinding.java

2012-10-19 Thread jstrachan
Author: jstrachan Date: Fri Oct 19 10:31:20 2012 New Revision: 1400030 URL: http://svn.apache.org/viewvc?rev=1400030&view=rev Log: removed some old cruft Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/processor/binding/DataFormatBinding.java Modified: camel/trunk/c

svn commit: r1400025 - /camel/trunk/camel-core/src/main/java/org/apache/camel/component/binding/BindingComponent.java

2012-10-19 Thread jstrachan
Author: jstrachan Date: Fri Oct 19 10:27:01 2012 New Revision: 1400025 URL: http://svn.apache.org/viewvc?rev=1400025&view=rev Log: fixed typeo Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/component/binding/BindingComponent.java Modified: camel/trunk/camel-core/src/

svn commit: r1400019 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/binding/ camel-core/src/main/java/org/apache/camel/processor/binding/ camel-core/src/main/java/org/apache/ca

2012-10-19 Thread jstrachan
Author: jstrachan Date: Fri Oct 19 10:04:59 2012 New Revision: 1400019 URL: http://svn.apache.org/viewvc?rev=1400019&view=rev Log: initial spike of support for Bindings on camel endpoints. see https://cwiki.apache.org/confluence/display/CAMEL/Binding for more details Added: camel/t

svn commit: r1399664 - in /camel/trunk: parent/ tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/ tooling/archetypes/camel-archetype-blueprint/src/main/resources/arch

2012-10-18 Thread jstrachan
Author: jstrachan Date: Thu Oct 18 13:55:22 2012 New Revision: 1399664 URL: http://svn.apache.org/viewvc?rev=1399664&view=rev Log: added resources plugin to the archetypes to avoid eclipse m2e errors when importing the archetype genearted project Modified: camel/trunk/parent/pom

svn commit: r1390923 - /camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/internal/CamelContextConfig.java

2012-09-27 Thread jstrachan
Author: jstrachan Date: Thu Sep 27 10:12:12 2012 New Revision: 1390923 URL: http://svn.apache.org/viewvc?rev=1390923&view=rev Log: avoid using a weld class directly (used by accident, bad James! :) Modified: camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/inte

svn commit: r1390918 - in /camel/trunk: components/camel-cdi/src/main/java/org/apache/camel/cdi/internal/ examples/camel-example-cdi/ examples/camel-example-cdi/src/test/java/org/apache/camel/example/

2012-09-27 Thread jstrachan
Author: jstrachan Date: Thu Sep 27 10:04:36 2012 New Revision: 1390918 URL: http://svn.apache.org/viewvc?rev=1390918&view=rev Log: split the example integration test into 2 separate tests; one using an embedded @Produces @ContextAware RouteBuilder producer method and another using a sepa

svn commit: r1389294 - /camel/trunk/components/camel-cdi/src/test/java/org/apache/camel/cdi/CamelContextAwareTest.java

2012-09-24 Thread jstrachan
Author: jstrachan Date: Mon Sep 24 11:05:12 2012 New Revision: 1389294 URL: http://svn.apache.org/viewvc?rev=1389294&view=rev Log: avoid unnecessary extra injection point Modified: camel/trunk/components/camel-cdi/src/test/java/org/apache/camel/cdi/CamelContextAwareTest.java Modi

svn commit: r1389291 - in /camel/trunk/tests/camel-itest-cdi: ./ src/main/java/org/apache/camel/itest/cdi/ src/main/java/org/apache/camel/itest/cdi/properties/ src/test/java/org/apache/camel/itest/cdi

2012-09-24 Thread jstrachan
Author: jstrachan Date: Mon Sep 24 11:02:03 2012 New Revision: 1389291 URL: http://svn.apache.org/viewvc?rev=1389291&view=rev Log: re-enabled the IntegrationTest of camel-cdi and moved the properties test into a separate package so its a bit easier to test the two integration test

svn commit: r1381278 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ components/camel-cdi/src/main/java/org/apache/camel/cdi/ components/camel-cdi/src/main/java/org/apache/camel/co

2012-09-05 Thread jstrachan
Author: jstrachan Date: Wed Sep 5 18:15:15 2012 New Revision: 1381278 URL: http://svn.apache.org/viewvc?rev=1381278&view=rev Log: initial implementation of CAMEL-5554 so we can easily reuse XML based route definitions from inside CDI Added: camel/trunk/components/camel-cdi/src/main/

svn commit: r1381224 - in /camel/trunk: components/camel-cdi/src/main/java/org/apache/camel/cdi/ components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/ tests/camel-itest-cdi/src/m

2012-09-05 Thread jstrachan
Author: jstrachan Date: Wed Sep 5 15:24:46 2012 New Revision: 1381224 URL: http://svn.apache.org/viewvc?rev=1381224&view=rev Log: lets go with the more DRY @ContextName("foo") for CAMEL-5566 Modified: camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Co

svn commit: r1381222 - in /camel/trunk: components/camel-cdi/src/main/java/org/apache/camel/cdi/ components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/ examples/camel-example-cdi/

2012-09-05 Thread jstrachan
Author: jstrachan Date: Wed Sep 5 15:17:52 2012 New Revision: 1381222 URL: http://svn.apache.org/viewvc?rev=1381222&view=rev Log: renamed @CamelStartup to @ContextName which seems a bit more general; and means we can use the same annotation to also do injection of CamelContexts too for C

svn commit: r1381216 - /camel/trunk/examples/camel-example-cdi/src/test/java/org/apache/camel/example/cdi/IntegrationTest.java

2012-09-05 Thread jstrachan
Author: jstrachan Date: Wed Sep 5 15:08:00 2012 New Revision: 1381216 URL: http://svn.apache.org/viewvc?rev=1381216&view=rev Log: simplfied integration test using @CamelStartup Modified: camel/trunk/examples/camel-example-cdi/src/test/java/org/apache/camel/example/cdi/IntegrationTest.

svn commit: r1381202 - in /camel/trunk: components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/ tests/camel-itest-cdi/src/main/java/org/apache/camel/itest/cdi/ tests/camel-itest-cd

2012-09-05 Thread jstrachan
Author: jstrachan Date: Wed Sep 5 14:42:52 2012 New Revision: 1381202 URL: http://svn.apache.org/viewvc?rev=1381202&view=rev Log: improved CAMEL-5566 so we can use @CamelStartup on @Produces methods too; for example when reusing a RouteBuilder class multiple times with different configurat

svn commit: r1380796 - /camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/CamelExtension.java

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 18:34:58 2012 New Revision: 1380796 URL: http://svn.apache.org/viewvc?rev=1380796&view=rev Log: removed some old cruft Modified: camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/CamelExtension.java Modified: c

svn commit: r1380791 - in /camel/trunk: components/camel-cdi/ components/camel-cdi/src/main/java/org/apache/camel/cdi/ components/camel-cdi/src/main/java/org/apache/camel/component/cdi/ components/cam

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 18:28:27 2012 New Revision: 1380791 URL: http://svn.apache.org/viewvc?rev=1380791&view=rev Log: added a fix for CAMEL-5566 along the lines of Romain's use of @CamelContextId though preferred the name @CamelStartup which makes it really easy to

svn commit: r1380676 - /camel/trunk/components/camel-cdi/pom.xml

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 14:57:43 2012 New Revision: 1380676 URL: http://svn.apache.org/viewvc?rev=1380676&view=rev Log: removed pertest forking for CAMEL-5447 in the hope we can close the issue now Modified: camel/trunk/components/camel-cdi/pom.xml Modified: camel/t

svn commit: r1380671 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/model: FromDefinition.java SendDefinition.java

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 14:48:31 2012 New Revision: 1380671 URL: http://svn.apache.org/viewvc?rev=1380671&view=rev Log: fixes CAMEL-5565 so that routes created using Endpoints with the JavaDSL have their endpoint URIs visible to JMX and tooling rather than being an anonymous endp

svn commit: r1380649 - in /camel/trunk: components/camel-cdi/ components/camel-cdi/src/main/java/org/apache/camel/cdi/ components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/ examp

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 13:50:42 2012 New Revision: 1380649 URL: http://svn.apache.org/viewvc?rev=1380649&view=rev Log: fixes CAMEL-5560; adds a workaround for @Startup on @ApplicationScoped / @Singleton beans to the CamelExtension to ensure they are eagly started; so that we

svn commit: r1380570 - in /camel/trunk: components/camel-cdi/ components/camel-cdi/src/main/java/org/apache/camel/cdi/ examples/camel-example-cdi/ examples/camel-example-cdi/src/main/java/org/apache/c

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 11:36:36 2012 New Revision: 1380570 URL: http://svn.apache.org/viewvc?rev=1380570&view=rev Log: initial spike of CAMEL-5560 to add CDI support to camel:run Added: camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Main.java (with p

svn commit: r1380504 - in /camel/trunk/examples: ./ camel-example-cdi/ camel-example-cdi/src/ camel-example-cdi/src/data/ camel-example-cdi/src/main/ camel-example-cdi/src/main/java/ camel-example-cdi

2012-09-04 Thread jstrachan
Author: jstrachan Date: Tue Sep 4 09:40:19 2012 New Revision: 1380504 URL: http://svn.apache.org/viewvc?rev=1380504&view=rev Log: added an example of using CDI and camel together and testing routes with CDI and arquillian integration tests for CAMEL-5553 Added: camel/trunk/examples/c

svn commit: r1380279 - in /camel/trunk/components/camel-cdi/src/test/java/org/apache/camel/cdi: ConsumeStubbedEndpointTest.java support/CheeseComponentFactory.java

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 16:00:24 2012 New Revision: 1380279 URL: http://svn.apache.org/viewvc?rev=1380279&view=rev Log: added a CDI sample using CDI to define a new component configuration Added: camel/trunk/components/camel-cdi/src/test/java/org/apache/camel

svn commit: r1380275 - in /camel/trunk/components/camel-cdi/src: main/java/org/apache/camel/cdi/ main/java/org/apache/camel/component/cdi/internal/ test/java/org/apache/camel/cdi/ test/java/org/apache

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 15:45:30 2012 New Revision: 1380275 URL: http://svn.apache.org/viewvc?rev=1380275&view=rev Log: @Mock and @Uri are now qualifiers. Added an example of Endpoint injection via @Named. Also simplified the use of @Inject with camel injection; it now requir

svn commit: r1380255 - /camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Uri.java

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 14:43:48 2012 New Revision: 1380255 URL: http://svn.apache.org/viewvc?rev=1380255&view=rev Log: added better javadoc Modified: camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Uri.java Modified: camel/trunk/components/camel-cdi/src/

svn commit: r1380252 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ components/camel-cdi/ components/camel-cdi/src/main/java/org/apache/camel/cdi/ components/camel-cdi/src/main/jav

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 14:39:42 2012 New Revision: 1380252 URL: http://svn.apache.org/viewvc?rev=1380252&view=rev Log: simplified the code to reuse more existing camel code & ensure more consistent error messages and allowed injection via @Inject @Uri("someURI&

svn commit: r1380222 - /camel/trunk/components/camel-cdi/src/test/java/org/apache/camel/cdi/InjectCamelAnnotationsTest.java

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 12:48:00 2012 New Revision: 1380222 URL: http://svn.apache.org/viewvc?rev=1380222&view=rev Log: minor improvement to also test that the ProducerTemplate injection uses the correct uri Modified: camel/trunk/components/camel-cdi/src/test/java/org/ap

svn commit: r1380220 - in /camel/trunk/components/camel-cdi: ./ src/main/java/org/apache/camel/component/cdi/internal/ src/test/java/org/apache/camel/cdi/ src/test/java/org/apache/camel/cdi/support/

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 12:39:51 2012 New Revision: 1380220 URL: http://svn.apache.org/viewvc?rev=1380220&view=rev Log: fix for CAMEL-5553 so that we can support injection via @EndpointInject and @Produce without any need for @Inject (though we use more usual CDI methods

svn commit: r1380193 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/ components/camel-cdi/src/test/java/o

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 10:39:21 2012 New Revision: 1380193 URL: http://svn.apache.org/viewvc?rev=1380193&view=rev Log: initial spike of supporting naked @Produce annotations on CDI for CAMEL-5553 Added: camel/trunk/components/camel-cdi/src/test/java/org/apache/camel

svn commit: r1380192 - /camel/trunk/components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 10:37:31 2012 New Revision: 1380192 URL: http://svn.apache.org/viewvc?rev=1380192&view=rev Log: allow derived classes to override the use of the default postprocessor (e.g. we'll want to do this in CDI eventually when its all working nicely to avoi

svn commit: r1380183 - in /camel/trunk/components/camel-cdi/src: main/java/org/apache/camel/component/cdi/internal/ test/java/org/apache/camel/cdi/

2012-09-03 Thread jstrachan
Author: jstrachan Date: Mon Sep 3 09:30:51 2012 New Revision: 1380183 URL: http://svn.apache.org/viewvc?rev=1380183&view=rev Log: added support for @Consume for CAMEL-5553 along with supporting @Inject of ProducerTemplate Added: camel/trunk/components/camel-cdi/src/main/java/org/ap

svn commit: r1379449 - in /camel/trunk/components/camel-cdi/src: main/java/org/apache/camel/component/cdi/ main/java/org/apache/camel/component/cdi/internal/ test/java/org/apache/camel/cdi/ test/java/

2012-08-31 Thread jstrachan
Author: jstrachan Date: Fri Aug 31 13:51:50 2012 New Revision: 1379449 URL: http://svn.apache.org/viewvc?rev=1379449&view=rev Log: improved CAMEL-5553 so we can also inject MockEndpoint instances; though we require @Mock as a qualifier unfortunately unless anyone figures out any neater wa

svn commit: r1379437 - in /camel/trunk/components/camel-cdi/src: main/java/org/apache/camel/component/cdi/internal/ test/java/org/apache/camel/cdi/ test/java/org/apache/camel/cdi/support/

2012-08-31 Thread jstrachan
Author: jstrachan Date: Fri Aug 31 13:02:01 2012 New Revision: 1379437 URL: http://svn.apache.org/viewvc?rev=1379437&view=rev Log: initial spike of CAMEL-5553 support for injecting Endpoint instances using @EndpointInject annotation; though there are issues (e.g. no way to inject both Endp

svn commit: r1375936 - /camel/trunk/camel-core/src/main/java/org/apache/camel/management/DefaultManagementStrategy.java

2012-08-22 Thread jstrachan
Author: jstrachan Date: Wed Aug 22 08:11:31 2012 New Revision: 1375936 URL: http://svn.apache.org/viewvc?rev=1375936&view=rev Log: allow eventNotifiers to be added asynchronously to a CamelContext while a context is starting up to avoid the dreaded ConcurrentModificationException being th

svn commit: r1296215 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/stub/ main/resources/META-INF/services/org/apache/camel/component/ test/java/org/apache/camel/component/stub

2012-03-02 Thread jstrachan
Author: jstrachan Date: Fri Mar 2 14:10:03 2012 New Revision: 1296215 URL: http://svn.apache.org/viewvc?rev=1296215&view=rev Log: added a first spike of a stub component for CAMEL-5057 Added: camel/trunk/camel-core/src/main/java/org/apache/camel/component/stub/ camel/trunk/camel-

svn commit: r1207097 - in /camel/trunk/components/camel-web/src/main/webapp/WEB-INF: scalate/error.scaml scalate/layouts/default.scaml web.xml

2011-11-28 Thread jstrachan
Author: jstrachan Date: Mon Nov 28 12:12:10 2011 New Revision: 1207097 URL: http://svn.apache.org/viewvc?rev=1207097&view=rev Log: Fixes CAMEL-4719 so camel-web works better inside WebLogic; avoiding the use of the scalate console unless its present and in debig mode and having a precomp

svn commit: r1076683 - in /camel/trunk/components/camel-web: pom.xml src/main/webapp/WEB-INF/com/

2011-03-03 Thread jstrachan
Author: jstrachan Date: Thu Mar 3 17:03:06 2011 New Revision: 1076683 URL: http://svn.apache.org/viewvc?rev=1076683&view=rev Log: upgraded camel-web to the latest greatest scalate release and removed old templates Removed: camel/trunk/components/camel-web/src/main/webapp/WEB-INF

svn commit: r1075495 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ components/camel-context/ components/camel-context/src/main/java/org/apache/camel/component/context/ components/

2011-02-28 Thread jstrachan
Author: jstrachan Date: Mon Feb 28 19:20:56 2011 New Revision: 1075495 URL: http://svn.apache.org/viewvc?rev=1075495&view=rev Log: fix for CAMEL-3726 to show camel-context working using Spring IoC along with solving a dependency issue with CamelPostProcessorHelper causing eager loading

svn commit: r1073304 - /camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi/OsgiComponentResolver.java

2011-02-22 Thread jstrachan
Author: jstrachan Date: Tue Feb 22 11:56:24 2011 New Revision: 1073304 URL: http://svn.apache.org/viewvc?rev=1073304&view=rev Log: allow CAMEL-3651 and CAMEL-3563 to work in OSGi blueprint too Modified: camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/

svn commit: r1073303 - /camel/trunk/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/BlueprintComponentResolver.java

2011-02-22 Thread jstrachan
Author: jstrachan Date: Tue Feb 22 11:55:49 2011 New Revision: 1073303 URL: http://svn.apache.org/viewvc?rev=1073303&view=rev Log: allow CAMEL-3651 and CAMEL-3563 to work in OSGi blueprint too Modified: camel/trunk/components/camel-blueprint/src/main/java/org/apache/camel/bluep

svn commit: r1069442 - in /camel/trunk/components: ./ camel-context/ camel-context/src/ camel-context/src/main/ camel-context/src/main/java/ camel-context/src/main/java/org/ camel-context/src/main/jav

2011-02-10 Thread jstrachan
Author: jstrachan Date: Thu Feb 10 16:02:09 2011 New Revision: 1069442 URL: http://svn.apache.org/viewvc?rev=1069442&view=rev Log: first spike of a solution for CAMEL-3651 and CAMEL-3563 so that we can turn a CamelContext containing one or more routes into a black box and then refer to

svn commit: r1069440 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultComponentResolver.java

2011-02-10 Thread jstrachan
Author: jstrachan Date: Thu Feb 10 16:00:30 2011 New Revision: 1069440 URL: http://svn.apache.org/viewvc?rev=1069440&view=rev Log: allow the same Camel Type Conversion we support for Endpoints to also work for Components when resolving a component in the registry for CAMEL-3651 and CAMEL-

svn commit: r1068971 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/model: ./ config/ dataformat/ loadbalancer/

2011-02-09 Thread jstrachan
Author: jstrachan Date: Wed Feb 9 16:55:34 2011 New Revision: 1068971 URL: http://svn.apache.org/viewvc?rev=1068971&view=rev Log: removed a bunch more default JAXB default values so that by default we only marshal attributes which are actually configured by hand. this avoids the

svn commit: r1068918 - /camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelEndpointFactoryBean.java

2011-02-09 Thread jstrachan
Author: jstrachan Date: Wed Feb 9 14:47:37 2011 New Revision: 1068918 URL: http://svn.apache.org/viewvc?rev=1068918&view=rev Log: avoid outputting a deprecated attribute when marshalling the XML Modified: camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core

svn commit: r1068904 - /camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelEndpointFactoryBean.java

2011-02-09 Thread jstrachan
Author: jstrachan Date: Wed Feb 9 14:33:12 2011 New Revision: 1068904 URL: http://svn.apache.org/viewvc?rev=1068904&view=rev Log: ensured that the deprecated attribute is optional, not mandatory for the endpoint element Modified: camel/trunk/components/camel-core-xml/src/main/java

svn commit: r1033410 - in /camel/trunk/components/camel-web/src/main/webapp/WEB-INF/org/apache/camel/web/resources: EndpointResource.index.ssp ExchangeResource.index.ssp

2010-11-10 Thread jstrachan
Author: jstrachan Date: Wed Nov 10 10:35:14 2010 New Revision: 1033410 URL: http://svn.apache.org/viewvc?rev=1033410&view=rev Log: fixed up some bad markup, fixing the title of links Modified: camel/trunk/components/camel-web/src/main/webapp/WEB-INF/org/apache/camel/web/resou

svn commit: r1000757 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/util/JAXBContextResolver.java

2010-09-24 Thread jstrachan
Author: jstrachan Date: Fri Sep 24 08:38:42 2010 New Revision: 1000757 URL: http://svn.apache.org/viewvc?rev=1000757&view=rev Log: Added a helper constructor in case folks want to reuse the jaxb resolver with a different set of packages Modified: camel/trunk/components/camel-web/src/

svn commit: r984461 - /camel/trunk/parent/pom.xml

2010-08-11 Thread jstrachan
Author: jstrachan Date: Wed Aug 11 16:20:36 2010 New Revision: 984461 URL: http://svn.apache.org/viewvc?rev=984461&view=rev Log: upgraded to the latest/greatest scala release Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/c

svn commit: r984381 - in /camel/trunk/components/camel-web/src: main/webapp/WEB-INF/com/ main/webapp/WEB-INF/org/ main/webapp/WEB-INF/org/apache/camel/web/resources/ main/webapp/WEB-INF/snippets/ main

2010-08-11 Thread jstrachan
Author: jstrachan Date: Wed Aug 11 11:41:14 2010 New Revision: 984381 URL: http://svn.apache.org/viewvc?rev=984381&view=rev Log: moved the templates inside WEB-INF so they are not visible outside of the web application; fixed up some bad HTML links in a template and fixed a failing test

svn commit: r983723 - in /camel/trunk/components/camel-web/src/main/webapp: WEB-INF/jspf/ com/sun/jersey/server/impl/wadl/WadlResource/ com/sun/jersey/server/impl/wadl/WadlResourceResource/

2010-08-09 Thread jstrachan
Author: jstrachan Date: Mon Aug 9 16:39:28 2010 New Revision: 983723 URL: http://svn.apache.org/viewvc?rev=983723&view=rev Log: zapped some old JSP cruft Removed: camel/trunk/components/camel-web/src/main/webapp/WEB-INF/jspf/ camel/trunk/components/camel-web/src/main/webapp/com

svn commit: r983721 - in /camel/trunk/components/camel-web/src/main/webapp/org/apache/camel/web/resources: CamelContextResource/ ComponentResource/ ComponentsResource/ ConvertersFromResource/ Converte

2010-08-09 Thread jstrachan
Author: jstrachan Date: Mon Aug 9 16:38:55 2010 New Revision: 983721 URL: http://svn.apache.org/viewvc?rev=983721&view=rev Log: zapped some old JSP cruft Removed: camel/trunk/components/camel-web/src/main/webapp/org/apache/camel/web/resources/CamelContextResource/ camel/t

svn commit: r983585 - in /camel/trunk/components/camel-web: pom.xml src/main/webapp/favicon.ico src/test/java/org/apache/camel/web/spring/CamelRouteTest.java

2010-08-09 Thread jstrachan
Author: jstrachan Date: Mon Aug 9 11:07:21 2010 New Revision: 983585 URL: http://svn.apache.org/viewvc?rev=983585&view=rev Log: upgraded Jersey to get nicer stack traces with 404s, fixed up failing test case and added a better favicon.ico Modified: camel/trunk/components/camel-web/pom

svn commit: r983580 - /camel/trunk/components/camel-web/pom.xml

2010-08-09 Thread jstrachan
Author: jstrachan Date: Mon Aug 9 10:54:31 2010 New Revision: 983580 URL: http://svn.apache.org/viewvc?rev=983580&view=rev Log: use http://localhost:8080/ for default context when running with "mvn tomcat:run" Modified: camel/trunk/components/camel-web/pom.xml Modifie

svn commit: r983575 - in /camel/trunk/components/camel-web: ./ src/main/java/org/apache/camel/web/model/ src/main/java/org/apache/camel/web/resources/ src/main/resources/ src/main/webapp/org/apache/ca

2010-08-09 Thread jstrachan
Author: jstrachan Date: Mon Aug 9 10:25:10 2010 New Revision: 983575 URL: http://svn.apache.org/viewvc?rev=983575&view=rev Log: fix for CAMEL-3036 using CAMEL-3035 as a way to make easier endpoint links Modified: camel/trunk/components/camel-web/pom.xml camel/trunk/components/camel

svn commit: r983574 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: impl/DefaultEndpoint.java spi/HasId.java util/EndpointHelper.java

2010-08-09 Thread jstrachan
Author: jstrachan Date: Mon Aug 9 10:24:15 2010 New Revision: 983574 URL: http://svn.apache.org/viewvc?rev=983574&view=rev Log: fix for CAMEL-3035 Added: camel/trunk/camel-core/src/main/java/org/apache/camel/spi/HasId.java Modified: camel/trunk/camel-core/src/main/java/org/apache/c

svn commit: r982998 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Route.java

2010-08-06 Thread jstrachan
Author: jstrachan Date: Fri Aug 6 14:48:55 2010 New Revision: 982998 URL: http://svn.apache.org/viewvc?rev=982998&view=rev Log: major commit - not :) Modified: camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Route.java Modified: camel/trunk/components/camel

svn commit: r982994 - /camel/trunk/camel-core/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.java

2010-08-06 Thread jstrachan
Author: jstrachan Date: Fri Aug 6 14:39:24 2010 New Revision: 982994 URL: http://svn.apache.org/viewvc?rev=982994&view=rev Log: added a little helper method for using in camel web Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.

svn commit: r982979 - /camel/trunk/components/camel-web/pom.xml

2010-08-06 Thread jstrachan
Author: jstrachan Date: Fri Aug 6 14:18:25 2010 New Revision: 982979 URL: http://svn.apache.org/viewvc?rev=982979&view=rev Log: fix old versions of jersey in pom for CAMEL-3028 Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL:

svn commit: r982947 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Route.java

2010-08-06 Thread jstrachan
Author: jstrachan Date: Fri Aug 6 13:16:30 2010 New Revision: 982947 URL: http://svn.apache.org/viewvc?rev=982947&view=rev Log: added helper method Modified: camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Route.java Modified: camel/trunk/components/camel

svn commit: r982898 - /camel/trunk/components/pom.xml

2010-08-06 Thread jstrachan
Author: jstrachan Date: Fri Aug 6 07:35:50 2010 New Revision: 982898 URL: http://svn.apache.org/viewvc?rev=982898&view=rev Log: moved camel-web to be jdk6 only Modified: camel/trunk/components/pom.xml Modified: camel/trunk/components/pom.xml URL: http://svn.apache.org/viewvc/camel/t

svn commit: r982612 - /camel/trunk/components/camel-web/pom.xml

2010-08-05 Thread jstrachan
Author: jstrachan Date: Thu Aug 5 13:30:06 2010 New Revision: 982612 URL: http://svn.apache.org/viewvc?rev=982612&view=rev Log: work around for odd classloader bug in mvn 2.2.1 when executing javadoc/wadl plugins when trying to run "mvn jetty:run" CAMEL-3028 Modified:

svn commit: r982602 - /camel/trunk/components/camel-web/pom.xml

2010-08-05 Thread jstrachan
Author: jstrachan Date: Thu Aug 5 13:12:04 2010 New Revision: 982602 URL: http://svn.apache.org/viewvc?rev=982602&view=rev Log: added the correct temporary snapshot repo for CAMEL-3028 Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml

svn commit: r982599 - /camel/trunk/components/camel-web/pom.xml

2010-08-05 Thread jstrachan
Author: jstrachan Date: Thu Aug 5 13:06:16 2010 New Revision: 982599 URL: http://svn.apache.org/viewvc?rev=982599&view=rev Log: added a temporary snapshot repo for CAMEL-3028 Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL:

svn commit: r962488 - /camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/spi/SpringInjector.java

2010-07-09 Thread jstrachan
Author: jstrachan Date: Fri Jul 9 11:50:24 2010 New Revision: 962488 URL: http://svn.apache.org/viewvc?rev=962488&view=rev Log: expose the application context, so from a CamelContext you can find the ApplicationContext if you need it Modified: camel/trunk/components/camel-spring/src/

svn commit: r961759 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/util/CamelResourceConfig.java

2010-07-08 Thread jstrachan
Author: jstrachan Date: Thu Jul 8 13:16:54 2010 New Revision: 961759 URL: http://svn.apache.org/viewvc?rev=961759&view=rev Log: made it easier to reuse the CamelResourceConfig class, letting you pass in the packages as a constructor Modified: camel/trunk/components/camel-web/src/main/

svn commit: r961755 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/util/CamelResourceConfig.java

2010-07-08 Thread jstrachan
Author: jstrachan Date: Thu Jul 8 13:11:50 2010 New Revision: 961755 URL: http://svn.apache.org/viewvc?rev=961755&view=rev Log: made it easier to reuse the CamelResourceConfig class Modified: camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/util/CamelResourceConfig.

svn commit: r960907 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: model/BeanDefinition.java model/ExpressionNode.java model/FromDefinition.java model/OptionalIdentifiedDefinition.java m

2010-07-06 Thread jstrachan
Author: jstrachan Date: Tue Jul 6 14:47:12 2010 New Revision: 960907 URL: http://svn.apache.org/viewvc?rev=960907&view=rev Log: fix for CAMEL-2913 so we can mark some common properties as being required to help tooling Added: camel/trunk/camel-core/src/main/java/org/apache/camel

svn commit: r960883 - /camel/trunk/camel-core/src/main/java/org/apache/camel/model/DescriptionDefinition.java

2010-07-06 Thread jstrachan
Author: jstrachan Date: Tue Jul 6 12:06:11 2010 New Revision: 960883 URL: http://svn.apache.org/viewvc?rev=960883&view=rev Log: fix for CAMEL-2910 so we can store x,y and width,height locations of nodes in diagrams when visualising or editing routes Modified: camel/trunk/camel-core

svn commit: r959731 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: model/FromDefinition.java model/SendDefinition.java view/GraphSupport.java

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 17:26:41 2010 New Revision: 959731 URL: http://svn.apache.org/viewvc?rev=959731&view=rev Log: fix for CAMEL-2893 so that getUriOrRef will return non-null when there is a URI defined Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/m

svn commit: r959702 - /camel/trunk/components/camel-web/pom.xml

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 15:47:56 2010 New Revision: 959702 URL: http://svn.apache.org/viewvc?rev=959702&view=rev Log: fix for CAMEL-2892 to remove warnings when running tests Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml

svn commit: r959694 - in /camel/trunk/components/camel-web/src/main: java/org/apache/camel/web/resources/RoutesResource.java webapp/org/apache/camel/web/resources/RouteResource/index.jsp

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 15:27:48 2010 New Revision: 959694 URL: http://svn.apache.org/viewvc?rev=959694&view=rev Log: fix for CAMEL-2891 to use a URI template for languages which doesn't clash and preserves extensibility to other representations Modified: camel/trunk/c

  1   2   3   >