JUnit hosted mode test fails with java.net.SocketException: Resource temporarily unavailable: recv failed

2010-09-28 Thread adirondack
I create the default GWT app in Eclipse. It runs fine. Then I create a simple test and is fails with the following log and junit errors. Please! I've spent way too much time trying to figure this out alone. Can anyone help? Here is the log: Started code server on port 1600 Starting HTTP on port

Having problems getting a javascript callback to work...

2011-06-16 Thread adirondack
Below is my attempt at creating a link who's onclick method calls a java method. I set a break point on displaySomeInfo but it never gets called. Does anyone know what I'm doing wrong? Thank you, Scott VerticalPanel panel; public void onModuleLoad() { createCallback(); panel =