Cassandra driver class

2016-01-29 Thread KAMM, BILL
I'm just getting started with Cassandra, and am trying to integrate it with JBoss. I'm configuring the standalone-ha-full.xml file, but don't know what to use for the driver class. For example, I have this: com.datastax.driver.core. What do I replace ""

Cassandra Connection Pooling

2016-01-28 Thread KAMM, BILL
Hi, I'm looking for some good info on connection pooling, using JBoss. Is this something that needs to be configured within JBoss, or is it handled directly by the Cassandra classes themselves? Thanks. Bill