Google Code Exporter
Google Code Exporter
``` Hello, I have the same problème with my android client. I use gwt-syncproxy librairie to acces to my remote LoginService interface. And the following warning occured: RpcPolicyFinder:No RemoteService in...
Original comment by `[email protected]` on 26 May 2014 at 3:11 Attachments: - [debug-syncproxy-android.PNG](https://storage.googleapis.com/google-code-attachments/gwt-syncproxy/issue-33/comment-2/debug-syncproxy-android.PNG)
``` As follow-up to this issue, please see this post: https://groups.google.com/forum/#!topic/google-web-toolkit/hK49qRH5juY. With that in mind, if this feature is still needed, I will look into implemented the described process to...
``` I don't think the setRpcRequestBuilder method works: - when I call SyncProxy.newProxyInstance (before I can replace the RpcRequestBuilder), SyncProxy already tries (and fails) to fetch the policy file java.io.IOException:...
``` @boris You are correct, SyncProxy was initially not designed to handle the features of the ServiceDefTarget interface, specifically that of setting a custom Request or RequestBuilder. As of version...
``` Thanks for submitting that patch, it worked for me right off the bat. But damn there are tons of warnings. I wonder if you happen to have patched the...
``` The patch you've submitted will be integrated into the next version (probably 0.6) of the library as I will need to make some larger changes to the testing system...
``` Also add gdata-java-client as seems to be a dependency. ``` Original comment by `[email protected]` on 6 Apr 2010 at 8:59
``` Attached is a patch to r52 of trunk that 'mavenizes' the project with a pom.xml and relocation of sources to conventional locations expected by maven. Do note that the...
``` I installed the jar in my maven local repo with: mvn install:install-file -Dfile=SyncProxy.jar -DgroupId=com.gdevelop -DartifactId=gwt-syncproxy -Dversion=0.3.1 -Dpackaging=jar And then for a dependency: com.gdevelop gwt-syncproxy 0.3.1 ``` Original comment by...