[jboss-jira] [JBoss JIRA] Commented: (JBAS-8265) Unable to run spring-security-3 with JBoss AS 6M4
Emmanuel Bernard (JIRA)
jira-events at lists.jboss.org
Fri Jul 30 04:34:49 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12542088#action_12542088 ]
Emmanuel Bernard commented on JBAS-8265:
----------------------------------------
Alternatively but we really really really do not recommend it. You can disable schema validation
in file AS_600M4/server/default/deployers/jbossweb.deployer/META-INF/war-deployers-jboss-beans.xml
change
---
<bean name="TldParsingDeployer" class="org.jboss.deployment.TldParsingDeployer">
<property name="relativeOrder">2002</property>
</bean>
---
to
---
<bean name="TldParsingDeployer" class="org.jboss.deployment.TldParsingDeployer">
<property name="relativeOrder">2002</property>
<property name="useSchemaValidation">false</property>
</bean>
---
> Unable to run spring-security-3 with JBoss AS 6M4
> -------------------------------------------------
>
> Key: JBAS-8265
> URL: https://jira.jboss.org/browse/JBAS-8265
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.M4
> Reporter: Matthew Schmidt
>
> When trying to deploy our app on JBoss AS 6M4, we run into a problem where the server apparently won't validate the spring security taglibs. It complains about how attribute is not an appropriate element. Any help here would be greatly appreciated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list