[
https://issues.apache.org/jira/browse/CAMEL-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-7120.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.13.0
2.12.3
2.11.4
Thanks for reporting.
> 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
> Fix For: 2.11.4, 2.12.3, 2.13.0
>
>
> 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)