The problem of TEI class who create a variable and intellij can't resolve
it.
But this just becose in web.xml was a wrong DTD :)):
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd";>
<web-app>
 <taglib>
  <taglib-uri>stl.tld</taglib-uri>
  <taglib-location>stl.tld</taglib-location>
 </taglib>
</web-app>

This is web.xml what i found in tomcat 3.2.3, but the DTD right must be:
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>

I change it and all my custom TEI classes have been resloved after this
changes.

So maybe, turn off validation on web.xml parsing? becose wrong or errorios
web.xml come to unworking state all WEB Application suport feature.



_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to