Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 28932 invoked from network); 14 Jun 2006 20:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 20:28:28 -0000 Received: (qmail 97524 invoked by uid 500); 14 Jun 2006 20:28:28 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 97502 invoked by uid 500); 14 Jun 2006 20:28:27 -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 97493 invoked by uid 99); 14 Jun 2006 20:28:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 13:28:27 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of David.Winterbottom@ubs.com designates 139.149.1.205 as permitted sender) Received: from [139.149.1.205] (HELO dmz-vsgate2.ldn.ibb.ubs.com) (139.149.1.205) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 13:28:26 -0700 Received: from sldn0848xmh.ldn.swissbank.com (localhost [127.0.0.1]) by sldn0848xmh.ldn.swissbank.com (8.11.7+Sun/8.8.8) with ESMTP id k5EKS2P14606 for ; Wed, 14 Jun 2006 21:28:02 +0100 (BST) Received: (from smap@localhost) by sldn0848xmh.ldn.swissbank.com (8.11.7+Sun/8.8.8) id k5EKS1h14583 for ; Wed, 14 Jun 2006 21:28:01 +0100 (BST) Received: from (inside [139.149.41.81]) by sldn0848xmh.ldn.swissbank.com via smap (V2.0b/ubs) id xma014568; Wed, 14 Jun 2006 21:27:59 +0100 Received: from nldn1257pap.ubsgs.ubsgroup.net (nldn1257pap.ldn.swissbank.com [139.149.129.30]) by sldn0845pmh.ldn.swissbank.com (8.11.7+Sun/8.8.8) with ESMTP id k5EKRwW28217 for ; Wed, 14 Jun 2006 21:27:58 +0100 (BST) From: David.Winterbottom@ubs.com Received: from NLDNC101PEX1.ubsw.net ([139.149.215.133]) by nldn1257pap.ubsgs.ubsgroup.net with Microsoft SMTPSVC(5.0.2195.6760); Wed, 14 Jun 2006 21:27:58 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: Newbie Question: Oracle Support Date: Wed, 14 Jun 2006 21:27:56 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Newbie Question: Oracle Support Thread-Index: AcaP8QVSnEyLDye8QEesvwG6S2rPmA== To: X-OriginalArrivalTime: 14 Jun 2006 20:27:58.0137 (UTC) FILETIME=[063FC290:01C68FF1] X-UBSIB-Journal: yes Content-Type: multipart/mixed; boundary="retimiled-emim-mijooneldraneldeen" X-UBS-Disclaimer: Version $Revision: 1.27 $ X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --retimiled-emim-mijooneldraneldeen Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68FF1.06324EE5" This is a multi-part message in MIME format. ------_=_NextPart_001_01C68FF1.06324EE5 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I have just started to look at jackrabbit so please don't take offence. I have a task to create a new web site. The new site will be fairly static, but we want to update and add content without performing a release process. There will also be a search facility and possibly a forum of some sort. We started looking at an in-house CMS but this had too many restrictions on the structure of our site. So we have decided to go back to a standard Web MVC. To fill the requirement=20 of i18n we decided all content had come from a Resource Bundle with contents=20 read from a database table (or a number of tables - *Backed by a cache of course*) This is when I discovered Apache Jackrabbit. If we used a Jackrabbit repository to back=20 the Resource Bundle then if would make the search functionality a whole lot easier. I have looked at a number of simple implementations and jackrabbit looks like a good fit: My questions are: Is this a valid use of the Jackrabbit Content Repository ? =09 Should I back my repository with a Database?=20 I have had some problems moving the simple examples to Oracle. Is Oracle a supported database? I changed the ddl but even with the tables created I received constraint errors on the indexes? I would appreciate any assistance that someone could provide. Cheers David Winterbottom ------------------------------- David.Winterbottom@ubs.com ------_=_NextPart_001_01C68FF1.06324EE5 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Newbie Question: Oracle Support

Hi,


I have just started to look at = jackrabbit so please don't take offence.

I have a task to create a new web site. = The new site will be fairly static,
but we want to update and add content = without performing a release process.
There will also be a search facility = and possibly a forum of some sort.
We started looking at an in-house CMS = but this had too many restrictions
on the structure of our site.

So we have decided to go back to a = standard Web MVC. To fill the requirement
of i18n we decided all content had = come from a Resource Bundle with contents
read from a database table (or a = number of tables - *Backed by a cache of course*)

This is when I discovered Apache = Jackrabbit. If we used a Jackrabbit repository to back
the Resource Bundle then if would make = the search functionality a whole lot easier.

I have looked at a number of simple = implementations and jackrabbit looks like a good fit:

My questions are:
        Is this a valid use of the Jackrabbit Content Repository = ?
       =20
        Should I back my repository with a Database?

        I have had some problems moving the simple examples to = Oracle. Is Oracle a supported
        database? I changed the ddl but even with the tables = created I received constraint errors
        on the indexes?

I would appreciate any assistance that = someone could provide.

Cheers

David Winterbottom
-------------------------------
David.Winterbottom@ubs.com

------_=_NextPart_001_01C68FF1.06324EE5-- --retimiled-emim-mijooneldraneldeen Content-Type: text/plain; charset=us-ascii; name="disclaim.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-Description: Legal Disclaimer Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. --retimiled-emim-mijooneldraneldeen--