Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 37155 invoked from network); 12 Jan 2011 06:32:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 06:32:15 -0000 Received: (qmail 6027 invoked by uid 500); 12 Jan 2011 06:32:14 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 5156 invoked by uid 500); 12 Jan 2011 06:32:11 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 5140 invoked by uid 99); 12 Jan 2011 06:32:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 06:32:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 06:32:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0C6Vmpk023511 for ; Wed, 12 Jan 2011 06:31:48 GMT Message-ID: <17215301.307081294813908444.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 01:31:48 -0500 (EST) From: "Christian Kaltepoth (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (TOMAHAWK-1560) Tomahawk 1.1.10 for JSF 1.2 fails to deploy on JBoss AS 6 because of TLD errors In-Reply-To: <26899118.53121293586186134.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMAHAWK-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980584#action_12980584 ] Christian Kaltepoth commented on TOMAHAWK-1560: ----------------------------------------------- Here is a link to the JBoss issue that Stan created regarding this: https://issues.jboss.org/browse/JBAS-8800 However, I think that this issue should also be fixed in the Trinidad/Tomahawk/Commons TLDs. It is undeniable that the current TLDs are not readable by a validating parser because they do not validate against the schema. And that is something that should be fixed for future versions. > Tomahawk 1.1.10 for JSF 1.2 fails to deploy on JBoss AS 6 because of TLD errors > ------------------------------------------------------------------------------- > > Key: TOMAHAWK-1560 > URL: https://issues.apache.org/jira/browse/TOMAHAWK-1560 > Project: MyFaces Tomahawk > Issue Type: Bug > Affects Versions: 1.1.10 > Reporter: Kennard Consulting > Priority: Critical > Attachments: TOMAHAWK-1560.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Tomahawk 1.1.10 for JSF 1.2 fails to deploy on the recently released JBoss AS 6. This appears to be because of errors in tomahawk.tld. I managed to resolve it by taking the following steps (any of which may be sub-optimal): > 1. Changed xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" to xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" (i.e. the first half of the schemaLocation was missing) > 2. Removed tag (is a bad element name?) > 3. Removed all tags (they contain invalid markup?) > Regards, > Richard. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.