Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1931D200BC2 for ; Thu, 17 Nov 2016 19:40:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 18387160B0F; Thu, 17 Nov 2016 18:40:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 86743160AD8 for ; Thu, 17 Nov 2016 19:39:59 +0100 (CET) Received: (qmail 85568 invoked by uid 500); 17 Nov 2016 18:39:58 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 85549 invoked by uid 99); 17 Nov 2016 18:39:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 18:39:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7E1652C0D55 for ; Thu, 17 Nov 2016 18:39:58 +0000 (UTC) Date: Thu, 17 Nov 2016 18:39:58 +0000 (UTC) From: "Michael Shuler (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12880) setInt/setShort/setFlaot throwing exception from CassandraPreparedStatement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Nov 2016 18:40:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Shuler updated CASSANDRA-12880: --------------------------------------- Fix Version/s: (was: 2.1.17) 2.1.x > 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.x > > > 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)