[
https://issues.apache.org/jira/browse/ADFFACES-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-69:
---------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> Bug Fix on the Change Persistence Manager: ADDCHILDCOMPONENTCHANGE FOR IMAGE
> THROWS NPE
> ---------------------------------------------------------------------------------------
>
> Key: ADFFACES-69
> URL: https://issues.apache.org/jira/browse/ADFFACES-69
> Project: MyFaces ADF-Faces
> Issue Type: Improvement
> Affects Versions: 1.0.0-incubating-core
> Reporter: K SRINATH REDDY
> Assigned To: Adam Winer
> Priority: Critical
> Fix For: 1.0.0-incubating-core
>
> Attachments: trunk.patch
>
>
> Code fix in the ChangeManager.java. The registered DocumentFactory class is
> not honored properly. The variable converterObject will always be null for
> the first time if the DocumentFactory is repgistered properly and the
> conversion doesn't happen for the first time and if the class is not
> registered NPE is thrown as there was no null check on converter before
> calling the convert method on converter object.
> Changes:
> 1. Replaced the null check of converterObject with the converter.
> 2. Added the null check for the converter before calling the convert method.
> P.S: The consumers are waiting for this feature, could you please consider
> this as critical
> -thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.