Changeset 476 for branches

Show
Ignore:
Timestamp:
01/26/11 13:56:10 (16 months ago)
Author:
martijn
Message:

Fixup

Location:
branches/ds_pool
Files:
3 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/ds_pool/.classpath

    r343 r476  
    44        <classpathentry excluding="org/bridgedb/rdb/TestJdbc.java" kind="src" path="test"/> 
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    6         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> 
    76        <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb"/> 
    87        <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb.bio"/> 
    98        <classpathentry kind="lib" path="lib/derby.jar"/> 
    109        <classpathentry kind="lib" path="build-lib/derbyclient.jar"/> 
     10        <classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/> 
     11        <classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/> 
     12        <classpathentry kind="lib" path="lib/commons-dbcp-1.3.jar"/> 
     13        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
    1114        <classpathentry kind="output" path="bin"/> 
    1215</classpath> 
  • branches/ds_pool/src/org/bridgedb/rdb/IDMapperRdb.java

    r318 r476  
    5656                public IDMapper connect(String location) throws IDMapperException  
    5757                { 
     58                        System.out.println ("Using ds_pool driver"); 
    5859                        String url = "jdbc:derby:jar:(" + location + ")database"; 
    5960                        return SimpleGdbFactory.createInstance(location, url);