Re: How to Maintain Session with CXF?

2014-12-17 Thread billybobbain
I solved this by grabbing the Set-Cookie header coming back from the web service and then adding it as a Cookie header. setHeader headerName=Cookie simple${header.Set-Cookie}/simple /setHeader Maybe there is a better way to do this, but it works for now. -- View this message in

Re: Can't find the BindingOperationInfo with operation name {urn:...}login.

2014-12-16 Thread billybobbain
That was it. Thanks for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Can-t-find-the-BindingOperationInfo-with-operation-name-urn-login-tp5760654p5760783.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to Maintain Session with CXF?

2014-12-16 Thread billybobbain
The service I'm using requires that we login and maintain the session. (Yuck, I know!) I can do this using regular java and CXF, but can't figure out the right way with Camel CXF. This works with Java / CXF. ((BindingProvider)

Waiting for namespace - activemq + blueprint issue

2014-08-28 Thread billybobbain
I had this working outside of blueprint, but want to run in OSGI container. I am pretty new to camel and can't quite figure this one out. [ Blueprint Extender: 1] BlueprintContainerImpl INFO Bundle messaging-blueprint is waiting for namespace handlers

Re: Waiting for namespace - activemq + blueprint issue

2014-08-28 Thread billybobbain
, Aug 28, 2014 at 1:37 PM, billybobbain [hidden email] http://user/SendEmail.jtp?type=nodenode=5755815i=0 wrote: I had this working outside of blueprint, but want to run in OSGI container. I am pretty new to camel and can't quite figure this one out. [ Blueprint Extender: 1