Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
David Webb opened DATACASS-130 and commented
The CassandraSessionFactoryBean has a protected attribute schemaAction. afterPropertiesSet() does not ensure this is not null, and performSchemaAction() throws a NPE when this is not set.
Solution: When initializing the attribute, default to NONE.
protected SchemaAction schemaAction = SchemaAction.NONE;
Affects: 1.0 RC1 (Dijkstra)
Referenced from: commits 1194254
The text was updated successfully, but these errors were encountered:
David Webb commented
Set default to NONE
Sorry, something went wrong.
No branches or pull requests
spring-projects-issues commentedMay 18, 2014
David Webb opened DATACASS-130 and commented
The CassandraSessionFactoryBean has a protected attribute schemaAction. afterPropertiesSet() does not ensure this is not null, and performSchemaAction() throws a NPE when this is not set.
Solution:
When initializing the attribute, default to NONE.
Affects: 1.0 RC1 (Dijkstra)
Referenced from: commits 1194254
The text was updated successfully, but these errors were encountered: