From commits-return-3334-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Dec 04 14:38:48 2006 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 41663 invoked from network); 4 Dec 2006 14:38:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 14:38:47 -0000 Received: (qmail 81984 invoked by uid 500); 4 Dec 2006 14:38:51 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 81949 invoked by uid 500); 4 Dec 2006 14:38:50 -0000 Mailing-List: contact commits-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 commits@jackrabbit.apache.org Received: (qmail 81933 invoked by uid 500); 4 Dec 2006 14:38:50 -0000 Delivered-To: apmail-incubator-jackrabbit-commits@incubator.apache.org Received: (qmail 81930 invoked by uid 99); 4 Dec 2006 14:38:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 06:38:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 06:38:41 -0800 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id AEC936ACA9 for ; Mon, 4 Dec 2006 14:38:20 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jackrabbit-commits@incubator.apache.org Date: Mon, 04 Dec 2006 14:38:20 -0000 Message-ID: <20061204143820.21866.76905@ajax.apache.org> Subject: [Jackrabbit Wiki] Update of "JackRabbitOnWeblogic" by rkorbee X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by rkorbee: http://wiki.apache.org/jackrabbit/JackRabbitOnWeblogic New page: = JackRabbit On WebLogic = == Applies to versions == * WebLogic 8.1 SP4 * Oracle 9i == Setting up JNDI in JackRabbit == * This is the default configuration. With Oracle this doesn't work because Oracle needs an OracleDataSource to be able to use Oracle extensions such as BLOB, Struct etc. * For Oracle support with JNDI a new class is implemented: JNDIOracleDatabaseFileSystem. The code for this class stored on the examples page. * Change JNDIDatabaseFileSystem to JNDIOracleDatabaseFileSystem in the above example. The other settings remain the same. == Configuring WebLogic == * Use the default Oracle driver * Configure a datasource * create a JNDI name * now webLogic will return a wrapper DataSource for Oracle from which Jackrabbit can use Oracle extensions == Using WebDAV == * No special configuration is needed for using webDAV