Re: camel salesforce component add support for lookup field

2016-07-27 Thread ssatguru
Have added a JIRA for this "add support for lookup field using an sObject external id" https://issues.apache.org/jira/browse/CAMEL-10193 -- View this message in context: http://camel.465427.n5.nabble.com/camel-salesforce-component-add-su

Re: issue with CAMEL-10144: Salesforce component now ignores ALL unknown properties …

2016-07-25 Thread ssatguru
Sure, I will do that. -- View this message in context: http://camel.465427.n5.nabble.com/issue-with-CAMEL-10144-Salesforce-component-now-ignores-ALL-unknown-properties-tp5785370p5785447.html Sent from the Camel Development mailing list archive at Nabble.com.

issue with CAMEL-10144: Salesforce component now ignores ALL unknown properties …

2016-07-22 Thread ssatguru
The fix doesn't seem to be working. As part if this fix the annotation @JsonIgnoreProperties(ignoreUnknown = true) was added to the base class "AbstractDTOBase" https://github.com/apache/camel/blob/master/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/comp

Re: camel salesforce component add support for lookup field

2016-07-07 Thread ssatguru
Yep, I saw that. Thanks for the time fix. -- View this message in context: http://camel.465427.n5.nabble.com/camel-salesforce-component-add-support-for-lookup-field-tp5784605p5784945.html Sent from the Camel Development mailing list archive at Nabble.com.

camel salesforce component add support for lookup field

2016-06-30 Thread ssatguru
I am thinking of adding support for lookup fields. see http://camel.465427.n5.nabble.com/camel-salesforce-component-support-for-lookup-field-td5784097.html I have a working implementation wh

[GitHub] camel pull request #1040: Update CamelSalesforceMojo.java

2016-06-21 Thread ssatguru
Github user ssatguru closed the pull request at: https://github.com/apache/camel/pull/1040 --- 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

[GitHub] camel pull request #1040: Update CamelSalesforceMojo.java

2016-06-16 Thread ssatguru
GitHub user ssatguru opened a pull request: https://github.com/apache/camel/pull/1040 Update CamelSalesforceMojo.java the current pattern does not allow valid package names like "abc.xyz_123" the new pattern is based on the excellent discussion at http://stackov

[GitHub] camel pull request #1039: Update CamelSalesforceMojo.java

2016-06-16 Thread ssatguru
Github user ssatguru closed the pull request at: https://github.com/apache/camel/pull/1039 --- 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

[GitHub] camel pull request #1039: Update CamelSalesforceMojo.java

2016-06-16 Thread ssatguru
GitHub user ssatguru opened a pull request: https://github.com/apache/camel/pull/1039 Update CamelSalesforceMojo.java the current pattern does not allow valid package names like "abc.xyz_123" the new pattern is based on the excellent discussion at http://stackov

[GitHub] camel pull request #1037: Update CamelSalesforceMojo.java

2016-06-16 Thread ssatguru
Github user ssatguru closed the pull request at: https://github.com/apache/camel/pull/1037 --- 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

[GitHub] camel pull request #1037: Update CamelSalesforceMojo.java

2016-06-15 Thread ssatguru
GitHub user ssatguru opened a pull request: https://github.com/apache/camel/pull/1037 Update CamelSalesforceMojo.java fixed a typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/ssatguru/camel master Alternatively you can

[GitHub] camel pull request: Updated readme.md

2016-05-23 Thread ssatguru
Github user ssatguru closed the pull request at: https://github.com/apache/camel/pull/989 --- 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

[GitHub] camel pull request: Updated readme.md

2016-05-20 Thread ssatguru
GitHub user ssatguru opened a pull request: https://github.com/apache/camel/pull/989 Updated readme.md added few missing configuration properties added a sample pom You can merge this pull request into a Git repository by running: $ git pull https://github.com/ssatguru