Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC3884DF7 for ; Mon, 6 Jun 2011 21:58:27 +0000 (UTC) Received: (qmail 81883 invoked by uid 500); 6 Jun 2011 21:58:25 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 81855 invoked by uid 500); 6 Jun 2011 21:58:25 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 81847 invoked by uid 99); 6 Jun 2011 21:58:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 21:58:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pjulien@gmail.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vx0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 21:58:21 +0000 Received: by vxg33 with SMTP id 33so3950741vxg.31 for ; Mon, 06 Jun 2011 14:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=+o1nNHepHYsx6Yr7NzZpbqu41L7OkGGAe2QpyW7Ubhg=; b=HVPy9aSLsd48tesSXpfY5/qDIQnRmQkYFT+MhZZEwF48RgjOr9vyvcRoGQMWGpMWz5 czHiLot1zYR6sXTaMUGjcJrinN4F/ZPz6DCRIIj8H8jCaszIfGRttWg7Kv3pTFLs8ZC+ ZCSSgF4FvsHFKEGIp+ABA0aFlR4GbA38LWzvA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Q6spVybIg9rrcDRerPj1INTsitGeCDQKi1dPi46tEE/T6L6pznWd3GUIC/dIRxGqBk 2slvNoeMVp1AqDAHVQJVy7WC79JaWzkGYTUDYVUeeDrwOEX2Qyn9inBMDYdwvoYYDinz pvBw75PvwEs8STVuBkNwEK7hKkPeILv11N3eI= MIME-Version: 1.0 Received: by 10.52.176.101 with SMTP id ch5mr7698708vdc.129.1307397480197; Mon, 06 Jun 2011 14:58:00 -0700 (PDT) Received: by 10.52.155.99 with HTTP; Mon, 6 Jun 2011 14:58:00 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 Jun 2011 17:58:00 -0400 Message-ID: Subject: Re: hector-jpa From: Patrick Julien To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > https://github.com/riptano/hector-jpa > > Is this solution usable? > > I had problems building it, now tests won't pass. >