Hi there,
Is there a plan supporting camel-jira OSGi deployment on Camel 3.x?
there is no "camel-jira" karaf feature available e.g in the
https://repo1.maven.org/maven2/org/apache/camel/karaf/apache-camel/3.17.0/apache-camel-3.17.0-features.xml
for sure currently the libraries from com.atlassian.
).
Kind regards,
Maarten Donderwinkel
Senior Technical Consultant
From: Xilai Dai
Date: Monday, 1 November 2021 at 10:07
To: users@camel.apache.org
Subject: Re: You can only set routeId one time per route
ATTENTION: This email originated from outside of the organization.
Hi Claus,
It was allowed
Subject: Re: You can only set routeId one time per route
Warning! External email. Exercise caution when opening attachments or clicking
any links.
Yes a route should not change its id
On Mon, Nov 1, 2021 at 8:57 AM Xilai Dai wrote:
>
> Hi there,
>
> What's the good reas
Hi there,
What's the good reason in Camel 3 the routeId() can be set only once?
public RouteDefinition routeId(String id) {
if (hasCustomIdAssigned()) {
throw new IllegalArgumentException("You can only set routeId one
time per route.");
}
setId(id);
Hi, there,
We have some classes which extends DefaultMessage, they were working well with
Camel 2.19 or below version, but after upgrade to Camel 2.20.x, the
IllegalArgumentException is always thrown from the default constructor of these
classes.
java.lang.IllegalArgumentException: CamelCont
case using it in spring/blueprint
Hi
Is it because & must be escaped as & in XML ? eg &mode=xml
On Thu, Apr 10, 2014 at 8:42 AM, XiLai Dai wrote:
> Hi,
>
> With this blueprint configuration:
>
> xmlns="http://camel.apache.org/schema/blueprint";>
>
n known issue or I'm missing something? Thanks
Xilai Dai