Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 002B19DE1 for ; Wed, 21 Mar 2012 14:43:38 +0000 (UTC) Received: (qmail 95266 invoked by uid 500); 21 Mar 2012 14:43:38 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 95232 invoked by uid 500); 21 Mar 2012 14:43:38 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 95223 invoked by uid 99); 21 Mar 2012 14:43:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2012 14:43:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of soyelmateo@gmail.com designates 209.85.161.177 as permitted sender) Received: from [209.85.161.177] (HELO mail-gx0-f177.google.com) (209.85.161.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2012 14:43:30 +0000 Received: by ggnk1 with SMTP id k1so1248063ggn.22 for ; Wed, 21 Mar 2012 07:43:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=J3FVXWT6+azsLrZe6Hc25ptNDRpCUZ6IJpymok+yUKA=; b=apTGDpANprSgngEooOtZs2AmWnQ8Ulukp+eTkowtgM1jZr96Uqq2IkyqZkQk1LMbmI Fp2I36EFjj8/pM0Erls1cjUFVfR9c0hvCpWoswHtLhgmBGgziTXcDe0bwCETX0W/g0/D zF1R9ADy2W+JaWpk7hRj4aTtTiB0nRZs6TOw9LMIpnTLtlvrDvE4QqtAaQ5D+bxJha8t WHmNHRDYrNJTAPXC6Ew17URom4bwgM6UQY3egdenOLm4QmtvsyfOQC3VwRgfviUSj6oC SXOGSVeP9lEraTaSm53EkQNNW9Svk8sushS1jJm5WdihfMdYUmUH8+meyIFOnDAJsA9/ J0UQ== MIME-Version: 1.0 Received: by 10.182.159.35 with SMTP id wz3mr1144517obb.47.1332340989473; Wed, 21 Mar 2012 07:43:09 -0700 (PDT) Received: by 10.182.75.195 with HTTP; Wed, 21 Mar 2012 07:43:09 -0700 (PDT) In-Reply-To: References: <4F6319A6.2060109@die-schneider.net> <4F64D646.2050708@die-schneider.net> <4F2F925C53AC43E5BF3B1F2F3C425082@gmail.com> <4F687468.3070700@die-schneider.net> Date: Wed, 21 Mar 2012 15:43:09 +0100 Message-ID: Subject: Re: Connect a bundle to a data base From: elMateo To: users@felix.apache.org Content-Type: multipart/alternative; boundary=14dae93999d965b22604bbc1cf88 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93999d965b22604bbc1cf88 Content-Type: text/plain; charset=ISO-8859-1 What I want it's only a bundle that work as a bridge to whatever database. The other bundles access to this one to retrieve any information from external databases. But I don't get this :( On Wed, Mar 21, 2012 at 2:38 PM, Donald Whytock wrote: > What you probably want in the long run is a datasource-generating > service, to which you pass the database URI. You can put things in > the properties of the service to indicate whether it's Oracle, mySQL, > MSSQL, etc., so that you can have multiple generating services at the > same time. > > Don > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org > For additional commands, e-mail: users-help@felix.apache.org > > --14dae93999d965b22604bbc1cf88--