Re: Global onException clause with RouteBuilders

2012-07-24 Thread Matt Narrell
Perhaps this applies? http://camel.465427.n5.nabble.com/Exception-from-child-route-not-caught-in-parent-onException-td4780851.html#a4781431 -matt On Jul 23, 2012, at 5:16 PM, Matt Narrell wrote: > I have a set of Java DSL RouteBuilders with onException clauses at the > RouteBuilder leve

Global onException clause with RouteBuilders

2012-07-23 Thread Matt Narrell
I have a set of Java DSL RouteBuilders with onException clauses at the RouteBuilder level, and some per individual routes. These are bound to the CamelContext via Spring DSL . Also in the CamelContext is a "global" onException defined. My global onException clause is never executed. Does t

Re: camel-netty psuedo proxy?

2012-04-09 Thread Matt Narrell
https://issues.apache.org/jira/browse/CAMEL-5151 Thanks, mn On Apr 9, 2012, at 5:51 AM, Willem Jiang wrote: > Can you fill a JIRA[1] for it ? > > [1] https://issues.apache.org/jira/browse/CAMEL > > On Fri Apr 6 10:27:25 2012, Matt Narrell wrote: >> This works fine with

Re: camel-netty psuedo proxy?

2012-04-05 Thread Matt Narrell
This works fine with Mina, but chokes with Netty... On Apr 3, 2012, at 4:25 PM, Matt Narrell wrote: > I have a route: > >from("netty:tcp://somewhere:1234?...") > .to("bean:myBean?method=callOut") > > Where the callOut method does several things,

camel-netty psuedo proxy?

2012-04-03 Thread Matt Narrell
I have a route: from("netty:tcp://somewhere:1234?...") .to("bean:myBean?method=callOut") Where the callOut method does several things, followed by a producerTemplate call to another netty endpoint: producerTemplate.sendBody("netty:tcp://somewhereElse:6789...", Exchang

Re: Synchronize within multicast

2012-02-04 Thread Matt Narrell
And/or a seda route with an InOnly ExchangePattern might work. On Feb 3, 2012, at 9:17 AM, Claus Ibsen wrote: > The Wire Tap EIP pattern > > On Fri, Feb 3, 2012 at 5:51 PM, Apache wrote: >> Multicast caller thread still blocks on everything within the multicast >> block. >> Basically I am look

Obtain client IP address from cxfrs:bean

2011-12-27 Thread Matt Narrell
Apache Camel 2.8.3 Apache CXF 2.4.3 Spring 3.1.0-RELEASE JDK 1.6.0_29 Is there configuration I can add to a cxfrs endpoint that allows access to the HttpRequest to obtain the client IP address? Is there some other method to obtain this information? This seemed possible in olde

Camel CXFRS and multiple @QueryParam arguments

2011-12-27 Thread Matt Narrell
Hello all, Suppose I have a method to expose via REST: @GET @Path("/doSomething") public Response doSomething(@QueryParam("foo") String foo, @QueryParam("bar") String bar) {..} Then wired in Spring XML as: Then added to a route as: from("cxfrs:bean:so

Re: cxfEndpoint and cxf:dataBinding

2011-11-09 Thread Matt Narrell
Actually, scratch that. Although[1] is about cxf:binding, it looks like Camel 2.8.2 also resolves cxf:dataBinding. Thanks Willem! -matt [1] https://issues.apache.org/jira/browse/CAMEL-4473 On Nov 9, 2011, at 11:24 AM, Matt Narrell wrote: > Willem, > > I'm asking about >

Re: cxfEndpoint and cxf:dataBinding

2011-11-09 Thread Matt Narrell
yntax. cxf:features Thanks, -matt On Nov 8, 2011, at 5:14 PM, Willem Jiang wrote: > It's a know issue[1], and it is fixed in camel 2.8.2 > > [1] https://issues.apache.org/jira/browse/CAMEL-4473 > > On Wed Nov 9 04:34:46 2011, Matt Narrell wrote: >> Hey, >> >> I&#

cxfEndpoint and cxf:dataBinding

2011-11-08 Thread Matt Narrell
Hey, I'm trying to add a cxf:dataBinding element to my cxf:cxfEndpoint. According to the documentation[1] and the XSD[2] this seems possible, but looking at the code I don't see a DataBinding property. When Spring tries to create the bean, I get this: org.springframework.beans.NotWritablePro