Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 52931 invoked from network); 18 Apr 2010 10:14:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Apr 2010 10:14:15 -0000 Received: (qmail 52050 invoked by uid 500); 18 Apr 2010 10:14:14 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 51899 invoked by uid 500); 18 Apr 2010 10:14:12 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 51890 invoked by uid 99); 18 Apr 2010 10:14:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 10:14:11 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=AWL,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.223.171] (HELO mail-iw0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 10:14:04 +0000 Received: by iwn1 with SMTP id 1so2544239iwn.27 for ; Sun, 18 Apr 2010 03:13:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.36.131 with HTTP; Sun, 18 Apr 2010 03:13:39 -0700 (PDT) X-Originating-IP: [221.222.121.149] Date: Sun, 18 Apr 2010 18:13:39 +0800 Received: by 10.231.154.77 with SMTP id n13mr1422777ibw.11.1271585619491; Sun, 18 Apr 2010 03:13:39 -0700 (PDT) Message-ID: Subject: jackrabbit-jca-2.0.0 in jboss From: =?GB2312?B?1cW/y8X0?= To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=001636cd737f26bafe04848019cb --001636cd737f26bafe04848019cb Content-Type: text/plain; charset=ISO-8859-1 greeting: I have jackrabbit-jca-2.0.0.rar worked with jboss 5.1.0.GA, just as wiki (JackrabbitOnJBoss) said. but when i uedeploy the jca-ds.xml. the repository is seems not shutdown. it still be locked, and clusterNode sync method keep runing. then i checked the JCAResourceAdapter.java, i find the stop method has shutdown the repository. so, the jboss may be not invoke the jca stop method when it's undeployed, isn't it? i even got another problem: i use jndi datasoure configed in jboss for jackrabbit use. for example mysql-ds.xml. when i redeploy mysql-ds.xml only (jboss keep running). then the jackrabbit will not find it again. because org.apache.jackrabbit.core.util.db.ConnectionFactory.java has cached the datasource with old reference. --001636cd737f26bafe04848019cb--