Vivek Mishra

Results 23 comments of Vivek Mishra

@AdityaSureka Using Kundera for? If you could fill in https://www.surveymonkey.com/r/BMB9PWG would be great

i wonder why don't you try with ``` byte[] value = CassandraDataTranslator.compose(Double.class, Double.parseDouble("45.12"), true); ``` AFAIK, CassandraDataTranslator is meant to compose/decompose bytes in Cassandra format. May be you should try...

=> https://github.com/impetus-opensource/Kundera/blob/7b58ecab2f65c04b7a1e396de71bda308b58b762/src/jpa-engine/core/src/main/java/com/impetus/kundera/property/accessor/DoubleAccessor.java

@hanishbansal Point which i am trying to discuss here is, Either compose/decompose using CassandraDataTranslator or if it is about double to byte[] conversion then DoubleAccessor would be best place to...

Thanks for your contribution. I will have a look and merge it. Cheers, -Vivek

``` JTA transactions will not work as of now. ``` This needs to be fixed. Technically this means a separate bundle for each client type and one for core. Finally...

Thanks. Please share your thoughts on Karaf. Let me find time and deploy these changes over JBoss. @dzalbo Using Kundera for? Would request you to spend few minutes to fill...

@dzalbo Few questions. 1. Did you deploy these bundle over Jboss AS7.1.1? As i am getting into number of issues to deploy kundera-core jar with suggested changes, after resolving few...

@dzalbo Yeah, Tried it with 4.2.0 as well. Error ``` :06:26,376 INFO [stdout] (MSC service thread 1-3) false 18:06:26,376 INFO [stdout] (MSC service thread 1-3) true 18:06:26,377 ERROR [org.jboss.as.osgi] (MSC...

Trying to install kundera-core as an OSGI bundle -Vivek