RE: Configuring SSL

From: Elena Doyle (ed28..dmin.cam.ac.uk)
Date: Tue Jun 17 2008 - 04:31:43 EDT

  • Next message: Eric Polino: "Query Issues"

    Scott,

    Thank you but I am afraid the link does not work.

    Elena

    -----Original Message-----
    From: Scott Anderson [mailto:sanderso..irvana.com]
    Sent: 16 June 2008 19:58
    To: use..ayenne.apache.org
    Subject: RE: Configuring SSL

    I use a custom DSF for different reasons, but this might help anyways:
    http://bnubot.googlecode.com/svn/trunk/BNUBot/src/net/bnubot/db/conf/Cay
    enneConfiguration.java

    It's not as well documented as Andrus' example, but hopefully it's a little more obvious what it's
    doing.

    -----Original Message-----
    From: Andrus Adamchik [mailto:andru..bjectstyle.org]
    Sent: Monday, June 16, 2008 11:55 AM
    To: use..ayenne.apache.org
    Subject: Re: Configuring SSL

    Hi Elena,

    Here is a (badly written) factory for DBCP:

    https://svn.apache.org/repos/asf/cayenne/main/trunk/framework/cayenne-jd
    k1.5-unpublished/src/main/java/org/apache/cayenne/conf/DBCPDataSourceFac
    tory.java

    You can use a similar approach to properties loading, but then instead of doing what we did with
    DBCPDataSourceProperties/ DBCPDataSourceBuilder helper classes, do this:

    1. Load a properties file (that will have to include the URL, user name, password, and any of your
    custom settings) to a java.util.Properties object.
    2. instantiate DBCP BasicDataSource, and call its set* methods to populate the properties.

    Andrus

    On Jun 16, 2008, at 6:39 PM, Elena Doyle wrote:

    > Andrus,
    >
    > Many thanks for this. Due to bussiness needs I need to write a custom
    > one. As I am mostly a database and PL/SQL person, is the source code
    > of the standard Cayenne data factory available anywhere. I could not
    > find it in the repository.
    >
    > Many thanks
    >
    > Elena



    This archive was generated by hypermail 2.0.0 : Tue Jun 17 2008 - 04:32:27 EDT