Re: Separating route model vs runtime processors

2020-11-11 Thread Claus Ibsen
Hi Just a heads up that I have just pushed a bigger work to completely separate the model + reifier from the runtime processor. After Camel has been bootstrapped and all routes initialized and whatelse, then CamelContext will automatic cleanup various bits which allows to decouple model +

Unable to map @UriPath values in Endpoint class

2020-11-11 Thread Reji Mathews
Hello developers! Am trying to create a camel component to connect with the Huawei cloud services. I started developing with camel v3.4.0 archetype -> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-component

Re: Unable to map @UriPath values in Endpoint class

2020-11-11 Thread Claus Ibsen
Hi You need to map it from the component class. Take a look at all the existing components and how they are implemented. On Thu, Nov 12, 2020 at 7:14 AM Reji Mathews wrote: > > Hello developers! > > Am trying to create a camel component to connect with the Huawei cloud > services. > > I started