As of changeset 4d9e2702f31b478ef070b966961fbae2407cadcb the HEAD release of HiveDB requires Java6 (1.6). We were trying to maintain compatibility with both Java5 and Java6 but were unable to do so due to changes in the DataSource interface.
We have changed our default connection pooling implementation from DBCP to C3P0. C3P0 has better failure […]
Category: java
Updating to Java 1.6
Screencast Example Code
Here is the example project that we used in the HiveDB screencast along with a SQL script to create the databases. You can get the project a couple of ways:
Download the source tarball screencast.tar.gz
Checkout the screencast branch from GitHub
$ git clone git://github.com/britt/hivedb.git
$ cd hivedb/
$ git checkout –track -b screencast-example origin/screencast
HiveDB Maven Repository
We’ve been very busy but quiet lately. One product of our business is a maven repository for HiveDB located at http://www.hivedb.org/maven.
<dependency>
<groupId>org.hivedb</groupId>
<artifactId>hivedb</artifactId>
<version>0.9.2</version>
</dependency>
