GWT2.8.1 errors "Exception: com.google.gwt.core.client.JavaScriptException: (TypeError) : object_0_g$.getXXX_30_g$ is not a function"

2017-05-17 Thread Darren Smith
ing in a new dummy method, and re-save, then this time it works -- the function get exists. Sounds like an incomplete incremental compilation? What is frustrating is that the problem is sporadic - other classes employing the same design patterns work fine. Has anyone encountered simil

Re: GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2016-10-18 Thread Darren Smith
Hi Ian, Yes, we are still seeing the problem. I've put it aside for the moment, hoping to revisit once we upgrade to a new GWT Release Candidate. Glad to know I'm not the only one suffering from this :) Cheers Darren On Monday, October 10, 2016 at 5:10:08 PM UTC+2, Ian Whyman wro

GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2016-10-06 Thread Darren Smith
. If I comment out in the web.xml file the GWT-RPC servlet defintion, then the vanilla HttpServlet will perform the XML document processing without an exception. Has anyone encountered similar problems? Darren Smith. -- You received this message because you are subscribed to the Google

Re: Request Context clear queue on method invocations when onConstraintViolation is called

2014-09-11 Thread darren . hurt
In fact I can't just make a new context and send cancel(Proxy).fire() to it as the proxy was created by the original request (the one holding the save call in its invocation queue) , and it tries to call edit on the proxy in the GWT internals when I call cancel on the new request (why, I don't k

Re: Request Context clear queue on method invocations when onConstraintViolation is called

2014-09-11 Thread darren . hurt
What about if your request context interface has multiple methods? I have a save and a cancel on mine, and I have to use the cancel to do some server side cleanup if the user decides to abandon their changes. If I call save and it fails validation or whatever, and then the user decides to cance

Re: Protocol Buffers for GWT: Issue 2649

2012-12-21 Thread Darren Robinson
I just starred both issues. I really hope to see support for this issue also. I would much prefer to use Protocol Buffers over JSON or XML for web applications. Protocol Buffers are so much more elegant. -- You received this message because you are subscribed to the Google Groups "Google Web

Re: Highcharts - updating chart with data

2011-11-17 Thread Darren Salomons
Hi Rob, I see your demo on the site with highcharts but I don't see it in the code on googlecode. Is there a different codebase that you are working on for the highcharts integration? Thanks! Darren -- You received this message because you are subscribed to the Google Groups "

Re: src attribute causes error in the Google Eclipse plugin

2011-10-19 Thread Darren Salomons
Philippe, I have found a way to use the src/main/gwt folder work seamless between m2e, GPE and maven-gwt-plugin. When using this method src/main/gwt shows up in Eclipse as a src folder and nothing is excluded. Also doing a gwt:compile and gwt:run from the command line worked fine as well.

Re: click event completes in hosted mode but not once deployed?

2009-11-29 Thread darren
have no way to set breakpoints / or otherwise observe the javascript of my app. this is making debugging with alert statements tedious. On Nov 29, 12:36 am, darren wrote: > Hi Everyone > > In my web application i have some links that, when clicked are > supposed to: > - use an RPC t

click event completes in hosted mode but not once deployed?

2009-11-29 Thread darren
Hi Everyone In my web application i have some links that, when clicked are supposed to: - use an RPC to get some data from the server - construct a new Panel - insert the panel into the browser document My solution seems to work as expected while in hosted mode, but not once the application is de

Calling remote service defined in different module

2009-09-29 Thread Darren
I have a remote service "MyServlet" defined in a module "module1", and I wish to call the service from a different module "module2". The trouble is that the URL that is generated, and used for the POST is of the form module2/MyServlet instead of module1/MyServlet. This doesn't match the URL mappi

Alternative Languages?

2009-06-02 Thread Darren
are there any other languages planned for the GWT? such as C# or C its self? as not everyone knows java, and not everyone is willing to learn a new language to use the toolkit. since if C# and C/C++ are covered along side java, you cover almost all the programmers who would want to/be able to, us

Re: Loading Images into GWT via MySQL

2009-03-13 Thread Darren
The one case that hasn't been mentioned is when one dynamically creates transient images on the server. We transform various XML data sources into SVG and then transcode into JPG (using Batik) on the fly, then base 64 encode the JPG into a string and send it across via GWT-RPC. Then on the clie

Re: Google Reader Splitter

2009-01-20 Thread Darren Bell
anyone help? On Mon, Jan 19, 2009 at 5:25 PM, Kango_V wrote: > I'm trying to implement a splitter the same as that used in Google > Reader. This is more of a collapsible panel rather than a splitter > though. > > Anyone give me some pointers or explain how it's done. > > Thanks. --~--~

Geocode Directions?

2008-12-11 Thread Darren
I'm wish to return the distance and expected travel time from point A to point B. I don't particularly want to view the polyline - I'm just really after the distance and expected travel time. I do a lot of geocoding and would love to add this information to what I'm doing - is it possible? --~--