Dear community,
I'm trying to install the activemq-camel feature together with Camel 3.0.0. See
following excerpt of commands
karaf@root()> feature:repo-add camel 3.0.0
Adding feature url mvn:org.apache.camel.karaf/apache-camel/3.0.0/xml/features
karaf@root()> feature:install camel
karaf@root()>
gt; mailto:anco...@gmail.com > ha scritto:
>
>
> > > You need to install camel-activemq and not activemq-camel
> >
> > >
> > > Il gio 2 gen 2020, 18:44 Gerald Kallas <
> catsh...@mailbox.org mailto:catsh...@mail
Dear community,
I've set up a blueprint route with an endpoint as following
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
http://camel.apache.org/schema/blueprint";>
While trying to deploy the route the runtime reports an error
Failed to resolve endpoint: activemq://queu
Tx, this solved the problem.
Best
- Gerald
> Claus Ibsen hat am 2. Januar 2020 um 19:35
> geschrieben:
>
>
> Hi
>
> You need to use camel-activemq component which has a different class
> name, the code above seems to be using activemq-camel.
>
> On Thu, Jan 2,
Dear community,
we were using this XML dialect before
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:camel="http://camel.apache.org/schema/spring";
xmlns:prop="http://camel.apache.org/schema/placeholder";
xsi:schemaLocation="http://ca
Dear community,
I've executed following steps at a vanilla karaf 4.2.7
karaf@root()> feature:repo-add hawtio 2.8.0
Adding feature url mvn:io.hawt/hawtio-karaf/2.8.0/xml/features
karaf@root()> feature:repo-add activemq 5.15.11
Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.11/xml/f
Dear community,
I'm using Karaf 4.2.7 with Camel 3.0.0. For calling an external HTTPS resource
I need to configure the truststore for the Camel HTTP component. See my
blueprint route below
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:camel="http://camel.apache.org/schema/blueprint";>
set the trust store, 2. helped with certs that not match the hostname
Best
- Gerald
> Gerald Kallas < catsh...@mailbox.org mailto:catsh...@mailbox.org > hat am
> 5. Januar 2020 um 14:50 geschrieben:
>
>
> Dear community,
>
> I'm using Karaf 4.2.7 wi
Dear community,
I'm using Camel 3.0.0 ant did find the HTTP component only. When would become
the HTTP4 component part of the release?
Best
- Gerald
Dear community,
I'm currently configuring the JMS connection factory within a blueprint XML like
Could this be done in one of the config files in etc folder for the whole
instance of Karaf/Camel?
Any hints are helpful, tx in advance.
Best
- Gerald
Dear community,
I've following snippet
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
...
...
While deploying I'm getting
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute
'ref' is not allowed to appear in element 'marshal'.
In Spring XML of older Camel installation
/apache/camel/model/MarshalDefinition.java#L135
>
> On Mon, Jan 6, 2020 at 10:04 AM Claus Ibsen wrote:
> >
> > Hi
> >
> > Use to refer to a custom data format (eg its custom
> > when its a )
> >
> >
> >
> >
> >
> >
Dear community,
we're starting the use of Camel 3.0.0 inside Karaf 4.2.7.
What is the recommended XML DSL? Spring DSL or Blueprint XML?
When we want to leverage Spring XML, ho to enable the hot deployment inside
Karaf?
Many thanks in advance for comments and hints.
Best
- Gerald
mel 3. And on 2.x its
> deprecated, and is NOT recommended at all (spring-dm is dead).
> Use only blueprint xml.
>
>
>
>
> On Mon, Jan 6, 2020 at 10:37 AM Gerald Kallas wrote:
> >
> > Dear community,
> >
> > we're starting the use of Camel 3.0.0 ins
Dear community,
I've following snippet ..
[{"name":"Wonderland","surname":"Alice"}]
The body comes from a jsonpath expression earlier. I've just stripped it to the
essentials.
Is it possible to access inside a Camel Velocity component template to the
attribute values for name and surname?
M
d.
>
> You have a full JMS example in Karaf distribution:
>
> https://github.com/apache/karaf/blob/master/examples/karaf-jms-example/karaf-jms-example-features/src/main/feature/feature.xml#L35
>
> Regards
> JB
>
> On 06/01/2020 09:24, Gerald Kallas wrote:
> > Dear c
>
> You have to check if you have both JMS version in there.
>
> Regards
> JB
>
> On 06/01/2020 13:12, Gerald Kallas wrote:
> > Thanks, JB.
> >
> > I tried these commands ..
> >
> > karaf@root()> feature:repo-add hawtio 2.8.0
> > Addi
rieben:
>
>
> Might want to read up on Velocity user guide, then
> https://velocity.apache.org/engine/2.1/user-guide.html#property-lookup-rules
>
> On Tue, Jan 7, 2020 at 1:48 PM Gerald Kallas - mailbox.org
> wrote:
> >
> > Tx for the reply. I tried this alre
tps://camel.apache.org/manual/latest/json.html as well as the
> signature of DataFormatClause#json
>
> On Tue, Jan 7, 2020, 15:09 Gerald Kallas < catsh...@mailbox.org
> mailto:catsh...@mailbox.org > wrote:
>
>
> > > Tx, Mantas.
> >
&
help.
Best
- Gerald
> Gerald Kallas < catsh...@mailbox.org mailto:catsh...@mailbox.org > hat am
> 7. Januar 2020 um 19:56 geschrieben:
>
>
> Thanks Mantas.
>
> I tried it out, my route is ..
>
>
>
Dear community,
I've following snippet
$.consumer[*]
...
${in.body}
As I made the experience the lifetime of an exchange property is limited to
inside the split boundaries.
Is there an other way (except a custom aggregation strategy) to define a
context wide variable?
Best
- Gerald
Dear community,
I'm going to write a custom aggregation strategy with Camel 3.0.0 with imports
like
import org.apache.camel.Exchange;
import org.apache.camel.processor.aggregate.AggregationStrategy;
(worked for 2.15)
As Camel 3.0.0 has been refactored, in which package can I find these 2 classe
t
- Gerald
> Claus Ibsen hat am 9. Januar 2020 um 13:15
> geschrieben:
>
>
> Hi
>
> You can use claim check EIP or use a custom aggregation strategy with
> your splitter to tell Camel what data to merge as the result of the
> splitter.
>
> On Thu, Jan 9, 2020 at
l such as use-latest you can use.
>
> org.apache.camel.builder.AggregationStrategies#useLatest
>
>
> On Thu, Jan 9, 2020 at 3:24 PM Gerald Kallas wrote:
> >
> > Hi Claus, tx for the response.
> >
> > I tried the claim check EIP like
Dear community,
I'm going to setup a vanilla karaf / activemq / camel3 installation with the
following commands
karaf@root()> feature:repo-add hawtio 2.8.0
Adding feature url mvn:io.hawt/hawtio-karaf/2.8.0/xml/features
karaf@root()> feature:repo-add activemq 5.15.11
Adding feature url mvn:org.ap
er-noweb
> feature:install camel-blueprint
> feature:install camel-jms
> feature:install jms
>
> I don't have any issue so far (activemq:bstat is fine with an unique
> broker).
>
> Regards
> JB
>
> On 12/01/2020 15:57, Gerald Kallas wrote:
> > Dear comm
rsion (it should work
> without change with JDK8).
>
> Do you use JAXB from JDK or from bundle ?
>
> Regards
> JB
>
> On 12/01/2020 19:06, Gerald Kallas wrote:
> > Tx JB.
> >
> > I did the same steps as you provided. Afterwards I created a
some details/helps, don't hesitate to ping me directly.
>
> Regards
> JB
>
> On 13/01/2020 07:01, Gerald Kallas - mailbox.org wrote:
> > Hi JB,
> >
> > tx for the comprehensive reply.
> >
> > Within the Camel documentation I read that the activemq
Dear community,
I've following Blueprint DSL snippet inside Camel 3.0.0 ..
..
${body.class()} contains 'GroupedExchangeList'
..
The first log message is been written like ..
body class: class
org.apache.camel.processor.aggregate.AbstractListAggregationStrategy$GroupedExchangeList
The s
Dear community,
I'm trying to configure a Camel 3.0.0 Blueprint DSL route with an unzip
processor.
Here
https://camel.apache.org/components/latest/zipdeflater-dataformat.html
are examples contained based on Java DSL. I'm struggling with the right syntax
for unzip inside a Blueprint DSL route.
Dear community,
I'm using Camel 3.0.0 and have following snippet ..
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
...
While deploying I'm getting the following error
org.osgi.service.blueprint.container.ComponentDefinitionException: Name
bridgePropertyPlaceholder is already instanciated as
Thanks Claus.
I tried the Property Placeholder as described here
https://camel.apache.org/manual/latest/using-propertyplaceholder.html
It works.
Sent by my mobile device
- Gerald Kallas
> Claus Ibsen hat am 28. Januar 2020 22:45 geschrieben:
>
>
> Hi
>
> You should NO
Dear community,
I did setup a docker container for Camel/Karaf based on a pre-configured
runtime. Finally I want to instantiate the container on a system with no
internet access.
I'm getting a lot of maven connectivity errors at startup depite all features
are installed and working.
Ho can I
Dear community,
I'm going to install Camel 3.0.1 within the new Karaf 4.2.8.
While executing
feature:install camel-jsonpath
I'm getting an error
org.osgi.service.blueprint.container.ComponentDefinitionException:
java.lang.NoClassDefFoundError: org/objectweb/asm/commons/AdviceAdapter
several
Dear community,
I'm going to access some camel-jetty driven consumer endpoints and getting a
SSL_ERROR_NO_CYPHER_OVERLAP
error. The web console nevertheless is working well.
Any hints are appreciated.
That's the jetty.xml section
https
e Onofré hat am 3. Februar 2020 05:57
> geschrieben:
>
>
> Hi,
>
> do you have bouncycastle installed ?
>
> Regards
> JB
>
> On 03/02/2020 00:29, Gerald Kallas wrote:
> > Dear community,
> >
> > I'm going to
Seems that the fallback to TLSv1.2 isn't possible
So, where is the place to enable TLSv1.2 for camel-jetty?
Best
- Gerald
> Gerald Kallas hat am 3. Februar 2020 09:00 geschrieben:
>
>
> Thanks JB,
>
> I did not install bouncycastle.
>
> I did install camel-jet
eProtocols value?
Best
- Gerald
> Gerald Kallas hat am 3. Februar 2020 09:46 geschrieben:
>
>
> Tested with cURL
>
> curl --insecure -v https://host:8443/say/hello
> * Trying 10.0.0.147...
> * TCP_NODELAY set
> * Connected to host (10.0.0.147) port 8443 (#0)
>
at am 3. Februar 2020 13:04
> geschrieben:
>
>
> Hi,
>
> By default, camel-jetty create a new connector: it doesn't use the one
> provided by pax-web. If you want to "plug" into the pax-web jetty
> connector, you have to use camel-servlet.
>
> came
; Hi,
>
> By default, camel-jetty create a new connector: it doesn't use the one
> provided by pax-web. If you want to "plug" into the pax-web jetty
> connector, you have to use camel-servlet.
>
> camel-jetty fully creates a new jetty connector, so the TLS
> con
{"text": "Hello World"}
application/json
{"text": "Bye World"}
Dear community,
I've following REST API (see below).
Is it possible to call the endpoint with a special URI to retrieve the Swagger
file from the Blueprint defintion?
Best
- Gerald
Configuration XML ..
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
Dear community,
I've following REST API (see below).
How can I add a Basic Authentication to the REST API in Blueprint DSL? Any
hints are highly welcome.
Best
- Gerald
Configuration XML ..
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
rection de l’assistance et des technologies
> Direction des ressources informationnelles
>
> Société d’habitation du Québec
> Édifice Marie-Guyart
> 1054, rue Louis-Alexandre-Taschereau
> Aile Jacques-Parizeau, 1er étage
> Québec (Québec) G1R 5E7
> Téléphone : 418 643-4035,
Dear community,
with some help from your folks here I've created a Camel Servlet based REST API
(see below).
The next step will be to add HTTP Basic Authentication (filter) to protect the
Servlet Endpoint (API). I did a lot of research but wasn't able to find
anything that helps.
So my questi
Dear community,
I'm going to create a REST API with camel-jetty.
I wonder where I could find a proper example to configure the camel-jetty
endpoint with alls the basic stuff (HTTPS port etc.) and especially
1. TLS protocols included/excluded
2. Cipher Suites included/excluded
3. Basic Authentic
Dear community,
I want to configure HTTP(S) consumers with following requirements
1. TLS/SSL support (central configuration possible)
2. Multiple endpoints on same port in different Camel Contexts
3. Basic Auth configurable
4. Further Auth options (optional)
It should be easily to be configured.
Dear community,
I tried to configure the Jetty global configuration for camel-jetty as
described here
https://camel.apache.org/components/latest/jetty-component.html
(Section Configuring general SSL properties) with following Blueprint DSL
http://www.osgi.org/xmlns/blueprint/v1.0.0";
x
Using org.apache.camel.component.jetty.JettyHttpComponent9
doesn't help either, getting a
org.apache.camel.component.jetty.JettyHttpComponent9 not found by
org.apache.camel.camel-jetty-common
Best
- Gerald
> Gerald Kallas hat am 8. Februar 2020 17:02 geschrieben:
>
>
&g
Hi everybody,
after several research I did create the following Blueprint DSL route that
still fails with a TLS handshake failure.
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.osgi.org/xmlns/blu
ns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";>
http://camel.apache.org/schema/blueprint";>
https://0.0.0.0:8444/hello?sslContextParameters=#sslContextParameters";
/>
Dear community,
I've created a processor for Camel 2 that works fine. See the Java Code Snippet
...
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.ProducerTemplate;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
p
My fault. The endpoint defaultEndpoint="activemq:NAMES" didn't exist (activemq).
> Gerald Kallas hat am 21. Februar 2020 12:31
> geschrieben:
>
>
> Dear community,
>
> I've created a processor for Camel 2 that works fine. See t
I've tried to install the camel-groovy feature but after installing all other
stuff that one fails
karaf@root()> feature:install camel-groovy
Error executing command: Error:
Error downloading mvn:org.codehaus.groovy/groovy/2.5.8
Error downloading mvn:org.apache.camel/camel-groovy/
Found the reason.
org.ops4j.pax.url.mvn.cfg
This one
org.ops4j.pax.url.mvn.repositories= \
http://repo1.maven.org/maven2@id=central, \
...
must be changed to
org.ops4j.pax.url.mvn.repositories= \
https://repo1.maven.org/maven2@id=central, \
...
> Gerald Kallas hat am
I tried to upgrade from Karaf 4.2.7 w/ Camel 3.0.1 towards Karaf 4.2.7 w/ Camel
3.1.0.
While executing these commands
karaf@root()> feature:repo-add hawtio 2.9.1
Adding feature url mvn:io.hawt/hawtio-karaf/2.9.1/xml/features
karaf@root()> feature:repo-add activemq 5.15.11
Adding feature url mvn
.
>
> Regards
> JB
>
> > Le 28 févr. 2020 à 16:40, Gerald Kallas a écrit :
> >
> > I tried to upgrade from Karaf 4.2.7 w/ Camel 3.0.1 towards Karaf 4.2.7 w/
> > Camel 3.1.0.
> >
> > While executing these commands
> >
> >
> > kar
Done.
https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14629
> Andrea Cosentino hat am 28. Februar 2020 17:19
> geschrieben:
>
>
> Can you please report this on the Camel JIRA?
>
> Just reproduced.
>
> Il giorno ven 28 feb 2020 alle ore 17:15
Dear community,
I've following route
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
http://camel.apache.org/schema/blueprint";>
When I'm sending
Dear community,
the directory {karaf.home}/data/tmp/camel increases over time. Where is this
directory for and how can be avoided the constant increase of data in there?
Best
- Gerald
Dear community,
we want to read with an embedded Groovy script the first line of a (large)
file, but in streaming mode. Means that we don't want to process the whole file
but only pick up the first line and stop.
Any hints are really appreciated. Thanks
- Gerald
Dear community,
I've configured a route as following snippet (following the documentation
https://camel.apache.org/components/latest/jetty-component.html)
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http:
etty feature uses the jetty version provided by pax-web/karaf, so the
> documentation is not maybe correct for 9.4.22/27.
>
> Regards
> JB
>
> > Le 4 avr. 2020 à 10:08, Gerald Kallas a écrit :
> >
> > Dear community,
> >
> > I've configured a
provided by pax-web/karaf, so the
> documentation is not maybe correct for 9.4.22/27.
>
> Regards
> JB
>
> > Le 4 avr. 2020 à 10:08, Gerald Kallas a écrit :
> >
> > Dear community,
> >
> > I've configured a route as following snippet (following the
Dear community,
is it possible to filter a message by JSONPath als the following snippet?
$.names
Many thanks in advance
- Gerald
Found it ..
...
$.surnames
> Gerald Kallas hat a
Dear community,
while connecting to a salesforce instance I'm getting an error
java.lang.RuntimeException:
org.apache.camel.component.salesforce.api.SalesforceException: Unexpected login
error: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to fin
ries to pick up the cacerts file in your jre folder.
>
> Cheers
> Reji
>
> On Mon, Apr 20, 2020 at 7:38 PM Gerald Kallas wrote:
>
> > Dear community,
> >
> > while connecting to a salesforce instance I'm getting an error
> >
> > java.
Dear community,
is it possible to split the following Blueprint DSL in 2 ones
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
I'm working with Camel 3.0.1.
When defining
as documented I'm getting an error
org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to
load class org.apache.camel.proce
Hi all,
I've following route. The doCatch should do some specific stuff in case of an
error, followed by a general execption thrown for hitting the error handler.
I'd expect that in case of an error the message would be sent to the DLQ but
this doesn't happen.
What I'm doing wrong here? Tx for
Hi Claus,
tx for the reply.
I already thought about direct send to the DLQ.
When I'm going to use a file consumer with a failure directory configured eg
http://www.osgi.org/xmlns/blueprint/v1.0.0";
> >
> > xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";
> >
Hi all,
I've following route
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0
https:
Hi all,
I've enabled the DEBUG mode for an error investigation of the camel-salesforce
component.
The error finally is shown in the log as
2020-04-23T09:42:11,711 | DEBUG | SalesforceHttpClient@4e186e77-171 |
HttpReceiver | 223 - org.eclipse.jetty.util -
9.4.20.v20190813 |
Hi all,
I've a route that calls an endpoint with NTLM auth. It works pretty when
calling the route on a HTTP consumer.
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint
Dear community,
I'd like to share some experience I made with camel-jetty basic authentication.
The use case is to have
- multiple camel contexts w/ a camel route each
- a camel-jetty consumer in each route listening on same port but on a
different path
- a straightforward securityHandler confi
Dear community,
I'm using in one Blueprint DSL file
Dear community,
as camel-jetty underpinning securityHandler seems to lack of re-usability
(https://issues.apache.org/jira/browse/KARAF-6700,https://issues.apache.org/jira/browse/CAMEL-15000)
I'm going to setup a http consumer based on camel-servlet following
https://camel.apache.org/components/
Hi all,
I was reading in the migration documentation
"We have removed all deprecated components from Camel 2.x, including the old
camel-http, camel-hdfs, camel-mina, camel-mongodb, camel-netty,
camel-netty-http, camel-quartz, camel-restlet and camel-rx components."
Does that mean that camel-ne
.
>
> The only difference I see is that in my case I am not using the
> ‘httpRegistry'; try removing that part.
>
>
> Best regards,
> Alex soto
>
>
>
>
>
> > On May 14, 2020, at 12:21 PM, Gerald Kallas wrote:
> > Thanks Alex.
> >
>
org/manual/latest/#_security_2
> <https://karaf.apache.org/manual/latest/#_security_2>
>
>
> The 'security.constraint.1.* entries' in your file
> 'org.ops4j.pax.web.context-admin.cfg’ define the permissions for each route,
> just need to add new ones replaci
t; Also, what is in your 'etc/jetty.xml’ and ‘etc/org.ops4j.pax.web.cfg’ files ?
>
>
> Best regards,
> Alex soto
>
>
>
>
>
> > On May 15, 2020, at 11:22 AM, Gerald Kallas wrote:
> > Hi Alex,
> >
> > yes, I'm passing the HTTP &quo
teboard/src/main/java/com/packt/internal/Activator.java
> >
> > regards, Achim
> >
> >
> > Am Fr., 15. Mai 2020 um 21:06 Uhr schrieb Alex Soto :
> >
> > > I’m sorry, I don’t know why it's not working; it looks correct to me.
> > > M
And .. is there a way in the servlet approach with Jetty to have multiple
properties files for users and roles (eg 1 per servlet)?
-- Ursprüngliche Nachricht --
Von: Gerald Kallas
An: Grzegorz Grzybek , users@camel.apache.org
Datum: 18. Mai 2020 23:39
Betreff: Re: Basic
le of Jira to deal with that easily:
>
> https://issues.apache.org/jira/browse/KARAF-6632
>
> I will focus on web improvements for 4.2.10 and 4.3.0.RC2.
>
> Regards
> JB
>
>
>
> > Le 18 mai 2020 à 23:39, Gerald Kallas a écrit :
> > Hi Grzegorz,
> >
> >
Hi all,
is it possible to add/remove users and roles inside a Camel route (Blueprint
DSL) or at least w/ a piece of Java code inside a bean?
Thanks in advance for any hints
- Gerald
t; JAAS doesn’t provide anything about that. That’s why in Karaf we have the
> "backend" service attached to some login modules.
> In your Camel route, you can interact with these services (as the jaas:*
> commands do in Karaf).
>
> Regards
> JB
>
>
Hi all,
is there a way to execute OSGi CLI commands directly from a Camel route?
Best
- Gerald
Hi all,
I've the following script (inside the container)
-rwxr-xr-x 1 casisp casisp 103 May 22 22:58 user-add
/opt/apache-karaf/bin/client "jaas:realm-manage --index 1; jaas:user-add user1
password1; jaas:update"
When I'm calling it from the command line directly it works.
Inside a route (see
Dear all,
I've setup an (finally offline) instance w/ Karaf 4.2.9 and Camel 3.4.0. The
ActiveMQ instance doesn't start, I'm getting an error as below.
The problem still persist (I did experience this one earlier).
Should I create a JIRA ticket for?
Best
- Gerald
2020-06-24T09:21:18,140 | ERRO
Dear all,
while executing camel-velocity templates I'm getting
deprecation | 207 - org.apache.velocity.engine-core - 2.1.0 | configuration key
'class.resource.loader.class' has been deprecated in favor of
'resource.loader.class.class'
deprecation | 207 - org.apache.velocity.engine-core - 2.1.0
Dear all,
I've setup Camel 3.4.0 and want to consume from a Kafka topic. My route looks
like
http://www.osgi.org/xmlns/blueprint/v1.0.0";>
http://camel.apache.org/schema/blueprint";
streamCache="true">
dyear/ApacheKarafCookbook/blob/master/chapter4/chapter4-recipe4/chapter4-recipe4-whiteboard/src/main/java/com/packt/internal/Activator.java
> >
> > regards, Achim
> >
> >
> > Am Fr., 15. Mai 2020 um 21:06 Uhr schrieb Alex Soto > >:
> >
> > > I’m sorr
I tested the combination Karaf 4.2.8 and Camel 3.3.0, with this the workaround
works as expected. Seems that Jetty has been updated in Karaf 4.2.9?
(The combination Karaf 4.2.8 and Camel 3.4.0 doesn't work due to other issues.)
> Gerald Kallas hat am 28.06.2020 18:12 geschrieben:
>
org.apache.avro.*). Maybe Avro optional
> import is required in your case (even if Kafka-clients doesn’t define the
> dependency explicitly).
>
> Regards
> JB
>
> > Le 27 juin 2020 à 09:45, Gerald Kallas a écrit :
> >
> > Dear all,
> >
> > I
.@nanthrax.net>> ha scritto:
> > Hi,
> >
> > Yes Karaf 4.2.9 upgraded to Pax Web 7.2.15 and Jetty 9.4.28.v20200408.
> >
> > Can you please send a private message about issues you have with Karaf
> > 4.2.9 and Camel 3.4.0 (as I’m working on camel karaf fo
Hi all,
is there a way to set a specific offset when starting a camel-kafka consumer?
Thanks in advance
- Gerald
Thanks Vikas.
Is there a way to specify a dedicated offset timestamp?
Best
- Gerald
> Vikas Jaiswal hat am 01.07.2020 03:06 geschrieben:
>
>
> seekTo allows you to specify 'beginning' or 'end'.
>
> Regards,
> Vikas
>
> -Original M
Hi folks,
I was trying to setup a Blueprint route with undertow. In the documentation I
saw
"The following components is no longer supported in OSGi and has been removed
from the Camel Karaf features file: camel-undertow, ... ."
Does that finally mean that undertow could no longer be used in C
;
>
> Hello,
>
> Yes. The reason is here: https://issues.apache.org/jira/browse/CAMEL-14939
>
> From 2.1.0 they won't support OSGi anymore and more and more third party
> libraries are doing the same thing.
>
> Il giorno mar 4 ago 2020 alle ore 12:04 Gerald Kallas
1 - 100 of 166 matches
Mail list logo