Re: WebSockets and request parameters

2016-03-20 Thread Deven Phillips
completed soon. Cheers, Deven On Thu, Mar 17, 2016 at 8:09 AM, Deven Phillips <deven.phill...@gmail.com> wrote: > Claus, > > Thanks for the information... I will get in there and try to get it > done this weekend. > > Cheers, > > Deven > > On Thu,

Re: WebSockets and request parameters

2016-03-19 Thread Deven Phillips
websocket > camel-ahc-ws > amel-atmosphere-websocket > > > > On Tue, Mar 15, 2016 at 6:23 PM, Deven Phillips > <deven.phill...@gmail.com> wrote: > > Hi all, > > > >We are using WebSockets for some our inter-service communications and > I > &

WebSockets and request parameters

2016-03-15 Thread Deven Phillips
Hi all, We are using WebSockets for some our inter-service communications and I am working to replace some legacy code with some Camel routes, but I am running into a problem of needs some functionality which is not currently present in Camel. The 2 main features I am looking for and I am

Multiple Optional Authentication Flows On REST Service Endpoint

2016-01-20 Thread Deven Phillips
a Bearer token I think I see how to implement client cert authentication using options for Jetty, but I am unsure if/how to make it optional. Anyone have any thoughts? Thanks in advance! Deven Phillips

Re: Camel User Interface

2014-09-12 Thread Deven Phillips
Talend Open Studio for Data Mediation also has a graphical Camel Route builder which is free and open source. On Thu, Sep 11, 2014 at 2:25 PM, jgcorne james.corn...@gmail.com wrote: Claus, Thanks for the feedback! Jimmy -- View this message in context:

Re: Camel Websocket Endpoint Example with Connection Key

2014-09-04 Thread Deven Phillips
Use the source, Sharad! :P Anyhow, if you look at: https://github.com/apache/camel/blob/master/components/camel-websocket/src/main/java/org/apache/camel/component/websocket/WebsocketProducer.java#L49 You will see that the connection key is a constant value and therefore cannot be set. Deven

Re: Problems with jsonpath???

2014-08-28 Thread Deven Phillips
does not look correct jsonpath($(@.kind == 'full'). I think that it should be .jsonpath($.@.kind == 'full') On Thu, Aug 28, 2014 at 5:03 AM, Deven Phillips deven.phill...@gmail.com wrote: Hi all, As an example, I was using a simple JSON document: { kind: full, type

Re: Problems with jsonpath???

2014-08-28 Thread Deven Phillips
/#!topic/jsonpath/MUNwbQ2UjTk Unfortunately their code didn't cover this test case ;-) On Thu, Aug 28, 2014 at 11:57 AM, Deven Phillips deven.phill...@gmail.com wrote: I tried that and I get: com.jayway.jsonpath.PathNotFoundException: Path '@' not found in the current context

Problems with jsonpath???

2014-08-27 Thread Deven Phillips
() .javaScript(JSON.parse(request.body).kind.toLowerCase() == 'full') .log(LoggingLevel.INFO, Full Update) .otherwise() .log(LoggingLevel.INFO, Patch/Put); Any ideas as to why the jsonpath method is not working? Thanks in advance! Deven

WebSocket Jetty on the same port at the same time?

2014-08-26 Thread Deven Phillips
I have seen some discussions elsewhere, but I was hoping I could get a definitive answer here: Is it possible to have a camel-websocket endpoint listening with a URL like: websocket://localhost:2080/replication AND also have a camel-jetty endpoint listening with a URL like: