Has anybody any experience with HBase usage with Datanucleus via JPA. I'm struggling to get Datanucleus to fetch collections for me from the Datastore. Any pointers would be much appreciated!
Dependencies: https://github.com/ravindranathakila/www.ilikeplaces.com/blob/master/pom.xml
persistance.xml: https://github.com/ravindranathakila/www.ilikeplaces.com/blob/master/src/main/resources/META-INF/persistence.xml
orm.xml:(with or without didn't make a difference though) https://github.com/ravindranathakila/www.ilikeplaces.com/blob/master/src/main/resources/META-INF/orm.xml
The code works fine with OpenJPA and Apache Derby database, so I should say with respect to JPA, there are no big flaws.
Once again, some help or failure cases would be much appreciated!