Re: Issues by using Camel Report Maven Plugin 3.21.x

2023-11-23 Thread Aurélien Pupier
Hello,

this is a relatively classical issue with Maven 3.9.x:
see https://github.com/quarkusio/quarkus/issues/31011 or
https://help.mulesoft.com/s/article/Issues-with-Maven-3-9-0-when-deploying


On Wed, Nov 22, 2023 at 7:06 PM Claus Ibsen  wrote:

> Hi
>
> No we have not seen this. You are welcome to investigate. And can you with
> an older Maven version.
>
> On Wed, Nov 22, 2023 at 5:59 PM Esslinger, Michael <
> michael.esslin...@barmer.de> wrote:
>
> > Hi,
> >
> > has anybody used the Camel Report Maven Plugin version 3.21.x with the
> > Maven Version 3.9.2 and got the following ERROR:
> >
> > [ERROR] Failed to execute goal
> > org.apache.camel:camel-report-maven-plugin:3.21.2:validate (default) on
> > project xxx: Execution default of goal
> > org.apache.camel:camel-report-maven-plugin:3.21.2:validate failed: A
> > required class was missing while executing
> > org.apache.camel:camel-report-maven-plugin:3.21.2:validate:
> > org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
> >
> > Any ideas of how to fix that?
> >
> > Regards
> > Michael
> >
> >
>
> --
> Claus Ibsen
> -
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


Re: Camel 4.6 issue

2024-08-26 Thread Aurélien Pupier
Hello,

this parameter is still there in 4.7
https://camel.apache.org/components/next/jms-component.html#_component_option_disableReplyTo
https://camel.apache.org/components/next/jms-component.html#_endpoint_query_option_disableReplyTo

On Mon, Aug 26, 2024 at 12:23 PM Sujeet Singh 
wrote:

> Hi,
> I am using Java 17 with Camel 4.6.
>
> I can see below error in logs
>
> There are 1 parameters that could not be set on the endpoint. Check the uri
> if the parameters are set correctly and that they are properties of the
> endpoint. Unknown parameters=[[disableReplyTo=true]]
>
> Can somebody please confirm if this parameter support has been removed from
> JMS component in 4.6?
>
> Thanks,
> Sujeet
>


Re: Camel 4.6 activemq issue

2024-08-27 Thread Aurélien Pupier
Hello,

Can you precise the endpoint URL you are trying to use please?

Note that there are different components to use ActiveMQ, each with
specific ids and specific dependency:
* JMS https://camel.apache.org/components/4.4.x/jms-component.html
* ActiveMQ 5
https://camel.apache.org/components/4.4.x/activemq-component.html
* ActiveMQ 6
https://camel.apache.org/components/next/activemq6-component.html

regards,

On Tue, Aug 27, 2024 at 11:50 AM Sujeet Singh 
wrote:

> Hi,
>
> We have added camel-activemq depedency for activemq.
>
> We are getting error like below
>
> Caused by: org.apache.camel.NoSuchEndpointException: No endpoint could be
> found for jmsMQ://queue:ABC.INT.QUEUE, please check your classpath contains
> the needed Camel component jar.
> at
>
> org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:836)
>
> Anything we are missing here?
>
> Thanks,
> Sujeet
>