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
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
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:
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
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