Any ideas why this happens? Did it ever happen to anyone? This is the setup: 0. GWT + GAE, injection done through Guice + extensions (GuiceFilter, GuiceServletContextListener) + GIN. 1. A suite of tests for server code. Executes successfully by itself 2. A suite of tests for client code. Executes successfully by itself 3. A "wrapper" suite that runs both 1. and 2.
When I run 3., the server code specific tests run, but cause all tests in client to fail. I should specify that client code uses gwt-test-utils, a testing library that replaces GWT.create, allowing GWT to run in JVM (much faster). However, I don't see how this could affect the failure (I guess the same JVM/ClassLoader instance runs). FYI exception occurs in * org.datanucleus.store.appengine.MetaDataValidator(442)* Thanks, Alex. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Tq5JcKJBmvIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
