Hi, I'm using Spring 3.1.0 + MyFaces 2.1.6 + Orchestra Core20 1.4. When I startup my application I get xml parsing error.
Below is the error message. java.io.IOException: Error parsing [jar:file:/Users/test/apache-tomcat-6.0.35/webapps/webapp/WEB-INF/lib/myfaces-orchestra-core20-1.4.jar!/META-INF/orchestra.taglib.xml]: at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:410) at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:431) at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:87) at com.sun.facelets.compiler.Compiler.compile(Compiler.java:104) at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197) caused by: org.xml.sax.SAXException: Error Handling [jar:file:/Users/test/apache-tomcat-6.0.35/webapps/webapp/WEB-INF/lib/myfaces-orchestra-core20-1.4.jar!/META-INF/orchestra.taglib.xml@25 ,29] Looks like this is the offending line: <facelet-taglib xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd" version="2.0"> // line 25 Any ideas?

