From dev-return-25752-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Oct 02 16:51:48 2009 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 91836 invoked from network); 2 Oct 2009 16:51:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Oct 2009 16:51:48 -0000 Received: (qmail 66154 invoked by uid 500); 2 Oct 2009 16:51:47 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 66092 invoked by uid 500); 2 Oct 2009 16:51:47 -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 66053 invoked by uid 99); 2 Oct 2009 16:51:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 16:51:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 16:51:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B939234C04C for ; Fri, 2 Oct 2009 09:51:23 -0700 (PDT) Message-ID: <2074201274.1254502283635.JavaMail.jira@brutus> Date: Fri, 2 Oct 2009 09:51:23 -0700 (PDT) From: "Michael Xue (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1946) JCAResourceAdapter must implement Serializable In-Reply-To: <220348746.1232482379674.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/JCR-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761640#action_12761640 ] Michael Xue commented on JCR-1946: ---------------------------------- Good point. We'll probably use database (MS SQL Server) in production environment. We're still working on the cluster issue. > JCAResourceAdapter must implement Serializable > ---------------------------------------------- > > Key: JCR-1946 > URL: https://issues.apache.org/jira/browse/JCR-1946 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-jca > Affects Versions: 1.5.0 > Environment: Oracle Weblogic 10.0 on Sun Solaris OS 10 > Reporter: Michael Xue > Fix For: 2.0-alpha12 > > Attachments: jackrabbit-jca JNDI entry in a single server.jpg, jackrabbit-jca JNDI entry in cluster server.jpg > > > We are running Weblogic 10.0 servers in cluster environment. When deploying the rar, we always get this warning from weblogic stdout.log: > class 'org.apache.jackrabbit.jca.JCAResourceAdapter' should implement java.io.Serializable but does not.> > When trying to do the JNDI lookup the repository, we got the error "No Object found: jackrabbit|null". The jackrabbit entry in the jndi tree is visible only as a javax.naming.reference and not as the JCARepositoryHandle due to the above warning. Due to that, we can't deploy jackrabbit-jca in Test/Production environment. > I'm no expert in JCA, but feel it is fairly easy to implement Serializable for JCAResourceAdapter. Please help us out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.