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:
<drivers> <driver name="cassandra" module="com.abc.xyz.jboss.cassandra"> <driver-class>com.datastax.driver.core.xxxxxxxx</driver-class> </driver> </drivers> What do I replace "xxxxxxxx" with? Is "com.datastax.driver.core" even correct, or am I going down the wrong path? I am using the DataStax 2.0.2 driver, with Cassandra 2.0.8. Should I be using <datasource-class> instead of <driver-class>? Does anybody have a working example they can share? Any help to get me going would be appreciated. Thanks. Bill