Re: GWT app doesn't work behind reverse proxy

2015-07-09 Thread Jens
The issue is that GWT will send you the moduleBaseURL as payload from the client to the server and the server uses that value to find the RPC policy file on disk. When you use a reverse proxy then the moduleBaseURL will not change when passing the proxy, it will always be

Re: GWT app doesn't work behind reverse proxy

2015-07-09 Thread David Hoffer
Jens, Thanks for the reply and information, it sounds like there is a workaround then for the GWT part but we still have the same/similar issue with Tomcat's authentication. We need to solve that too else its only a partial solution. Btw, regarding the GWT serialization issue...I read online

Re: GWT app doesn't work behind reverse proxy

2015-07-09 Thread Michael Joyner
Something else you can do to handle the RPC portion of the issue in the servlet is to do: @Override     protected SerializationPolicy doGetSerializationPolicy(             HttpServletRequest request, String moduleBaseURL, String strongName) {

Re: GWT app doesn't work behind reverse proxy

2015-07-09 Thread Jens
Thanks for the reply and information, it sounds like there is a workaround then for the GWT part but we still have the same/similar issue with Tomcat's authentication. We need to solve that too else its only a partial solution. I am not familiar with tomcat and your overall setup but

How to use maven command line to download 2.8 snapshot?

2015-07-09 Thread Alex Luya
Hello, I am complete new to maven,after some googling I got command lines like this: mvn dependency:get \ -DrepoUrl=https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ \ -Dartifact=gwt:gwt:2.8.0-SNAPSHOT and ran it,got errors like this:

GWT 2.6 Serialize issue when redeploy project and do NOT close the Browser.

2015-07-09 Thread Ronggen
*Steps to produce this issue:* 1. deploy GWT project to server. 2. open browser to access it. 3. change any shared POJO which need to be serialized, this will change the strong name of serialization policy. 4. re-deploy the project, and do NOT close the Browser. 5. do some

How to use image sprite and gradient together?

2015-07-09 Thread Alex Luya
Hello, I have read this post:http://askthecssguy.com/articles/css-gradients-and-background-images/,and it tells that it is possible to combine background image and gradient together,and I just wonder whether it is possible to combine image sprite with gradient together.If it is,how? --

[gwt-contrib] Bug in 2.8.0-Snapshot

2015-07-09 Thread Ali Akhtar
In 2.8.0-SNAPSHOT, when the ValueChangeEvent is triggered for a dropdown, I'm encountering the following stack trace: Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught: Exception caught: (TypeError) : Cannot read property 'java_util_LinkedList_size' of undefined

Re: [gwt-contrib] Bug in 2.8.0-Snapshot

2015-07-09 Thread Colin Alworth
As this isn't a NPE (or a type error, which I think is the JS equivalent), the we're missing a step here. You are seeing an UmbrellaException thrown, which means not that the handlermanager or event wiring broke, but that your own handler threw the exception (i.e. the 'TypeError' described in the

Re: [gwt-contrib] Bug in 2.8.0-Snapshot

2015-07-09 Thread Ali Akhtar
How can I get the cause / stacktrace behind the umbrella exception? I have a global exception handler which prints the exception to console: https://gist.github.com/aliakhtar/7a9bbb2d3796917179ed What needs to be modified to get it to print the full trace? On Fri, Jul 10, 2015 at 8:18 AM, Colin

Re: [gwt-contrib] Bug in 2.8.0-Snapshot

2015-07-09 Thread Ali Akhtar
I turned on: set-property name=compiler.stackMode value=emulated / set-configuration-property name=compiler.emulatedStack.recordFileNames value=true / However, still don't see the cause of the UmbrellaException -- You received this message because you are subscribed to the Google Groups GWT

Re: Most code in SOYC report cannot be attributed

2015-07-09 Thread Erik Kuefler
This is what mine looks like: https://lh3.googleusercontent.com/-kZA1JOIhILc/VZ4QsZ42ExI/RyE/pnvkh_20AL0/s1600/Screen%2BShot%2B2015-07-08%2Bat%2B11.10.36%2BPM.png I can try 2.8 at some point but it's a bit of a pain to use snapshot jars in my project. What kind of code normally shows

Re: Interface hierarchy of *Async interfaces

2015-07-09 Thread Anton Johansson
Hey Jens, thanks for the quick response! Well, 3.0 isn't here yet and I have no clue when it's coming. Unless there are very good alternatives available (without too much work), it feels bad to adapt to something like that. About having Serializable, that's my bad. I don't use Serializable,

IE9 textbox color problem

2015-07-09 Thread Meryem Alay
I have a problem where I'm trying to change the background and text color of a GWT( GWT 2.4) TextBox. In Firefox , this works just fine. In IE9, it takes the background color setting of the CSS but not the foreground color. So, my code looks like: input[type=text] { width: 140px;

Re: IE9 textbox color problem

2015-07-09 Thread Meryem Alay
Is there some sort of workaround for this? I want the color attribute to apply to my TextBox. 9 Temmuz 2015 Perşembe 15:16:00 UTC+3 tarihinde Meryem Alay yazdı: I have a problem where I'm trying to change the background and text color of a GWT( GWT 2.4) TextBox. In Firefox , this works

Re: IE9 textbox color problem

2015-07-09 Thread Meryem Alay
Is there some sort of workaround for this? I want the color attribute to apply to my TextBox. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: How to Update Cell Table Footer Dynamically

2015-07-09 Thread Mohammed Sameen
I solved it..http://stackoverflow.com/questions/31285655/how-to-update-cell-table-footer-dynamically/31312427#31312427 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send

GWT app doesn't work behind reverse proxy

2015-07-09 Thread dhoffer
We have a GWT app using (2.6.1) that is deployed to Tomcat and has been working fine, recently Tomcat's FORM container authentication was added and that too was working well. The problem is now we want to put the app/Tomcat behind an Apache reverse proxy so end users get a nice URL and this

Re: [gwt-contrib] Re: Stop calling it GWT 3.0

2015-07-09 Thread Stephen Haberman
https://www.youtube.com/playlist?list=PL1yReUCGwGvrqscLu1EAyYRPrr0ceEHLE Thanks! I feel dumb, as the gwt-contrib posts were going under the Forums tab in my gmail account, and so I missed the original email/thread go buy. I only stumbled across this thread later via the web. I'll start