[ 
https://issues.apache.org/jira/browse/RIPPLE-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147659#comment-14147659
 ] 

Sergey Grebnov commented on RIPPLE-69:
--------------------------------------

[~ibuziuk], [~Ross Martin], could you please point me to where  the 
exec.init(); is used - I don't see it in cordova.js nor in 
incubator-ripple/master

> Ripple can't handle cordova-3.6.3
> ---------------------------------
>
>                 Key: RIPPLE-69
>                 URL: https://issues.apache.org/jira/browse/RIPPLE-69
>             Project: Apache Ripple
>          Issue Type: Bug
>         Environment: windows
>            Reporter: Ilya Buziuk
>            Priority: Critical
>
> No errors when running against cordova-3.5.0. However with cordova-3.6.3 
> getting the following error:
> [TypeError: 'undefined' is not a function (evaluating 'exec.init()') on line 
> 1483|http://snag.gy/XTzl2.jpg] 
> There are very few changes if comparing 3.5.0 and 3.6.3 versions. I do 
> believe that the following changes cause the breakage:
> {code}
> -        // Tell the native code that a page change has occurred.
> -        exec(null, null, 'PluginManager', 'startup', []);
> -        // Tell the JS that the native side is ready.
> -        channel.onNativeReady.fire();
> +        // Get the shared secret needed to use the bridge.
> +        exec.init();
> {code}
> So, I do believe we must make relevant changes on the ripple side



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to