Apache Jackrabbit 2.10.1.rar 版本未在 wildfly 9.0.1 中部署

Apache Jackrabbit 2.10.1.rar version does not deploy in wildfly 9.0.1

我尝试在 Wildfly 9.0.1 上部署 Apache Jackrabbit-2.10。1.rar 但出现异常:

org.jboss.jca.deployers.common.DeployException: IJ020056:

Description: A ResourceAdapter must implement a \"public boolean equals(Object)\" method. Code: org.apache.jackrabbit.jca.JCAResourceAdapter"

http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.stardust.docs.deployment%2Fhtml%2Fapplicationserversetup%2Fjboss.html

它说:

由于在 JBoss 上部署 Jackrabbit 时出现验证问题(参见 https://issues.apache.org/jira/browse/JCR-3241),应在 /standalone/configuration/standalone 的 JCA 子系统中禁用存档验证。xml 作为解决方法:

   <subsystem xmlns="urn:jboss:domain:jca:1.1">
   <archive-validation enabled="false" fail-on-error="true" fail-on-warn="false"/>