[
https://issues.apache.org/jira/browse/TOMAHAWK-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980379#action_12980379
]
Stan Silvert commented on TOMAHAWK-1560:
----------------------------------------
I'd be interested to know if this workaround fixes the problem. Go to
server/default/deployers/jbossweb.deployer/META-INF/war-deployers-jboss-beans.xml.
Set one or both of the validation properties to false:
<bean name="TldParsingDeployer" class="org.jboss.deployment.TldParsingDeployer">
<property name="relativeOrder">2002</property>
<property name="useSchemaValidation">false</property>
<property name="useValidation">false</property>
</bean>
> 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 <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.