Supporting camel-jira OSGi deployment

2022-06-07 Thread Xilai Dai
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.

Re: You can only set routeId one time per route

2021-11-01 Thread Xilai Dai
). 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

Re: You can only set routeId one time per route

2021-11-01 Thread Xilai Dai
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

You can only set routeId one time per route

2021-11-01 Thread Xilai Dai
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);

Problem after upgrade to Camel 2.20.x from 2.19.x

2018-01-03 Thread XiLai Dai
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

RE: Weather component uri problem in case using it in spring/blueprint

2014-04-09 Thread XiLai Dai
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";> >

Weather component uri problem in case using it in spring/blueprint

2014-04-09 Thread XiLai Dai
n known issue or I'm missing something? Thanks Xilai Dai