Hi, OK, the problem comes from our JAXB tree regarding TLD parsing. We are using a JAXB tree to parse JSP Tag Lib 1.2 whereas you are using a JSP Tag Lib 1.1 file. J2EE 1.2 and TLD 1.1 --> http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd J2EE 1.3 and TLD 1.2 --> http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd J2EE 1.4 and TLD 2.0 --> http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd
... It would be great for us to support all of them. But i need to dig into and check if there is a big difference between them. Jean-Louis -- View this message in context: http://openejb.979440.n4.nabble.com/OpenEJB-has-encountered-a-fatal-error-and-cannot-be-started-javax-servlet-jsp-jstl-core-ConditionalT-tp3071912p3074147.html Sent from the OpenEJB User mailing list archive at Nabble.com.
