When attempting to deploy a GWT app - using Netbeans 6.1 - into
glassfish-v2ur2, I get the following messages in the AppServer log:

validateJarFile(/root/wrk_dirs/javaCertifications/GWTwHibernate/build/
web/WEB-INF/lib/gwt-dev-linux.jar) - jar not loaded
See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/
Servlet.class

validateJarFile(/root/wrk_dirs/javaCertifications/GWTwHibernate/build/
web/WEB-INF/lib/gwt-user.jar) - jar not loaded
See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/
Servlet.class

Below is the Referenced section from the Servlet Specs:

 Servet Specs 2.3
 Sec.9.7.2 Web Application Classloader

 The classloader that a container uses to load a servlet in a WAR must
allow the
 developer to load any resources contained in library JARs within the
WAR
 following normal J2SE semantics using getResource. It must not allow
theWAR to
 override J2SE or Java servlet API classes. It is further recommended
that the loader
 not allow servlets in theWAR access to the web container's
implementation classes.
 It is recommended also that the application class loader be
implemented so
 that classes and resources packaged within the WAR are loaded in
preference to
 classes and resources residing in container-wide library JARs.

I should think this is a problem.  Is it?  If it is, what to do about
it.

I _am_ having a problem with an AJAX call, but I am unsure whether
this is a part of that problem.

Thanks for help.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to