XmlSchema generation - duplicated elements

2013-07-18 Thread AlanFoster
Hi all, Just a quick question about the generated Camel XSD to see whether or not it's possible to remove some duplicated elements. For instance with the`onExceptionDefinition` and `aggregateDefinition` complexTypes from the schema http://camel.apache.org/schema/blueprint/camel-blueprint-2.10.0.xs

Xml schema RouteDefinition

2013-06-30 Thread AlanFoster
Hi guys, I'm just wondering if there are any technical reasons why a RouteDefinition is allowed zero to unbounded occurrences of the `from` element; >From the Schema for camel 2.10.0 - .. ..

Re: improving Endpoint documentation and tooling

2013-05-26 Thread AlanFoster
Hi, I've got a quick question about making use of this for tooling. I wonder if there would be such a way of getting access to the endpoint information without trying to instantiate the camel context and such? So that the tooling can be somewhat agnostic of Camel's instantiation process. Current

Re: [DISCUSS] - Moving towards Camel 2.11 release

2013-04-02 Thread AlanFoster
Hi all, Just posting to let you know that Christian Müller mentioned the possibility of CAMEL-6218 being included in the Camel 2.11 release (https://issues.apache.org/jira/browse/CAMEL-6218). There has been a lot of improvements for using the InOut MEP with the JMS component, so it seems fitting

Re: svn.apache.org is dead ?

2012-12-21 Thread AlanFoster
It isn't working for me at home or another computer in the UK -- View this message in context: http://camel.465427.n5.nabble.com/svn-apache-org-is-dead-tp5724470p5724518.html Sent from the Camel Development mailing list archive at Nabble.com.

Updating Developer Documentation

2012-12-16 Thread AlanFoster
Hi all, I have been hoping to contribute to Apache Camel a lot more than I have been doing, but I'm finding it hard to find any documentation on the lower level implementations of camel. For instance the code walk page is pretty bare ( http://camel.apache.org/code-walkthrough.html

Re: [Patch] CAMEL-5643 Allow users to store body and arbitrary headers as text within a datasource

2012-09-26 Thread AlanFoster
Hi again, Just sending a quick question to ask if there is a problem with this patch at all? I understand that there will be a problem with the current checkstyle requirements, as I haven't been able to successfully make it run yet! I'll have to look into this and see why. Are there any other p

[Patch] CAMEL-5643 Allow users to store body and arbitrary headers as text within a datasource

2012-09-23 Thread AlanFoster
Hi, Just letting you know I've added a patch for https://issues.apache.org/jira/browse/CAMEL-5643 I'd appreciate any feedback on it :) Alan -- View this message in context: http://camel.465427.n5.nabble.com/Patch-CAMEL-5643-Allow-users-to-store-body-and-arbitrary-headers-as-text-within-a-dat

CLA Signed

2012-08-31 Thread AlanFoster
Hi I'm just letting you know that I got a CLA signed and confirmed I have created a Wiki account so that I can update the documentation for my recent patches that I've contributed Could someone grant me Editing Karma please? :) Thanks Alan -- View this message in context: http://camel.46542

Patch attempt for CAMEL-5550

2012-08-30 Thread AlanFoster
Hi Could anyone check out my patch for https://issues.apache.org/jira/browse/CAMEL-5550 please :) Thanks Alan -- View this message in context: http://camel.465427.n5.nabble.com/Patch-attempt-for-CAMEL-5550-tp5718436.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: xpath for header

2012-08-28 Thread AlanFoster
Hi Alexey, It is best to ask camel questions to the user's mailing list, this mailing list is for camel development. To answer your question, it most likely isn't working as expected because your xpath isn't a predicate If this isn't the problem and you're getting a stack trace, please post that

Possible patch for CAMEL-5503

2012-08-26 Thread AlanFoster
Hi I have created patch for https://issues.apache.org/jira/browse/CAMEL-5503 This patch allows you apply an XPath expression to a header's value by suppying the header name, ie public void doSomething(@XPath(header = "someHeader", value = "//foo/bar/text()") String someValue) { } I'd appreciate

Patch for Jira 'Better error message when trying to write a null body as file'

2012-08-12 Thread AlanFoster
Hi I've just submitted a patch for 'Better error message when trying to write a null body as file' Link : https://issues.apache.org/jira/browse/CAMEL-5407 It adds support for a new option 'allowNullBody' and also gives a better exception there is a null body and 'allowNullBody' is set to false T