Re: Not able to insert data through achilles.

2016-03-02 Thread DuyHai Doan
You're right, it's a bug I have created an issue here to fix it here: https://github.com/doanduyhai/Achilles/issues/240 Fortunately you can use the query API right now to insert the static columns: PreparedStatement ps = INSERT INTO BoundStatement bs = ps.bind(...)

Not able to insert data through achilles.

2016-03-02 Thread Raman Gugnani
Hi I am to trying to insert data into cassandra using achilles which contains only partition key and static columns(all other columns and clustering key are null), but getting error info.archinnov.achilles.exception.AchillesException: Field 'membername' in entity of type