Author: maschmid Date: 2012-10-08 06:11:56 -0400 (Mon, 08 Oct 2012) New Revision: 15199
Modified: branches/community/Seam_2_3/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml Log: examples, messages, components.xml namespace fix Modified: branches/community/Seam_2_3/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml =================================================================== --- branches/community/Seam_2_3/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml 2012-10-08 07:58:41 UTC (rev 15198) +++ branches/community/Seam_2_3/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml 2012-10-08 10:11:56 UTC (rev 15199) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<components xmlns="http://www.jboss.org/schema/seam/components" +<components xmlns="http://jboss.org/schema/seam/components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.jboss.org/schema/seam/components http://www.jboss.org/schema/seam/components-2.3.xsd"> + xsi:schemaLocation="http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd"> <component name="org.jboss.seam.core.init"> <property name="jndiPattern">${jndiPattern}</property> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
