Providing a custom camel component in kubernetes kluster

2020-02-19 Thread Domke, Alexander
Hello everyone, I hope I am right here. What is the right way to provide a custom "self created" camel component in a Kubernetes cluster? The component should then be found when calling kamel run hello.groovy -dev My Camel-K Route: from('MyComponent://foo') .to('mock:result') I currently h

xpath with simple expression

2020-08-21 Thread Domke, Alexander
Hello everybody! I am desperately trying to use the Camel Simple Expression in XPath. Sample: 25 /bookstore/book[price > ${header.Price}]/title Apparently xpath cannot find the "Price" header. All my attempts have failed and I wanted

AW: xpath with simple expression

2020-08-21 Thread Domke, Alexander
om any computer. Thank you. -Messaggio originale----- Da: Domke, Alexander Inviato: venerdì 21 agosto 2020 12:03 A: users@camel.apache.org Oggetto: xpath with simple expression Hello everybody! I am desperately trying to use the Camel Simple Expression in XPath. Sample:

Load a route from Blueprint XML

2022-09-26 Thread Domke, Alexander
Hello all, I am trying to load an external route from a blueprint XML file and it is not working. Has anyone done this before and has a tip for me? I am using camel 3.18.2 and Karaf 4.4.1. My Test Implementation: package testbundle; import java.io.File; import java.nio.file.Files; import org

AW: Load a route from Blueprint XML

2022-09-28 Thread Domke, Alexander
Raymond On Mon, Sep 26, 2022 at 3:51 PM Domke, Alexander wrote: > Hello all, > > I am trying to load an external route from a blueprint XML file and it > is not working. Has anyone done this before and has a tip for me? I am > using camel 3.18.2 and Karaf 4.4.1. > &g