Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6543695E9 for ; Tue, 21 Feb 2012 16:44:59 +0000 (UTC) Received: (qmail 16580 invoked by uid 500); 21 Feb 2012 16:44:58 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 16497 invoked by uid 500); 21 Feb 2012 16:44:58 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 16439 invoked by uid 99); 21 Feb 2012 16:44:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 16:44:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 16:44:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CDB163332DC for ; Tue, 21 Feb 2012 16:44:34 +0000 (UTC) Date: Tue, 21 Feb 2012 16:44:34 +0000 (UTC) From: "Claudiu Muresan (Created) (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1087963216.6387.1329842674844.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (JCR-3241) Jackrabbit does not deploy on JBoss AS 7.1.0 Final MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Jackrabbit does not deploy on JBoss AS 7.1.0 Final -------------------------------------------------- Key: JCR-3241 URL: https://issues.apache.org/jira/browse/JCR-3241 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-jca Affects Versions: 2.2.10 Reporter: Claudiu Muresan Priority: Blocker When deploying Jackrabbit JCA rar (resource adapter archive) on JBoss 7.1.0 final we have the following errors: Section: 19.4.2 Description: A ResourceAdapter must implement a "public int hashCode()" method. Code: org.apache.jackrabbit.jca.JCAResourceAdapter Severity: ERROR Section: 19.4.2 Description: A ResourceAdapter must implement a "public boolean equals(Object)" method. Code: org.apache.jackrabbit.jca.JCAResourceAdapter JBoss ironjacamar runs a validation sequence on the JCAResourceAdapter which seems to not conform to EE6 specifications. I tried with latest jackrabbit version and I have the same result. I need to use jackrabbit with JBoss 7.1.0 so this issue is kind of blocking. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira