You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Raghavendra Pinninti (JIRA)" <ji...@apache.org> on 2016/11/04 15:14:58 UTC

[jira] [Created] (CASSANDRA-12880) setInt/setShort/setFlaot throwing exception from CassandraPreparedStatement

Raghavendra Pinninti created CASSANDRA-12880:
------------------------------------------------

             Summary: setInt/setShort/setFlaot throwing exception from CassandraPreparedStatement
                 Key: CASSANDRA-12880
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12880
             Project: Cassandra
          Issue Type: Test
          Components: Core
         Environment: Cassandra JDBC
            Reporter: Raghavendra Pinninti
            Priority: Trivial
             Fix For: 2.1.17


Getting Exception as for ps.setInt/ps.setFloat methods
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.cassandra.cql.jdbc.JdbcInteger.decompose(Ljava/math/BigInteger;)Ljava/nio/ByteBuffer;
	at org.apache.cassandra.cql.jdbc.CassandraPreparedStatement.setShort(CassandraPreparedStatement.java:381)
	at com.jdbc.cassandra.CassandraJdbc.Insert(CassandraJdbc.java:63)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)