Kundera is a JPA 2.0 compliant Object-Datastore Mapping Library for NoSQL Datastores.
0
votes
1answer
18 views
Using generic Object type in hbase using Kundera
I am using kundera to define my data model which will be stored in hbase. There is a class called "Task" which should have a generic type of submission like so:
public class Task {
...
Object ...
1
vote
3answers
73 views
Beginning Cassandra — Use Kundera? Something else?
We are in the process of getting our feet wet with Cassandra. None of us have any experience with this particular platform, but are experienced developers with JavaEE, JPA, etc. I came across the ...
0
votes
1answer
111 views
DataNucleus / Kundera with HBase with ElementCollection - Unable to find the object with a null id
To start with, I use HBase 0.94.5 (also tried 0.92.2 with the same results).
I have a situation like this:
Variable class:
@Entity
@Table(name = "variable", schema = "keyspace@hbase-pu")
public ...
0
votes
1answer
117 views
Type mismatch: cannot convert from javax.persistence.Query to javax.management.Query
I get the below error in java,Could any one please suggest how do I sort this error.
" Type mismatch: cannot convert from javax.persistence.Query to javax.management.Query "
1
vote
0answers
125 views
How to retrieve persisted POJOs with Cassandra and Hector Object Mapper
I'm trying to play a little bit with the Hector Object Mapper to map pojos to/from Cassandra. Since I'm a newbie in JPA standard, I'm simply trying to persist some basic beans to Cassandra and then ...
1
vote
1answer
160 views
Kundera with cassandra1.1.9 and play framework2.0.4
I tried the kundera cassandra over java play framework 2.0.4 example on [https://github.com/firekat/play-kundera] (https://github.com/firekat/play-kundera). I got exception.. exception stack trace
...
1
vote
2answers
189 views
Connection and CRUD operation over kundera cassandra and play framework
I am trying to connect cassandra1.1.9 over kundera with play2.0 framework. I tried the example 'Getting-Started-in-5-minutes' on github. But I got this exception[PersistenceLoaderException: ...
0
votes
1answer
316 views
JPA2 with HBase datastore using Datanucleus writing duplicate rows
I'm creating simple java web app that writes one row of data to HBase table via JPA2 (using Datanucleus) everything working except it writing 2 duplicate rows instead of just writing 1 row
Results
...
0
votes
3answers
223 views
Connection type of JPA when using Kundera with Cassandra?
Does Java use a TCP connection for JPA requests to database? For example, if the database server has its IP address set to x.x.x.x:xxxx, what kind of proxy can handle that connection ? HTTP or TCP ...
0
votes
1answer
121 views
02 persistence units in 1 persistence file in kundera
I use kundera to access cassandra db in my java app (bases on Play FW 2.0.4), I have following persistence.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<persistence ...
0
votes
2answers
108 views
Sync 02 nodes in Cassandra
I have 02 nodes, one runs on 127.0.0.1 and another runs on 127.0.0.2
Will data that I add to my cluster will appear both on two nodes? As current, when I stop node 1, there is no similar data in the ...
0
votes
1answer
135 views
Using Zookeeper + Play + Cassandra DB (via Kundera)
Have anyone tried using Play framework(2.0.4) application with connect to cassandra db via kundera? I want to implement Zookeeper on top of cassandra DB. Have anyone tried combining them before?
0
votes
1answer
71 views
2 applications connect to one cassandra database by using kundera
Basically, i duplicated my play framework project and run both of them on different ports. The main one is still able to connect to cassandra, but the duplicated one got the error "Oops, an error ...
0
votes
3answers
647 views
Connect to Cassandra DB within Play framework by using Kundera
I tried using Kundera method but I have no idea where to put the persistence.xml, i tried putting it in conf/WEB-INF/ but when I tried running it said that "Exception in thread "main" ...
0
votes
1answer
65 views
Kundera-rest Usage
I am using JPA2 entity annotations and Kundera for persistance.
I want to expose the entities to a RESTful interface.
I have understood that I can use kundera-rest to do it. I have also found an ...
1
vote
1answer
160 views
How do I search on Indexed column in Cassandra using Java-Thrift API
I have a column family in cassandra and on one particular column, I have secondary index defined.
I want to fetch row key for this particular column value. How can I achieve this using plain thrift ...
1
vote
2answers
284 views
Kundera for Cassandra - Deleting record by row key
I'm trying to delete specific record from database by row key. But when I try to execute this query:
Query query = em.createQuery(
"DELETE FROM User u WHERE u.userId = :u");
...
0
votes
1answer
193 views
com.impetus.kundera.utils.InvalidConfigurationException: Could not find any META-INF/persistence.xml file in the classpath
I am trying to deploy sample war file build using Kundera on jboss AS7.1.1.final. Here are the steps which i have followed:
1) created a module (com.impetus.kundera), here is module.xml
...
1
vote
1answer
1k views
how to configure 2 persistence providers in jboss as 7
I am pretty new to java and new to JEE,
I'm working on a project and I want to use 2 dataSources(MySQL+Cassandra) implementing JPA(hibernate for MySQL and Kundera for Cassandra).
my persistence.xml is ...
1
vote
2answers
344 views
No Entity metadata found for the class
I'm back with the same problem ...
I'm trying to uses queries in my Cassandra DB with Kundera (Cassandra ORM), this queries work in an others project but when I try to do it in webapp (using tomcat ...
1
vote
0answers
183 views
com.impetus.kundera.metadata.KunderaMetadataManager - No Entity metadata found for the class
I'm trying to uses queries in my Cassandra DB with Kundera (Cassandra ORM), this queries work in an others project but when I try to do it in webapp (using tomcat 6.0), I got this error :
...
1
vote
2answers
185 views
Nullpointer exception is thrown while using getResultList() method in Kundera
I am using Kundera as JPA with HBase and java. Following is the method which call getResultList() method:
@Override
public List<Activity> getAllActivities()
{
em = ...
1
vote
2answers
293 views
Cassandra and binary files
I'm working in a software files manager in java with Cassandra DB.
My database is working, and I did successfull queries using Kundera.
But now, I search for upload binary files (blob, or just ...
0
votes
1answer
225 views
Unable to run Kundera Sample application
I am unable to run a sample application using Kundera Sample.
Exception:
Exception in thread "main" javax.persistence.PersistenceException: invalid persistence.xml
at ...
1
vote
1answer
201 views
Where is the most recent version of the Kundera tutorial?
https://github.com/impetus-opensource/Kundera/wiki/Getting-Started-in-5-minutes
I used that tutorial and the persistence.xml file does not compile or work in Eclipse. I get an "invalid xml" error ...
3
votes
1answer
571 views
How to configure play! framework project to use kundera with Cassadra
I am using play! 2.0 and have problems trying to use Cassandra database. How can I configure the properties of application.conf file to use a high level client like kundera. Do I have to create a ...
0
votes
1answer
139 views
Cassandra vs logging activity
I'm using Cassandra with Kundera. My question is easy... Is any way to log all queries / request to Cassandra ? I'd like to know what exactly happens on server site :)
Regards
Tom
1
vote
2answers
349 views
Java ORMs on NoSQL DB like HBase
I have recently started getting familiarized with NoSQL (HBase). I am definitely a noob.
I was investigating about ORMs and high level clients which can be used on HBase and came across a few.
Some ...
1
vote
2answers
2k views
Hector integration with CQL
Will Hector be integrated with CQL in Cassandra 0.8.1? Is anyone actively developing this or know of it? Also, does anyone know of any other Java clients (like Pelops, Hector, Kundera, etc) that are ...
13
votes
11answers
10k views
About Java Cassandra Client, which one is better? How about CQL?
I am trying to develop application using Hive as the Database, and then I also find noSQL solutions as an alternative to it.
Now decided to develop using Cassandra, my next problem is about what ...
1
vote
2answers
189 views
I did a mvn install to kundera. I want to add the installed jar to another maven project
Prefix: I'm very new to maven so I am open to "your doing it wrong" answers.
I want to build a kundera project with MongoDB as the backend. I tried these directions but ended up with a kundera ...