Re: Simple Blueprint example

2021-03-22 Thread Michael Oliver
Thanks JB On Mon, Mar 22, 2021, 6:50 PM Jean-Baptiste Onofre wrote: > Hi, > > You can find simple examples here: > > https://github.com/apache/karaf/tree/master/examples/karaf-camel-example < > https://github.com/apache/karaf/tree/master/examples/karaf-camel-example> > > Regards > JB > > > Le 22

Re: How to load all properties from CamelContext

2021-03-22 Thread Claus Ibsen
Hi Ah I took a look and yeah we should make that loadable. I created a ticket https://issues.apache.org/jira/browse/CAMEL-16384 On Mon, Mar 22, 2021 at 3:59 PM Claus Ibsen wrote: > > Hi > > BridgePropertyPlaceholderConfigurer is bridging to Spring, which has > its own way of loading properties.

Re: How to load all properties from CamelContext

2021-03-22 Thread Claus Ibsen
Hi BridgePropertyPlaceholderConfigurer is bridging to Spring, which has its own way of loading properties. Camel doesn't really know how Spring does that. So you can look at the spring api if and how you can get spring to return all its loaded properties. On Fri, Mar 19, 2021 at 1:04 AM Michel

Re: Simple Blueprint example

2021-03-22 Thread Jean-Baptiste Onofre
Hi, You can find simple examples here: https://github.com/apache/karaf/tree/master/examples/karaf-camel-example Regards JB > Le 22 mars 2021 à 09:18, Michael Oliver a écrit : > > Looking for an example Red Hat Fuse bl

Re: Simple Blueprint example

2021-03-22 Thread Claus Ibsen
Hi This is the upstream community for Camel, so we dont provide commercial vendor support or examples on their products. The camel-karaf project (camel on osgi) has its examples here https://github.com/apache/camel-karaf-examples On Mon, Mar 22, 2021 at 9:18 AM Michael Oliver wrote: > > Looking

Simple Blueprint example

2021-03-22 Thread Michael Oliver
Looking for an example Red Hat Fuse blueprint flow that has cxf:rsServer from the Palette to accept a POST JSON and a cxf:rsClient to access a REST exeranl API with the original request and returns the response to the original requester. Example is all I want, thanks. -- -- Michael Oliver +6391

Fwd: cxf-rs blueprint example

2021-03-22 Thread Michael Oliver
I am hoping to use cxf-rs in a Red Hat Fuse route using the cxf-rs server and client but I cannot find a good example. I want the services to be REST accepting JSON, then take the POST request and forward via cxf-rs client to an external REST interface and POST the same JSON and get a JSON respons