Re: RequestFactory, ValueProxy, EntityProxy and JSR303 - is it a bug?

2013-10-19 Thread Nermin
org.mortbay.jetty.servlet.ServletHandler seems to be the place where the problem happens (Server Exception is thrown here). Unfortunately I am having trouble finding the appropriate Jetty Sources. (The system out says INFO: jetty-6.1.x, but there are jetty-6.1.1 -to- jetty-6.1.26) Does anyone

Re: CSS @Media queries work arounds?

2013-10-19 Thread Ed Bras
I ended up doing the following: Build ad tiny jsni wrapper around window.matchMedia() wrapper to detect media changes. I added the wrapper as feature request: issue 8399https://code.google.com/p/google-web-toolkit/issues/detail?id=8399, including the code. Detected media changes are pushed to

SVG image usage?

2013-10-19 Thread Ed
How can I include a SVG image in a ClientBundle? In this forum posthttps://groups.google.com/forum/#!searchin/google-web-toolkit/svg$20image$20source/google-web-toolkit/C2uJPIaUAQw/ejiwPwrTO3UJ they include it as a DataResource, but I would like to use the svg image in my css through which I

Re: GWT 2.5.1 now available

2013-10-19 Thread Andrea Boscolo
See https://groups.google.com/d/topic/google-web-toolkit-contributors/Sljy8sRR3Io/discussion According to the timeline there will be a RC on 4th of November and subsequent RCs only if needed. The final release should be out on 2nd of Dec. On Friday, September 27, 2013 4:37:35 PM UTC+2, Ed

Re: Hiding methods on shared classes - not fields

2013-10-19 Thread Thad Humphries
@GwtIncompatible sounds *excellent*. Thanks! On Friday, October 18, 2013 5:19:12 AM UTC-4, Thomas Broyer wrote: GWT 2.6 will ignore classes and methods (and fields maybe) annotated with @GwtIncompatible (any annotation with this name, independently of its package) In the mean time, the

Re: GWT Designer Internal Error in Design mode (Eclipse Juno)

2013-10-19 Thread John Flournoy
I had this problem after trying to resize a layout panel and even pulling the source files down from backup didn't resolve the issue. GWT plugin must be saving the size information somewhere other than the XML file. I resolved it by cleaning, then deleting the project and importing it again

Re: GWT RPC not working behind Apache and Tomcat

2013-10-19 Thread yaron vazana
Hi Please provide an answer. I have a GWT app on external tomcat 7 server. All the regular servlets are fine, but i have a js error with the RPC servlet, saying it can't be found (404). Is it mandatory to define the servlets also in the gwt.xml file, and the web xml On Tuesday, July 17, 2012

Re: Error in superdev mode

2013-10-19 Thread jaga
Hi, There is an option in eclipse for automatic building. If you turn this off you may solve your problem. The problem is that the files used by the superdev mode are becoming out of date. This happens every time you are changing code in eclipse. Changing the code will trigger the build and

Re: GWT RPC not working behind Apache and Tomcat

2013-10-19 Thread Thad Humphries
You servlet-mapping is servlet-mapping servlet-namerpc/servlet-name url-pattern/app1/rpc/url-pattern /servlet-mapping In your de.class.server.RPCService.java interface, do you have app1 in the annotation? For example: @RemoteServiceRelativePath(app1) public interface RPCService

[gwt-contrib] being cute with git describe

2013-10-19 Thread Stephen Haberman
Hey, So, I was toying with changing git.version over to being based on git describe output, instead of having to pass in GWT_VERSION. The default behavior of git describe is to fail if no tags are found, which it does on master, and this is fine because then we want the 0.0.0 version for