Thanks Galder,
I am currently reorganizing my code around your requests.
For the Unit tests I need some temporary file system storage. I currently
based it under ${java.io.tmpdir}. Should I use another directory ?
Also, my code is based on a Cassandra Connection Pool I have developed (and
is available at
http://github.com/tristantarrant/cassandra-connection-pool).
The connection pool and its dependencies (such as the cassandra 0.6.5 jar)
are hosted on my private Maven repository. How should we handle that ?
Publish them to JBoss' Nexus ?
Tristan