简体   繁体   中英

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

I tried to deploy Apache Jackrabbit-2.10.1.rar on Wildfly 9.0.1 but i get an exception:

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

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

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

It says:

Due to an issue with validation when deploying Jackrabbit on JBoss ( see https://issues.apache.org/jira/browse/JCR-3241 ), the archive-validation should be disabled within the JCA subsystem in /standalone/configuration/standalone.xml as a workaround:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM