On 19 January 2012 07:44, wipay <[email protected]> wrote: > hola amigos > tengo problemas con gwt 2.4 me sale el siguiente error > > 19/01/2012 10:37:05 AM com.google.inject.servlet.GuiceFilter > setPipeline > ADVERTENCIA: Multiple Servlet injectors detected. This is a warning > indicating that you have more than one GuiceFilter running in your web > application. If this is deliberate, you may safely ignore this > message. If this is NOT deliberate however, your application may not > work as expected. > [WARN] Server class 'javax.validation.Validation' could not be found > in the web app, but was found on the system classpath > [WARN] Adding classpath entry 'file:/C:/Java/eclipse/plugins/ > com.google.gwt.eclipse.sdkbundle_2.4.0.v201112160242-rel-r37/gwt-2.4.0/ > validation-api-1.0.0.GA.jar' to the web app classpath for this session > For additional info see: file:/C:/Java/eclipse/plugins/ > com.google.gwt.eclipse.sdkbundle_2.4.0.v201112160242-rel-r37/gwt-2.4.0/ > doc/helpInfo/webAppClassPath.html
Firstly, they're not errors, they're warnings. So unless you actually see a problem later on, you may ignore them. If you don't want to ignore them (and it makes sense that you shouldn't) then fix them. They are all accompanied by a reasonable description, aren't they? What exactly are you having trouble with? -- 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.
