On Friday, January 28, 2011 6:59:30 PM UTC+1, Gabriel wrote: > > Hi Florian, Thomas, thanks for reply. > > I have this on WEB-INF\lib: > > * db4o-7.12.156.14667-core-java5.jar > * geronimo-jpa_3.0_spec-1.1.1.jar > * gwt-servlet.jar > * gwt-servlet-deps.jar > * jsr107cache-1.1.jar > > I'm using GWT 2.1.1 without App Engine in Development Mode and run > successfully. When I try to deploy in Tomcat 6, I have next error: > > GWT module 'appGwtRf' may need to be (re)compiled > > What's I'm doing wrong?
AFAICT, this error<http://www.google.com/codesearch/p?hl=fr#A1edwVHBClQ/dev/core/src/com/google/gwt/core/ext/linker/impl/PermutationsUtil.java&q=%22may%20need%20to%20be%20(re)compiled%22%20package:http://google-web-toolkit%5C.googlecode%5C.com&l=86> happens when your deployed *.nocache.js is the one produced by the DevMode rather than the one produced by the Compiler. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.