We have a gwt application with some servlets and filters configured in web.xml. While writing unit tests to test the code making calls to these servlets, these servlets are not identified and looks like servlet configuration is expected in xxxxx.gwt.xml. There are no issues with hosted mode in recognizing this configuration in web.xml and works fine.
-I tried to duplicate this servlet configurationin gwt.xml file. But, how do I configure my filters in gwt.xml. Without these filters my unit tests fail. - Is there a way I can make junit tests identify servlet & filter configuration in web.xml just the way hosted mode works ? Any help is much appreciated.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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-web-toolkit?hl=en.
