[ 
https://issues.apache.org/jira/browse/CAMEL-16516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323976#comment-17323976
 ] 

Jeremy Ross commented on CAMEL-16516:
-------------------------------------

[~davsclaus] It's initialized 
[here|https://github.com/apache/camel/blob/c91840a01352c663ff5338c45e096d256085331c/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/AbstractSObjectBase.java#L55].

I'm curious how you're getting an NPE. 

> camel-salesforce - Maven plugin generated code AbstractDescribedSObjectBase 
> can cause NPE
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-16516
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16516
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-salesforce
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.10.0
>
>
> The Maven plugin for camel-salesforce component has an issue. The constructor 
> of the generated classes extending AbstractDescribedSObjectBase has a single 
> line 
>  getAttributes().setType("$desc.Name");
> The issue is that AbstractDescribedSObjectBase does not initialize 
> attributes, so getAttributes() returns null and I am getting 
> nullpointerexception. I manually fixed on the generated code but, it is 
> better if it gets fixed directly in the sobject-pojo.vm file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to