Re: DataStax driver with Scala/Akka

2013-10-04 Thread Richard Rodseth
For the record, I was depending on a project that was pulling in an older r09 version of Guava. Thanks again for the help. On Thu, Oct 3, 2013 at 7:29 PM, Richard Rodseth wrote: > Thanks very much. Your pom works for me too, so that gives me a good > reference point. > > > On T

Re: DataStax driver with Scala/Akka

2013-10-03 Thread Richard Rodseth
gt; https://gist.github.com/gsilvestrin/6814624 > > > On Thu, Oct 3, 2013 at 2:16 PM, Richard Rodseth wrote: > >> Thanks for the offer. I wouldn't be able to share the whole pom, and this >> task has been de-prioritized, but if I can find the time I will try to >> cr

Re: DataStax driver with Scala/Akka

2013-10-03 Thread Richard Rodseth
snappy-java 1.0.5 On Thu, Oct 3, 2013 at 10:36 AM, Giancarlo Silvestrin wrote: > Richard, > > I'm using akka + cassandra as well. I copied cassandra.scala to my local > project and it compiled fine using SBT. > > If you can share your pom.xml I c

DataStax driver with Scala/Akka

2013-10-03 Thread Richard Rodseth
I wanted to try the async Cassandra driver from DataStax, in a Scala/Akka app, so I took a look at the Akka Cassandra Activator template. https://github.com/eigengo/activator-akka-cassandra I copied cassandra.scala from the template (it contains a conversion from ResultSetFuture to a Scala future