[
https://issues.apache.org/jira/browse/CAMEL-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-7120:
----------------------------------
Assignee: Claus Ibsen
> NullPointerException on BindyFixedLengthFactory.unbind()
> --------------------------------------------------------
>
> Key: CAMEL-7120
> URL: https://issues.apache.org/jira/browse/CAMEL-7120
> Project: Camel
> Issue Type: Bug
> Components: camel-bindy
> Affects Versions: 2.12.0
> Reporter: Josh Reagan
> Assignee: Claus Ibsen
> Priority: Minor
>
> The Camel Bindy component throws a NullPointerException on unbind when you've
> specified a header, but no footer. It looks like there was a simple
> copy/paste error in the marshal method. When generating the models, it checks
> the headerRow for null and then adds the headerRow. It then checks the
> headerRow (not the footerRow) for null and then adds the footerRow. Later
> down the chain, the BindyFixedLengthFactory throws a null exception when it
> tries to call getName() on the model Class.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)