Asynchronous native plugins cause exception in PhoneGap.exec
-------------------------------------------------------------
Key: CB-125
URL: https://issues.apache.org/jira/browse/CB-125
Project: Apache Callback
Issue Type: Bug
Components: BlackBerry
Affects Versions: 1.3.0
Reporter: Drew Walters
Assignee: Drew Walters
Priority: Minor
Fix For: 1.3.0
The Playbook code merge divided the original PhoneGap.exec method into multiple
calls/files. The implementation for the phone is not correctly handling the
case where asynchronous plugin calls return an empty string result. The code
is currently expecting all return results to be objects, which is not the case.
Fix will detect empty string result from native plugin and make sure an object
is passed back which denotes it as a NO_RESULT result.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira