Hi,
I'm learning GWT, trying to set up a "Hello World" project using Maven, Spring, GWT, Hibernate.
I'm trying to add some unit tests.
The same problem occurs for me, but I can't manage how to add a <servlet> element in the .gwt.xml module file.
This is the whole source: https://github.com/eliovir/hellogwt/tree/failed-rpc-gwttestcase
Thanks for your help.
-- I'm learning GWT, trying to set up a "Hello World" project using Maven, Spring, GWT, Hibernate.
I'm trying to add some unit tests.
The same problem occurs for me, but I can't manage how to add a <servlet> element in the .gwt.xml module file.
$ mvn gwt:test
...
[INFO] Running com.hellogwt.client.GwtTestGreetingService
[INFO] Starting http://127.0.1.1:47359/com.hellogwt.HelloGWT.JUnit/junit.html?gwt.codesvr=127.0.1.1:39835 on browser FF17
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/junit.html?gwt.codesvr=127.0.1.1:39835 (127.0.0.1) 2064 bytes
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/com.hellogwt.HelloGWT.JUnit.nocache.js (127.0.0.1) 8194 bytes
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/com.hellogwt.HelloGWT.JUnit.devmode.js (127.0.0.1) 14986 bytes
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/gwt/standard/standard.css (127.0.0.1) 22259 bytes
[INFO] Module com.hellogwt.HelloGWT.JUnit has been loaded
[INFO] 200 - POST /com.hellogwt.HelloGWT.JUnit/junithost (127.0.0.1) 214 bytes
[INFO] [WARN] 404 - POST /com.hellogwt.HelloGWT.JUnit/springGwtServices/greetingService (127.0.0.1) 1426 bytes
...
[INFO] Running com.hellogwt.client.GwtTestGreetingService
[INFO] Starting http://127.0.1.1:47359/com.hellogwt.HelloGWT.JUnit/junit.html?gwt.codesvr=127.0.1.1:39835 on browser FF17
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/junit.html?gwt.codesvr=127.0.1.1:39835 (127.0.0.1) 2064 bytes
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/com.hellogwt.HelloGWT.JUnit.nocache.js (127.0.0.1) 8194 bytes
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/com.hellogwt.HelloGWT.JUnit.devmode.js (127.0.0.1) 14986 bytes
[INFO] 200 - GET /com.hellogwt.HelloGWT.JUnit/gwt/standard/standard.css (127.0.0.1) 22259 bytes
[INFO] Module com.hellogwt.HelloGWT.JUnit has been loaded
[INFO] 200 - POST /com.hellogwt.HelloGWT.JUnit/junithost (127.0.0.1) 214 bytes
[INFO] [WARN] 404 - POST /com.hellogwt.HelloGWT.JUnit/springGwtServices/greetingService (127.0.0.1) 1426 bytes
This is the whole source: https://github.com/eliovir/hellogwt/tree/failed-rpc-gwttestcase
Thanks for your help.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment