I created a JIRA
https://issues.apache.org/jira/browse/CAMEL-16824
On Mon, Jul 26, 2021 at 7:10 PM Claus Ibsen wrote:
>
> Hi
>
> Yeah lets ensure those headers are not lost. You are welcome to create
> a JIRA ticket.
> Also if you want to provide a fix, then you can for example see how
> camel-my
Hi
Yeah lets ensure those headers are not lost. You are welcome to create
a JIRA ticket.
Also if you want to provide a fix, then you can for example see how
camel-mybatis preservers the headers.
On Fri, Jul 2, 2021 at 7:36 PM Calle Andersson
wrote:
>
> Hi,
>
>
>
> In Camel 3.4, the exchange head
Hi again,
Is there anyone who can confirm if this behaviour is by design or a bug?
Thanks in advance,
Calle
Från: Calle Andersson
Skickat: fredag 2 juli 2021 16:19
Till: users@camel.apache.org
Ämne: Exchange headers disappears when using JPA component
Hi
Hi,
In Camel 3.4, the exchange headers disappears when using the JPA component
(example using Endpoint DSL):
.to(jpa(DummyEntity.class.getName()).persistenceUnit("dummyPU").query("SELECT c
FROM " + DummyEntity.class.getName() + " c"))
I believe the headers dissappears since the exchange pa