It also doesn't run, I get Exception in thread "main" javax.persistence.PersistenceException: Failed to load provider from META-INF/services at javax.persistence.spi.PersistenceProviderResolverHolder$DefaultPersistenceProviderResolver.getPersistenceProviders(PersistenceProviderResolverHolder.java:115) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:91)
Caused by: java.lang.ClassNotFoundException: me.prettyprint.hom.CassandraPersistenceProvider Which I believe was from the previous attempt at supporting jpa in hector On Mon, Jun 6, 2011 at 5:55 PM, Patrick Julien <pjul...@gmail.com> wrote: > https://github.com/riptano/hector-jpa > > Is this solution usable? > > I had problems building it, now tests won't pass. >