Re: Compiling permutation hangs ?

2014-11-18 Thread Ed Bras
@Jens, thanks​ I just tried again with more memory, namely: -Xms2G -Xmx2G -Xss1024k -XX:PermSize=512m -XX:MaxPermSize=1024m -Dgwt.persistentunitcache=false And got the following output snippet below with jstack after about 30 min. It's still busy, but doesn't complet... I am not sure if

Re: How to use Servlet 3.0 annotations with GWT?

2014-11-18 Thread Jens
You can run DevMode using -noserver and provide your own Jetty8/9 server. There was already a commit for GWT 2.7 to make annotations work with the embedded Jetty provided by GWT but it has been reverted because of ASM library version mismatches. The reverted commit: https://gwt.googlesource.co

Re: Compiling permutation hangs ?

2014-11-18 Thread Jens
> > "In-process PermutationWorker 0" prio=10 tid=0x7f62d8324000 nid=0x249f > runnable [0x7f62c5b98000] >java.lang.Thread.State: RUNNABLE > at > com.google.gwt.thirdparty.guava.common.base.Equivalence$Equals.doEquivalent(Equivalence.java:327) > at > com.google.gwt.thirdparty.guava.co

how to change the text in an AbstractCell created using uibinder

2014-11-18 Thread loveleen....@gmail.com
I created an abstract cell using uibinder and UiRenderer. My datasource is a list of a list. Lets say list of cars and each car has a list of models. I adding the cells to a CellList. Each cell is like like a card with forward and backward button on top(Im using arrow images and handling click

Re: GWT on iSeries

2014-11-18 Thread karim duran
Hi Luca, GWT apps are not different from usual JEE Web Application. JEE Web Applications are system or architecture independant, so they run on iSeries too. If you use IBM Rational studio (or Eclipse that is quite equivalent ), develop your application as you did for Tomcat

Re: Compiling permutation hangs ?

2014-11-18 Thread Ed Bras
@Jens, thanks for the tip. I tried localWorkers "1" before, but no luck. Just did it again and after 31 minutes without any progress (compiling permutation 0 of 10), I toke the following dump with Jstack. I haven't used jstack before, but can't really see anything helpful I think, you ? What to do

How to use Servlet 3.0 annotations with GWT?

2014-11-18 Thread Antoxa.c
Servlet annotation @WebServlet("/test") does not work in GWT embedded Jetty 8. I am getting 404 ERROR on http://127.0.0.1:/test. But after deploying project to Tomcat 7 URL loads fine. How to make Servlet 3.0 annotations work in GWT's Jetty 8? -- You received this message because you are s

Re: GWT on iSeries

2014-11-18 Thread Terry Birch
Hi Luca, We have been running GWT apps on the iSeries/Power 6 for several years in Websphere. I have found it similar to running in Tomcat or other web server, Did you have specific questions related to running on the i? Terry On Tuesday, November 18, 2014 11:09:49 AM UTC-5, Luca Tozzi wrote: >

Re: Compiling permutation hangs ?

2014-11-18 Thread Jens
You could try the java CLI command "jstack" to check for thread deadlocks. Alternatively try to set localWorkers to 1. -- J. -- 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

Compiling permutation hangs ?

2014-11-18 Thread Ed
Please some advice on the following: When performing a GWT compilation (gwt 2.6.1), the compilation hangs. How to solve this? When running it in trace mode, I don't get any warnings and after about 4 hours (normally takes 4 minutes), I still see the console output below. I played with the memory

GWT on iSeries

2014-11-18 Thread Luca Tozzi
Anyone have experience on use GWT on WebSphere for iSeries? I need skills, about it, for analyze and develop an important business project. TNKS, Luca -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and st