users@glassfish.java.net

Re: JSF,Tiles and Glassfish

From: <glassfish_at_javadesktop.org>
Date: Sat, 24 Mar 2007 20:23:39 PST

This appears to be an XML parsing error. It looks like your schema definition in your faces-config.xml file is incorrect. You have:

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd" version="1.2">

I suspect that it should be:

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd" version="1.2">

You have duplicated part of the URL leading to the schema file.

               Gregg
[Message sent by forum member 'gsl1' (gsl1)]

http://forums.java.net/jive/thread.jspa?messageID=209759