Thanks Galder,<br><br>I am currently reorganizing my code around your requests.<br><br>For the Unit tests I need some temporary file system storage. I currently based it under ${java.io.tmpdir}. Should I use another directory ?<br>
<br>Also, my code is based on a Cassandra Connection Pool I have developed (and is available at <a href="http://github.com/tristantarrant/cassandra-connection-pool">http://github.com/tristantarrant/cassandra-connection-pool</a>).<br>
<br>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&#39; Nexus ?<br><br>Tristan<br>