On Thursday, March 24, 2016 at 11:08:07 PM UTC+1, Łukasz Drzyzga wrote: > > Hi, I want to configure Stomp MessageBroker by programmaticaly java code > using Spring annotations in GWT 2.7 project but I noticed that method > onStartup is not executed :/ I used system output print, logger and > breakpoints and it's confirmed. I don't know what the problem? Maybe Jetty > doesn't support this configuration method? > I changed version attribute in web.xml to 3.0 and I use javax servlet api > 3.1.0. I'm using Eclipse and I also set project as Spring nature and I > switch on scanning @Configuration etc. annotations. >
GWT 2.7 doesn't support Servlet 3's ServletContainerInitializer; this has been changed on master for the next 2.8 release (i.e. not present in 2.8 beta1) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
