Re: Suspending/resuming routes via a policy not reflected in JMX

2012-07-08 Thread Claus Ibsen
On Mon, Jul 9, 2012 at 8:02 AM, mattg wrote: > I've created a RoutePolicy which extends RoutePolicySupport for throttling > some routes. I've noticed that when routes are suspended or resumed by > RoutePolicySupport.startConsumer and RoutePolicySupport.stopConsumer the > status is incorrect when I

Suspending/resuming routes via a policy not reflected in JMX

2012-07-08 Thread mattg
I've created a RoutePolicy which extends RoutePolicySupport for throttling some routes. I've noticed that when routes are suspended or resumed by RoutePolicySupport.startConsumer and RoutePolicySupport.stopConsumer the status is incorrect when I look it up using JMX. I.e. if I call RoutePolicySuppo

Re: Attributes from RouteBuilder as beans in route

2012-07-08 Thread Hilde
Hello Claus! Thanks for your hint but the routes are defined in the blueprint.xml and there is also the camel context defined. Please see the following code snippet from the blueprint.xml: ... Furthermore my test method in its test class that is extended by the super cla

cxf endpoint with 2004/08 ws-addressing

2012-07-08 Thread gusto2
Hello all, I have a question - we need to address a web service requiring WS-Addressing. By default, I would use following cxf endpoint: the problem is, that this way the CXF framework uses WSA using namespace http://www.w3.org/2005/08/addressing, but required is http://schemas.xmlsoap.org/ws/20

initialize camelContext properties

2012-07-08 Thread alexey-s
Hi I read "Using proxy settings outside of URI" in http://camel.apache.org/http4.html I read "Using Blueprint property placeholder with Camel routes" in http://camel.apache.org/properties.html But I have not found a real example of the settings camelContext properties from blu

looping http fetches of paginated data

2012-07-08 Thread Bob Jolliffe
I've got a problem which I can't quite figure out how to solve. I want to configure a route which fetches xml data (representing health facilities) from a repository using a REST http get, transform the data and load into another system. Typically triggered from a quartz endpoint running every 24

Re: Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-08 Thread Christian Müller
I will have a look into it for Camel 2.11. There are some other outstanding tickets for camel-smpp where I plan to work on. Best, Christian On Sun, Jul 8, 2012 at 7:47 AM, Claus Ibsen wrote: > Hi > > Can you create a JIRA ticket. We should maybe allow people to configure > this. > > > On Thu, J

AW: IdempotentRepository

2012-07-08 Thread Christian Lipp
For repository contains() is called for directories and files, while add() is called only for files. But it is much easier to use filter instead of repository as you recommended, so I switched to filter. However the original problem is still there: I mark directories as processed, since these c