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
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 <display-name> tag (is a bad element name?)
3. Removed all <description> 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.