Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1.10
-
None
-
None
Description
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.