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 Thu, Oct 3, 2013 a

Re: DataStax driver with Scala/Akka

2013-10-03 Thread Richard Rodseth
Thanks very much. Your pom works for me too, so that gives me a good reference point. On Thu, Oct 3, 2013 at 11:30 AM, Giancarlo Silvestrin wrote: > I created a sample pom.xml that successfully compiles cassandra.scala > using maven 3, it might be useful to compare with you own: > https://gist.g

Re: DataStax driver with Scala/Akka

2013-10-03 Thread Giancarlo Silvestrin
I created a sample pom.xml that successfully compiles cassandra.scala using maven 3, it might be useful to compare with you own: 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,

Re: DataStax driver with Scala/Akka

2013-10-03 Thread Richard Rodseth
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 create a simpler test case. I just tried adding the exclusion to the pom dependency, but it didn't make a difference. sbt: "com.datastax.cassandra"

Re: DataStax driver with Scala/Akka

2013-10-03 Thread Giancarlo Silvestrin
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 can try to help you. -- Giancarlo On Thu, Oct 3, 2013 at 12:14 PM, Richard Rodseth wrote: > I wanted to try the async Cassandra driver from

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