[
https://issues.apache.org/jira/browse/TOMAHAWK-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe updated TOMAHAWK-1560:
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.11-SNAPSHOT
Assignee: Leonardo Uribe
Status: Resolved (was: Patch Available)
Thanks to Christian Kaltepoth for provide this patch
> 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
> Assignee: Leonardo Uribe
> Priority: Critical
> Fix For: 1.1.11-SNAPSHOT
>
> 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 <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.