From open-jpa-dev-return-473-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Tue Aug 22 22:46:24 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 96733 invoked from network); 22 Aug 2006 22:46:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Aug 2006 22:46:24 -0000 Received: (qmail 78606 invoked by uid 500); 22 Aug 2006 22:46:24 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 78581 invoked by uid 500); 22 Aug 2006 22:46:23 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 78572 invoked by uid 99); 22 Aug 2006 22:46:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 15:46:23 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kwsutter@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 15:46:23 -0700 Received: by wx-out-0506.google.com with SMTP id s13so2048073wxc for ; Tue, 22 Aug 2006 15:46:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=p69I1PrjPR6bh+BE3371Uggs0bX85rmkJMoy3udeAh3VlYUMLj81Izd0HeUVczkeqkS5mLBSKdsziahwTzqQ4ihUGRqcUkZptAJuW0JDmUul0tJBF0T9Ndnqc8mWgC7tdvg6lhS9ySdj8vKzmOWC0/HSWtMm6URY5VJS4+m2yxU= Received: by 10.90.118.12 with SMTP id q12mr686250agc; Tue, 22 Aug 2006 15:46:02 -0700 (PDT) Received: by 10.90.86.14 with HTTP; Tue, 22 Aug 2006 15:46:02 -0700 (PDT) Message-ID: <89c0c52c0608221546o7a9fbb0dt8c22f695904dba39@mail.gmail.com> Date: Tue, 22 Aug 2006 17:46:02 -0500 From: "Kevin Sutter" To: open-jpa-dev@incubator.apache.org Subject: OpenJPA and JDK 1.4? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17542_1414421.1156286762234" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_17542_1414421.1156286762234 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Has there been any investigation into providing a JPA-like implementation that would execute in the JDK 1.4 environment? I know we have the Java 5.0requirements for generics and enums built right into the JPA interfaces. I was just wondering whether anybody has investigated "down-grading" the interfaces and the associated implementation to support JDK 1.4. We have the kernel-4 sub-project, probably as a basis for the Kodo JDO support. This would make a nice alternative to Hibernate running on 1.4... Thoughts? Kevin ------=_Part_17542_1414421.1156286762234--