]> source.dussan.org Git - vaadin-framework.git/commit
Fix regressions in RPC handling (#10549) 35/535/1
authorLeif Åstrand <leif@vaadin.com>
Wed, 19 Dec 2012 06:59:07 +0000 (08:59 +0200)
committerLeif Åstrand <leif@vaadin.com>
Wed, 19 Dec 2012 06:59:07 +0000 (08:59 +0200)
commit55142ffc2fe177505d284ef5285f4766714935b2
treebc2ecc6b47318b7515399adcfb82a762730c7eb7
parent90da2e172af7ae095b1ada5bc7dafc4986b36217
Fix regressions in RPC handling (#10549)

* Generate parameter types based on RPC interface instead of defining
interface
* Don't try to find parameter types for JavaScript RPC invocations

Change-Id: I0e61e74f57dd34665c8befe826aa2759aeb01b54
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
client/src/com/vaadin/client/ApplicationConnection.java