There was a check for blank value for a reason on the line next to the one you modified in n2bTransformerImpl. If property exists, but value was not set, getString() might return null in which case your .trim() call would end up with NPE ... better to use StringUtils.trim() for that.

Change By: Jan Haderka (04/Sep/13 7:53 AM)
Resolution: Fixed
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to