On Tue, Aug 12, 2008 at 6:44 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi, > >> INFO: Reading config >> jar:file:/apps/apache-tomcat-5.5.26/webapps/trinidad-demo-1.0.9/WEB-INF/lib/trinidad-impl-1.0.9.jar!/META-INF/faces-config.xml >> Aug 11, 2008 12:46:30 PM org.apache.commons.digester.Digester error >> SEVERE: Parse Error at line 69 column 30: Element type "literal-only" >> must be declared. >> org.xml.sax.SAXParseException: Element type "literal-only" must be >> declared. >> at > > for some reason some XML from the JSF 1.2 faces-cfg is now in > the internal faces-config :-( > > can you open a bug ?
using an older version of the "Trinidad plugins" (1.2.6 instead of 1.2.7) the problem is gone. Temporary fix: -I am now using 1.2.6 on trunk Can you do a check out of: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk run the build (mvn install) and try the -api and -impl jars on your application ? The issue should be gone. long term fix: check the plugins ;-) -Matthias > > -matthias > > > -- > Matthias Wessendorf > > Need JSF and Web 2.0? > http://code.google.com/p/facesgoodies > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > mail: matzew-at-apache-dot-org > -- Matthias Wessendorf Need JSF and Web 2.0? http://code.google.com/p/facesgoodies further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

