Outlook Rest API Camel Component

2016-02-19 Thread kag
Hi there, I've been googling a little bit about how to extract calandar events from an outlook calendar. Basically we would like to be able to sync between outlook calendars and a couple of less known calendar systems. Microsoft provides an Outlook Calendar Rest API. What it the best way to appr

Salesforce Component Reliable Streaming API

2016-02-15 Thread kag
Hello, Are there any plans on supporting the Reliable Messaging capabilities on the the Spring 16 release? Quote: /*Replay Generic Streaming Events (Generally Available)* You no longer have to worry about missed generic streaming events when subscribers are disconnected. You can now retrieve and

Camel Salesforce Component

2016-02-15 Thread kag
Hi All, I unsure wheter this is a bug or not, and where to post it if it is. We are using the Salesforce Component, to integrate to our Salesforce instance. We are running behind a httpproxy, and it works fine where using the Rest API. When we try to use the Streaming API we ran into an issue. T

Re: camel-salesforce-maven-plugin picklist to enum generation

2016-02-15 Thread kag
Any news on this? Spwaned by this issue, we were having some discussions around the best way to handle picklists. The default behaviour in salesforce is to allow any String to be added to a PickList field (as far as I know), regardless of whether the String is in the picklist or not. This means

Re: camel-salesforce-maven-plugin picklist to enum generation

2016-01-29 Thread kag
Hi Dihraj, Thanks for replying so promptly! It sounds like a good fix. I my self is also surprised that nobody else has run into this? The flag solution sounds like the way to go. The multiple config solution is not viable in our setup, since we would run into alot (!) og configs... What Kind o

Re: camel-salesforce-maven-plugin picklist to enum generation

2016-01-29 Thread kag
We are expecting to use all the different API's. E.g. Salesforce Rest API and Salesforce Streaming API. We are calling API version 35. Please let me know if I can provide you with more information. -- View this message in context: http://camel.465427.n5.nabble.com/camel-salesforce-maven-plugin

camel-salesforce-maven-plugin picklist to enum generation

2016-01-28 Thread kag
Hello all, We are currently looking into using Camel for integrating with our salesforce org. To do this we plan to use the salesforce component and the camel-salesforce-maven-plugin which generates DTO classes based on the metadata fetched from salesforce. We have encountered a problem when hand