Camel Salesforce Component & Plugin Issues

2020-08-17 Thread Jean-Marc Reynaud
Dear Camel Team, I'm facing a bit of a show-stopper with the Camel Salesforce Component. The SOQL query in question is: SELECT Account.Owner.Id, Lookup(User) Account.Owner.Name, Lookup(User) Id, Name, Owner.Id, Lookup(User) Owner.Name, Lookup(Us

Rép. : Camel REST DSL with servlet - API URL?

2020-08-17 Thread Daniel Langevin
Hi, you have to specify the default http port number : 8181 for CamelServlet like this: http://servername.org:8181/apiisp001/1 Daniel Langevin Direction de l’assistance et des technologies Direction des ressources informationnelles Société d’habitation du Québec Édifice Marie-Guyart 1054,

Camel REST DSL with servlet - API URL?

2020-08-17 Thread Gerald Kallas
Dear all, I'm going to configure a REST API similar to a (working) HTTP consumer. I tried several URLs to call the API operation but get always a HTTP 404. Do I miss someting (e.g. the reference to the servletName)? Can someone point me out which is the API URL for the get operation in my case?

Re: MethodNotFoundException upgrading to Camel 3.4.2 (Blueprint and Karaf)

2020-08-17 Thread Alex Soto
Thank you, JB, I hope it is an easy fix. Best regards, Alex soto > On Aug 15, 2020, at 4:06 AM, Jean-Baptiste Onofre wrote: > > Hi, > > It seems to be related to a change on the camel-bean processor. > > Let me reproduce it and make a bisect to identify the change. > > Thanks ! > > Rega