GitHub user tinusn opened a pull request:
https://github.com/apache/camel/pull/2464
CAMEL-12725: [ERROR] /sobject-pojo-optional.vm
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tinusn/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2464.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2464
----
commit b0652d9707cbd4696d31467b258c2bd61f784980
Author: Tinus Aamand Norstved <tinus@...>
Date: 2018-08-10T07:13:05Z
Update sobject-pojo-optional.vm
Fixed error in setting the $fieldType - the syntax in the template document
throws the following error upon running:
[ERROR] Failed to execute goal
org.apache.camel.maven:camel-salesforce-maven-plugin:2.21.0:generate
(executable pom) on project test-project: Execution executable pom of goal
org.apache.camel.maven:camel-salesforce-maven-plugin:2.21.0:generate failed:
Encountered "(" at /sobject-pojo-optional.vm[line 64, column 8]
[ERROR] Was expecting one of:
[ERROR] <WHITESPACE> ...
[ERROR] <NEWLINE> ...
[ERROR] <IDENTIFIER> ...
[ERROR] "{" ...
This change fixes that.
commit 3aa87a7d67332139e69085881d55c7914a7b8efd
Author: Tinus Aamand Norstved <tinus@...>
Date: 2018-08-10T07:30:00Z
Merge pull request #1 from tinusn/tinusn-patch-1
Update sobject-pojo-optional.vm
----
---