Closed GoogleCodeExporter closed 8 years ago
I'll add this onto the list for the next version, but I'll have to dig deeper
into the base code to figure out how it's currently working and some testing.
Meantime, any patches are welcome or any developers who wish to join this
project and assist, please do so. I currently can't provide a timeline on this
feature, but I will mark the status to Accepted if/when I can dig into it.
Original comment by p.pr...@blueesoteric.com
on 2 Apr 2014 at 11:07
Problem seems to be that the xsiframe linker outputs *.cache.js files whereas
the standard linker outputs *.cache.html files, so the cache.html file
SyncProxy is looking for simply does not exists. This is explained in more
detail here: http://stackoverflow.com/questions/9856158/gwt-compile-to-html-file
Original comment by joergenv...@gmail.com
on 12 Jun 2014 at 9:33
If you configure the syncproxy to pull "*.cache.js" when "*.cache.html" is not
found should work.
I copied my *.cache.js to *.cache.html and my test RPC worked here.
If I pull this via git, how do I compile this project against gwt as is
mentioned on the download page to implement this?
(I am an eclipse user)
Original comment by mich...@newsrx.com
on 12 Aug 2014 at 8:39
@michael If you take a look at the SourceAndTesting wiki, it describes how
you'll need to setup your workspace to compile against versions of GWT. It's a
bit convoluted at the moment until I have time to setup either maven/gradle,
but let me know if you run into problems with those instructions. FYI, this
repository is still under SVN control, so you'll need to use the git-svn
bridge, again until I have time to switch this over to Git. If you're able to
come up with a solution, I can add you onto this project or you can submit a
patch and I'll include it with the next version.
I'm planning on doing some update work on this project in October, so I will
review this issue again at that time. If there have been no PR/patches, I will
look into making the system search for the *.cache.js when *.html is not found.
Thanks for that information
Original comment by p.pr...@blueesoteric.com
on 19 Sep 2014 at 12:34
Here is my contribution. I have replaced the RpcPolicyFinder by the attached
one and it works with XSI FrameLinker.
I have tested it with GWT 2.6.1 and Java 1.7
Original comment by lunarjchav@gmail.com
on 4 Nov 2014 at 7:20
Attachments:
Thank you for the patch. I'm working on updates now, so I will test this and
add it to the next release
Original comment by p.pr...@blueesoteric.com
on 25 Dec 2014 at 2:57
Issue 42 has been merged into this issue.
Original comment by p.pr...@blueesoteric.com
on 25 Dec 2014 at 2:59
This patch has been applied and will be release in 0.5
Original comment by p.pr...@blueesoteric.com
on 3 Jan 2015 at 9:42
Issue 43 has been merged into this issue.
Original comment by p.pr...@blueesoteric.com
on 3 Jan 2015 at 9:46
SyncProxy library version 0.5 is now available
Original comment by p.pr...@blueesoteric.com
on 11 Jan 2015 at 4:32
Original issue reported on code.google.com by
david.nouls
on 2 Apr 2014 at 8:35