Hi ... we have a GWT 1.5 application that launches another GWT application (plugin) in an iframe. The main application communicates to the embedded plugin using JNI calls. We are trying to upgrade to 2.0 but have run into the following issues.
1) We can debug the main application via the browser plugin, however the embedded application is not debuggable unless we explicitly add the gwt.codesrv parameter to the embedded app's iframe URL. Is this the only way to debug the embedded application? In 1.5 we were able to debug both the main application and any embedded applications in hosted mode. 2) Even after being able to debug the embedded application, we noticed the JNI call failed to send a String array parameter when the embedded application called the main application. After some debugging, we found that the BrowserChannelServer class has a map of objects it uses to resolve the parameters. However, this string array parameter is not inside the map. It almost seems like the main application and the embedded application are running in two different debugging contexts (hence the first question). Any help will be appreciated. Thanks, Nemo -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
