RuntimeCamelException:IllegalStateException:Unablefind BeanManager.Please ensure config CDI

2016-06-14 Thread saysvishal
Error- Unable to find BeanManager. Please ensure that you configured the CDI implementation of your choice properly. I am getting this error while running one of the job route name TestAccount job. On start up.. CDI manager is getting loaded and DI context is added to route, snipped as follows, Cr

Nullpointer exception while mapping via dozer

2016-06-14 Thread r_karthik1
I am new to camle, I am reading the message from the IBM queue and implementing camel dozer but getting null pointer exception. Appreciate yourhelp I have the following endpoint, from(DOMAIN_MAPPING) .routeId("domainMappingLogger") .to("dozer:transformOrder"

[GitHub] camel pull request #1033: Add option to use Java 1.8 `Optional` for POJO ...

2016-06-14 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1033 Add option to use Java 1.8 `Optional` for POJO fields Also upgrades to Jackson 2.x to allow injecting a custom `ObjectMapper` into `SalesforceEndpointConfig`, which in turn allows registering the

[GitHub] camel pull request #1032: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
Github user FingolfinTEK closed the pull request at: https://github.com/apache/camel/pull/1032 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] camel pull request #1031: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
Github user FingolfinTEK closed the pull request at: https://github.com/apache/camel/pull/1031 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

Re: Time for getting Apache Camel 2.17.2 release

2016-06-14 Thread Christian Müller
+1 Best, Christian Am 12.06.2016 16:37 schrieb "Claus Ibsen" : > Hi > > I wonder if we have time to cut a new release later this month? > > There has been a good bunch of fixes to this branch that would be good > to get out to the community. > > Among others a potential leak in routing slip, and

[GitHub] camel pull request #1032: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
GitHub user FingolfinTEK opened a pull request: https://github.com/apache/camel/pull/1032 Added option for path-style access to S3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/FingolfinTEK/camel master Alternatively you can r

[GitHub] camel pull request #1031: Added option for path-style access to S3

2016-06-14 Thread FingolfinTEK
GitHub user FingolfinTEK opened a pull request: https://github.com/apache/camel/pull/1031 Added option for path-style access to S3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/FingolfinTEK/camel camel-2.17.x Alternatively you

[GitHub] camel pull request #1030: Fix multi select picklist fields

2016-06-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1030 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1030: Fix multi select picklist fields

2016-06-14 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1030 Fix multi select picklist fields Fixes issue mentioned in https://github.com/apache/camel/pull/1029#issuecomment-225815020. - Introduces `String` based variants of `MultiSelectPicklistCon

[GitHub] camel pull request #1029: WIP: Add option to use String fields for picklists...

2016-06-14 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1029 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] camel pull request #1029: Add option to use String fields for picklists inst...

2016-06-14 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1029 Add option to use String fields for picklists instead of enums This change helps decoupling Salesforce picklist values from code using the Camel Salesforce component. This allows writing custom bu