Groups
Groups
Sign in
Groups
Groups
Spring Data Cassandra
Conversations
Labels
About
Send feedback
Help
Spring Data Cassandra
Contact owners and managers
1–30 of 40
The SDC project code base is located on GitHub. We welcome all contributions and are now evaluating pull requests.
https://github.com/spring-
projects/spring-data-cassandra
As of July 28, 2014 please use
stackoverflow.com
and the "spring-data-cassandra" tag for all questions related to this module.
Thanks,
Dave and Matt
Mark all as read
Report group
0 selected
Barak Cohen
,
Matthew Adams
3
7/29/14
How can i get a callback after an asynchronous operation is over?
thanks, issue was posted in here: https://jira.spring.io/browse/DATACASS-144 On Tuesday, July 29,
unread,
How can i get a callback after an asynchronous operation is over?
thanks, issue was posted in here: https://jira.spring.io/browse/DATACASS-144 On Tuesday, July 29,
7/29/14
Christopher Noyes
, …
Matthew Adams
7
7/29/14
Problem initiliazing cluster using CassandraClusterFactoryBean
Can you enter a JIRA issue for us to create Spring Boot integration for Spring Data Cassandra? Thanks
unread,
annotation
Problem initiliazing cluster using CassandraClusterFactoryBean
Can you enter a JIRA issue for us to create Spring Boot integration for Spring Data Cassandra? Thanks
7/29/14
Barak Cohen
, …
Matthew Adams
6
7/29/14
CassandraTemplate @PrimaryKeyColumn annotation, name property, not working on delete
Yes, that's the right place. I'll double check to see how we take pull requests, because
unread,
annotation
cql3
CassandraTemplate @PrimaryKeyColumn annotation, name property, not working on delete
Yes, that's the right place. I'll double check to see how we take pull requests, because
7/29/14
Jens Rantil
,
Matthew Adams
3
7/29/14
How do I set consisency level?
Hi Jens, Currently, all custom repository methods boil down to those found in
unread,
How do I set consisency level?
Hi Jens, Currently, all custom repository methods boil down to those found in
7/29/14
Muthu Selvan
7/15/14
ERROR:Start cassandra in embedded service
Hello All , I am getting the below exception when trying to start embeddedcassandra from java code
unread,
cassandra-repositories
cassandra-unit
ERROR:Start cassandra in embedded service
Hello All , I am getting the below exception when trying to start embeddedcassandra from java code
7/15/14
Jens Rantil
,
David Webb (Prowave)
2
7/1/14
Composite primary key in repository supported?
Check out Section 4.6.1 in the Reference Guide on how to define Composite Keys, then you can use this
unread,
Composite primary key in repository supported?
Check out Section 4.6.1 in the Reference Guide on how to define Composite Keys, then you can use this
7/1/14
ScheideckerAntunes
,
David Webb (Prowave)
3
6/17/14
How to use Spring Data Cassandra as I have used Thrift before?
Thanks David. That helps. On Tuesday, June 17, 2014 6:53:13 AM UTC-6, David Webb (Prowave) wrote: 1)
unread,
How to use Spring Data Cassandra as I have used Thrift before?
Thanks David. That helps. On Tuesday, June 17, 2014 6:53:13 AM UTC-6, David Webb (Prowave) wrote: 1)
6/17/14
Jens Rantil
6/17/14
Embedded entities
Hi, I'm trying to figure out how to create an embedded entity using spring-data-cassandra. Can
unread,
Embedded entities
Hi, I'm trying to figure out how to create an embedded entity using spring-data-cassandra. Can
6/17/14
Colin McQueen
,
David Webb
2
6/16/14
Saving entity with a java.util.Date as the cluster key and storing it as a TimeUUID in Cassandra?
Colin, There is no support for that at this time. You can create a Jira and/or pull request if you
unread,
cassandra-repositories
timeuuid
Saving entity with a java.util.Date as the cluster key and storing it as a TimeUUID in Cassandra?
Colin, There is no support for that at this time. You can create a Jira and/or pull request if you
6/16/14
77....@gmail.com
,
David Webb
2
6/16/14
How to create connection pool using Spring Data Cassandra?
There are no such things as Connection Pools like you are used to with RDBMS and JDBC. SDC* Manages
unread,
How to create connection pool using Spring Data Cassandra?
There are no such things as Connection Pools like you are used to with RDBMS and JDBC. SDC* Manages
6/16/14
ScheideckerAntunes
,
David Webb (Prowave)
4
6/16/14
Multi-tenancy: How to access multiple Keyspaces from a bean?
Sessions are tied to keyspaces, and are recommended to be final and static for performance reasons.
unread,
Multi-tenancy: How to access multiple Keyspaces from a bean?
Sessions are tied to keyspaces, and are recommended to be final and static for performance reasons.
6/16/14
ScheideckerAntunes
,
David Webb (Prowave)
3
6/16/14
Questions on Spring-data-cassandra for MVC REST application
See below: Hello, Was hopping to get a full example with authentication, etc on how to use Spring-
unread,
Questions on Spring-data-cassandra for MVC REST application
See below: Hello, Was hopping to get a full example with authentication, etc on how to use Spring-
6/16/14
jayant chauhan
,
David Webb (Prowave)
2
6/16/14
Accessing the bean created
If CassandraTemplate is null in your DAO pattern, then autowiring isn't happening. You might also
unread,
Accessing the bean created
If CassandraTemplate is null in your DAO pattern, then autowiring isn't happening. You might also
6/16/14
Wim Deblauwe
,
David Webb (Prowave)
3
6/11/14
NoSuchMethodError using cassandra-unit
I did originally ask there, but they where not able to help me. In the mean time, I found that by
unread,
cassandra-unit
NoSuchMethodError using cassandra-unit
I did originally ask there, but they where not able to help me. In the mean time, I found that by
6/11/14
Colin McQueen
,
Matthew Adams
4
6/5/14
Possible Classloader leak?
I'm not sure, I've been struggling to fix the Perm gen problem. When looking at the heap that
unread,
cglib
classloader-leak
perm-gen
Possible Classloader leak?
I'm not sure, I've been struggling to fix the Perm gen problem. When looking at the heap that
6/5/14
Wim Deblauwe
,
Matthew Adams
2
6/5/14
Initialization/migration of the cassandra database?
Sorry, I don't know of any, but then again, I haven't looked... :) On Wed, Jun 4, 2014 at 1:
unread,
Initialization/migration of the cassandra database?
Sorry, I don't know of any, but then again, I haven't looked... :) On Wed, Jun 4, 2014 at 1:
6/5/14
Arpan Mukhopadhyay
, …
Matthew Adams
23
5/20/14
Saving annotated pojo to cassandra
Yeah sure. I found the following method in AbstractCassandraConfiguration protected String
unread,
Saving annotated pojo to cassandra
Yeah sure. I found the following method in AbstractCassandraConfiguration protected String
5/20/14
Jega A
,
David Webb (Prowave)
2
5/14/14
Using "named parameters" with @Query does not seem to work
This is on the list of todos. https://jira.spring.io/browse/DATACASS-117 For future sanity, the JPA
unread,
Using "named parameters" with @Query does not seem to work
This is on the list of todos. https://jira.spring.io/browse/DATACASS-117 For future sanity, the JPA
5/14/14
Jega A
, …
Oliver Gierke
5
5/13/14
Using spring-data-cassandra and spring-data-rest-webmvc
If you're using Spring Boot, using the dependency tag for SD REST doesn't really help as it
unread,
Using spring-data-cassandra and spring-data-rest-webmvc
If you're using Spring Boot, using the dependency tag for SD REST doesn't really help as it
5/13/14
Jega A
,
Matthew Adams
4
5/13/14
Creating REST service using spring-data-cassandra and spring-data-rest-webmvc
Glad to hear! Please enter an issue for us to track this. On Tue, May 13, 2014 at 3:14 PM, Jega A
unread,
Creating REST service using spring-data-cassandra and spring-data-rest-webmvc
Glad to hear! Please enter an issue for us to track this. On Tue, May 13, 2014 at 3:14 PM, Jega A
5/13/14
David Webb
4/29/14
Cassandra 2.0 Support is now available!
Cassandra 2.0 support is available in the latest BUILD-SNAPSHOT and will be part of the RC1 release
unread,
Cassandra 2.0 Support is now available!
Cassandra 2.0 support is available in the latest BUILD-SNAPSHOT and will be part of the RC1 release
4/29/14
David van Geest
, …
David Webb (Prowave)
12
4/15/14
Possible authentication issue with Cassandra 1.2
Just exclude the dse driver from the SDC dependency, and then add your 1.0.6 non-dse driver as a
unread,
authentication
Possible authentication issue with Cassandra 1.2
Just exclude the dse driver from the SDC dependency, and then add your 1.0.6 non-dse driver as a
4/15/14
Colin McQueen
, …
David Webb
12
4/10/14
Is Authentication to a Cassandra cluster not supported?
Auth is supported in C* 1.2. Can you start a new thread please with all your details. Can you
unread,
authentication
java-config
Is Authentication to a Cassandra cluster not supported?
Auth is supported in C* 1.2. Can you start a new thread please with all your details. Can you
4/10/14
Matthew Adams
4/3/14
FYI: @Query strings' date & string-like parameters no longer can be quoted
Hi all, I created & fixed https://jira.spring.io/browse/DATACASS-121 which makes it so that @
unread,
FYI: @Query strings' date & string-like parameters no longer can be quoted
Hi all, I created & fixed https://jira.spring.io/browse/DATACASS-121 which makes it so that @
4/3/14
Matthew Adams
, …
Colin McQueen
8
3/26/14
Pushed DATACASS-107, initial support for repository query methods
I think I found another bug. I am trying to find data by partition key vs the whole key that includes
unread,
query-methods
Pushed DATACASS-107, initial support for repository query methods
I think I found another bug. I am trying to find data by partition key vs the whole key that includes
3/26/14
David Webb (Prowave)
3/21/14
DATACASS-61
DATACASS-61 – DocBook outline for Reference Documentation completed and merged into master.
unread,
DATACASS-61
DATACASS-61 – DocBook outline for Reference Documentation completed and merged into master.
3/21/14
David Webb
3/20/14
Pushed DATACASS-89
DATACASS-89 merged to master. CQLOperations API is finalized now for the RC1 for Release Train D
unread,
Pushed DATACASS-89
DATACASS-89 merged to master. CQLOperations API is finalized now for the RC1 for Release Train D
3/20/14
Colin McQueen
3/19/14
How do you use Spring Data Cassandra with Cassandra Unit?
I mentioned this on Jira that I was having issues with unit tests (https://jira.spring.io/browse/
unread,
cassandra-repositories
cassandra-unit
How do you use Spring Data Cassandra with Cassandra Unit?
I mentioned this on Jira that I was having issues with unit tests (https://jira.spring.io/browse/
3/19/14
Matthew Adams
2/26/14
Lots of merges into master today...heads up!
Several issues were completed and merged into master today: DATACASS-80 DATACASS-104 DATACASS-42
unread,
Lots of merges into master today...heads up!
Several issues were completed and merged into master today: DATACASS-80 DATACASS-104 DATACASS-42
2/26/14
David Webb (Prowave)
2/15/14
DATACASS-88
DATACASS-88 completed and merged into master. -- Sincerely, David Webb Prowave Consulting, LLC
unread,
DATACASS-88
DATACASS-88 completed and merged into master. -- Sincerely, David Webb Prowave Consulting, LLC
2/15/14