Index has been edited by Marc Prud'hommeaux (Mar 25, 2007).

(View changes)

Content:

Welcome to Apache OpenJPA

Welcome to Apache OpenJPA, a Java EE persistence project of the Apache Software Foundation. It aims to be a feature-rich implementation of the persistence part of Sun JSR-220 (Enterprise JavaBeans 3.0), which is known as the Java Persistence API (JPA). OpenJPA can be used as a stand-alone POJO persistence layer, or it can be integrated into any EJB3.0 compliant container and many lightweight frameworks.

Resources

Incubation Disclaimer

Apache OpenJPA is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the DB PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Activity

Issues Resolved Recently

ASF JIRA (4 issues)
T Key Summary
Improvement OPENJPA-176 Exception prefixes should be human-readable
Bug OPENJPA-175 Eager selects by PagingResultObjectProvider may not use the FetchBatchSize
Bug OPENJPA-132 java.lang.NoSuchMethodError for entity with ID of type java.sql.Date
Bug OPENJPA-174 error when find()'ing an abstract class

Issues Opened Recently

ASF JIRA (7 issues)
T Key Summary
Bug OPENJPA-180 Batch Update support needed for OpenJPA performance
Bug OPENJPA-179 Schemas defined in orm.xml are only applied when a name is also specified.
Bug OPENJPA-178 Handle case-sensitive databases - inappropriate change of field case to uppercase
Bug OPENJPA-177 When using NOT NULL constraint on foreign key it is not possible to use CascadeType.ALL and GeneratedId
Improvement OPENJPA-176 Exception prefixes should be human-readable
Bug OPENJPA-175 Eager selects by PagingResultObjectProvider may not use the FetchBatchSize
Bug OPENJPA-174 error when find()'ing an abstract class

Recent Code Commits

FishEye on openjpa/ (rss_2.0)
(Recent changes to the "openjpa" repository under directory /)
trunk mprudhom: OPENJPA-176 Made the stringified exception prefixes scrutable. (Mar 24, 2007 12:37)
trunk ssegu: OPENJPA-175. PagingResultObjectProvider to use FetchBatchSize when set for eager... (Mar 22, 2007 13:26)
trunk mprudhom: Whitespace formatting fix. (Mar 20, 2007 16:18)
trunk awhite: Tests for java.sql.Date id fields.... (Mar 20, 2007 12:08)
trunk awhite: OPENJPA-132 : Fix bugs with using a field of type java.sql.Date/Time/Timestamp ... (Mar 20, 2007 12:00)
trunk awhite: OPENJPA-174 : Remove legacy code throwing an exception when attempting to ... (Mar 19, 2007 14:46)
trunk kwsutter: Fixed up a couple more "kodo" references... (Mar 15, 2007 13:35)
trunk kwsutter: Slight updates to the manual to connect the JPA CascadeType.REMOVE processing wi... (Mar 14, 2007 08:46)
trunk awhite: Fix recently-introduced bug in handling of arrays in data cache. Add test for... (Mar 14, 2007 08:44)
trunk mprudhom: Added useSystemClassLoader, which is required for maven-surefire-plugin version ... (Mar 13, 2007 22:10)

News

Title Author Date Posted

Reply via email to