OpenJPA Logo   ASF Logo

Space Index

0-9 ... 1 A ... 5 B ... 7 C ... 4 D ... 7 E ... 6
F ... 3 G ... 2 H ... 0 I ... 4 J ... 9 K ... 0
L ... 2 M ... 2 N ... 0 O ... 29 P ... 3 Q ... 2
R ... 9 S ... 9 T ... 4 U ... 2 V ... 1 W ... 3
X ... 0 Y ... 0 Z ... 0 !@#$ ... 0    

0-9

2.1 Roadmap
OpenJPA 2.1 Roadmap We'll try to maintain this page with delivered and planned features for the OpenJPA 2.1.0 release, so check back often. Planned Features Builtin connection pooling for Java SE applications Inclusion of commonsdbcp in openjpaall.jar and the binary distribution ...

A

Apache Nexus Release Process (1.2.x-2.1.x)
We're starting to move our builds over to using the Apache Nexus repository (repository.apache.org) for releasing SNAPSHOT and release artifacts. More details on releasing artifacts and using Nexus can be found on the Maven website at http://maven.apache.org/developers/release/apacherelease.html ...
APIDiscussionFollowUp
After our meeting, Patrick did some analysis of our current API and where we might want to take it. Here are some initial observations. Please comment as appropriate. OpenJPAEntityManager extends EntityTransaction; should it? clr no, I like your ...
Apply an Eclipse Patch
Apply an Eclipse Patch to DayTrader You can apply an Eclipse patch to DayTrader for the Criteria API changes Setting up Eclipse First install eclipse by going to http:/www.eclipse.org http://www.eclipse.org and downloading a version of it. These instructions ...
Architecture Notes
OpenJPA Architecture notes: Design point: object persistence; ORM but other stores also supported by the architecture domain model: user's responsibility; other areas are OpenJPA persistence kernel is central part delegates to other stores via data cache ...
Automated Builds
We're using the Apache Hudson build server for continuous builds for several of the OpenJPA code streams and some of the artifacts in the Tools subproject. Hudson Jobs OpenJPA OpenJPA 1.2.x build and deploy http://hudson.apache.org/hudson/job/OpenJPA12x/ This build runs on the Ubuntu ...

B

Banner
div id="headerbackground"> <div id="openjpalogo"> <a style="float:left; width:280px;display:block;textindent:5000px;textdecoration:none;lineheight:60px; margintop:10px; marginleft:100px;" href="http://openjpa.apache.org">OpenJPA</a> </div> <div id ...
Bean Validation Primer
OpenJPA Bean Validation Primer A new feature defined by the JPA 2.0 specification is the ability to seamlessly integrate with a JSR303 http://jcp.org/en/jsr/detail?id=303 bean validation provider. With minimal effort, OpenJPA 2.0 http://openjpa.apache.org ...
Begin using OpenJPA - The Basics
Introduction OpenJPA is an open source implementation of the Java JPA (Java Persistence API) specification from Apache. JPA provides an agnostic Javabased API for storing and retrieving information to a backend database. It has a canonical query language named ...
Beginners Performance Guide
Intro to tuning OpenJPA OpenJPA Beginners Performance Guide This guide is targeted at new users of OpenJPA that would like to know some of the important performance tuning properties. Please do not mistake this for an exhaustive tuning guide. This is just enough information ...
Build and Runtime Dependencies
OpenJPA Build and Runtime Dependencies Java versions Trunk (i.e. OpenJPA 2.1.0 currently) and 2.0.x branch require JDK 1.6 or 1.5. Note that some functionality that requires JDK 1.6 will not be available if you choose to build with JDK 1.5. Building ...
Building
How to build OpenJPA from source Contents Building OpenJPA See Build and Runtime Dependencies for details on the required Java levels. Maven Command Line Builds These instructions describe how to check out the current OpenJPA source code (from ...
Building and Running OpenBooks
Instructions to download and run OpenBooks Demo OpenBooks comes with complete source code build scripts to demonstrate how to build a typical OpenJPA application and package it for JSE or JEE environment scripts to run OpenBooks in on your local database installation. Follow ...

C

Coding Standards
Coding standards for OpenJPA source code Coding Standards ASF Requirements Copyright notices for submitted patches Please see http://www.apache.org/legal/srcheaders.html for details of the following summary. Apache does not require you to assign ownership or copyright for any ...
Committers
List of people with commit access to the OpenJPA repository The people listed below have made significant contributions to OpenJPA by working long and hard to make quality software for the rest of the world to use. If you would like to contribute to OpenJPA, please see ...
Community
OpenJPA Community Links
Community Top Link
Community
Consumers Top Link
Consumers

D

Development
OpenJPA Development OpenJPA Development
Development Process
DRAFT OpenJPA Development Process Tracking issues and changes A JIRA issue is required for any substantive change. In order to keep the list of JIRA issues under control, it is expected that any controversial issue or user request for a feature or design change be discussed ...
Development Top Link
Development
Documentation
OpenJPA Documentation OpenJPA Documentation The online OpenJPA documentation can be found here. Latest (2.1.0SNAPSHOT) Version HTML Manual HTML Manual (Single Page) PDF Manual Javadocs Nightly build (trunk) manual http://openjpa.apache.org/builds/latest ...
Documentation Top Link
Documentation
Downloads
Downloads for the OpenJPA project OpenJPA Downloads Use the links below to download a distribution of Apache OpenJPA. It is good practice to verify the integrity #Verifying Releases of the distribution files. For information on obtaining OpenJPA binaries, see the Obtaining page. For information on building OpenJPA ...
Downloads Top Link
Downloads

E

Embeddable samples
Embeddable samples Embeddable classes An entity may use other finegrained classes to represent entity state. Instances of these classes, unlike entity instances, do not have persistent identity of their own. Instead, they exist only as part of the state of the entity ...
Enhancement with ANT
following shows how to define a OpenJPA enhancer task and how to invoke the task in ANT. First you'll need to compile the Entites. (Note: as a prereq to running the enhance task, I copied my persistence.xml file to my /build directory. You ...
Enhancement with Eclipse
Enhancing Entities with Eclipse If you are using Eclipse to write and deploy your application, then you have two choices for build time enhancement of your entities. But, if you're using orm.xml to map the Entities, then you can only use the Custom ANT ...
Enhancement with Maven
Using the openjpamavenplugin There is a Maven plugin provided by the Codehaus project http://mojo.codehaus.org/openjpamavenplugin/index.html, which uses OpenJPA to enhance entities during a Maven build. For example, to enhance you source entity classes after they have been compiled (but exclude ...
Entity Enhancement
How to enhance entity classes What is Enhancement Anyway? The JPA spec requires some type of monitoring of Entity objects, but the spec does not define how to implement this monitoring. Some JPA providers autogenerate new subclasses or proxy objects that front ...
Events and News
OpenJPA related events News Archive

F

FAQ
Frequently Asked Questions about the OpenJPA project FAQ General What is OpenJPA? OpenJPA is a 100% opensource implementation of the Java Persistence API (JPA), which is the persistence component for EJB in the Java EE 5 specification http://java.sun.com/javaee/. What ...
FindBugs Presentation Notes
Bill Pugh (side note: compiling with "target jsr14" will allow us to use generics and compile to JDK 1.4 usable code) Static analysis Analyzes program w/out executing Not a replacement for testing Find bugs that are one step removed ...
Found a Bug
How to report a bug you find in OpenJPA Found a Bug? If you think you've found a problem with OpenJPA, there are several ways to proceed. You can begin by raising the issue on the OpenJPA User or Developer mailing lists (see Mailing Lists ...

G

Get Involved
Information on getting involved with the OpenJPA project Join the Apache OpenJPA Community The Apache OpenJPA project is being built by the open source community for the open source community we welcome your input and contributions! What we are looking for Source code ...
Getting started
Notes These instructions detail the steps required to run a give sample for a number of different environments. You can substitute any of the directories in the \binary download\\examples\ directory for hellojpa in the instructions below to run a different sample. Getting Started with the Eclipse # Download ...

H

I

Index
Welcome to Apache OpenJPA \\ \\ News Events and News \\ \\ Resources Quick Start Guide to OpenJPA Quick Start Obtaining OpenJPA Obtaining OpenJPA Documentation Documentation Integration with Containers and Application Servers Integration Enhancing entities with Maven2 Entity Enhancement OpenJPA ...
Index Top Link
Index
Integration
How to integrate OpenJPA with various containers and application servers Runtime Dependencies The binary release download of OpenJPA includes all of the code needed to run in a standalone Java SE JVM or within a Java EE application server. See Build and Runtime ...
Intro
Apache OpenJPA is a Java persistence project at The Apache Software Foundation http://apache.org that can be used as a standalone POJO http://en.wikipedia.org/wiki/POJO persistence layer or integrated Integration into any Java EE compliant container and many other lightweight ...

J

Javadoc
OpenJPA Documentation
JPA 2.0 Development Process
JPA 2.0 Development Process JPA 2.0 Roadmap The OpenJPA roadmap and iteration detail for developing JPA 2.0 functionality is documented here JPA 2.0 Roadmap. The process to be used for this development effort will be documented on this Development Process page. Overview JPA ...
JPA 2.0 Iterations
set( $jira = $rss.fetch("https://issues.apache.org/jira/sr/jira.issueviews:searchrequestxml/temp/SearchRequest.xml?pid=12310351&status=1&status=5&status=6&version=12314148&version=12313483&version=12313624&version=12314149&version=12314019&version ...
JPA 2.0 Presentations
JPA 2.0 Presentations We'll document the major new features of the JPA 2.0 specification and how they are being implemented in OpenJPA on this page. Bean Validation Integration in JPA 2.0 JPA 2.0 Bean Validation 20090717.pdf (20090717) by Jeremy Bauer and Donald ...
JPA 2.0 Roadmap
JPA 2.0 Road Map Apache OpenJPA 2.0.0 is being developed in trunk and will be a JPA 2.0 certified release of the JSR317 http://jcp.org/en/jsr/detail?id=317 specification. Development Process The process that OpenJPA will be following for developing JPA ...
JPA 2.0 Tasks
OpenJPA 2.0 Tasks JPA 2.0 Spec Features Status JIRA(s) Effort Summary Area JPA 2.0 Spec Reference(s) Complete OPENJPA962 https://issues.apache.org/jira/browse/OPENJPA962 \\ OPENJPA1115 https://issues.apache.org/jira/browse/OPENJPA1115 Medium New database ...
JPA 2.0 Test Coverage
JPA 2.0 Test Coverage Starting with OpenJPA 2.0.0, we have split the supported databases http://openjpa.apache.org/builds/latest/docs/manual/supporteddatabases.html into verified and compatible categories. The automated database testing performed by IBM and regular testing performed ...
JPA M2 Demo
M2 Demo We have created a demo that shows off a subset of the new features that were added during the second milestone Release Management#Milestone 2. The code that is being demoed can be found in the openjpaexamples module under the src/jpastore ...
JSR-317 20081031 Public Draft Tasks
JPA 2.0 Spec Features based on JSR317 10/31/2008 public draft For the most recent task list see the JPA 2.0 Roadmap JPA 2.0 Roadmap. Status JIRA(s) Effort Summary JPA 2.0 Spec Reference(s) Complete OPENJPA782 ...

K

L

License
OpenJPA license: Apache License v2.0 Apache License v2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use ...
Logo Contest
Apache OpenJPA Logo Contest Rules and Submissions Announcing the OpenJPA Logo Contest! !paint200x150.png align=left! Submissions accepted through June 30, 2009 Round 1 Voting runs from July 1 through July 8 Round ...

M

Mailing Lists
Mailing lists for OpenJPA discussions Project Mailing Lists OpenJPA mailing lists for users, developers and committers are hosted by Nabble http://n2.nabble.com/OpenJPAf208410.html forum. You can view the current posts, subscribe or unsubscribe, post messages or browse the archives ...
Migration Tool
Migration Tool This commandline utility translates proprietary mapping descriptors to standard JPA mapping descriptors. Download The latest OpenJPA Tools JAR file can be download from the SNAPSHOT Repository https://repository.apache.org/content/repositories/snapshots/org/apache ...

N

O

Obtaining
How to obtain OpenJPA OpenJPA official releases can be downloaded at the Downloads page. Released binaries can also by accessed from Maven pom.xml files by pointing them to the repository at http://people.apache.org/repo/m2incubatingrepository . An example pom.xml that will use the 0.9.0incubating ...
OpenBooks - Featuring JPA 2.0
OpenBooks is a sample (and perhaps, simple) application featuring some of the new features in JPA 2.0. This demonstration features usage of new JPA 2.0 features such as Criteria Query Compound, Derived identity Orphan Delete Persistent Domain Model API The sample ...
OpenJPA 2.0.0
OpenJPA 2.0.0 The Apache OpenJPA community is proud to announce the release of Apache OpenJPA 2.0.0. This distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail?id=317 specification and passes ...
OpenJPA 2.0.0 Beta
OpenJPA 2.0.0 Beta The Apache OpenJPA community is proud to release a Beta distribution of OpenJPA 2.0.0. This distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail?id=317 specification ...
OpenJPA 2.0.0 Beta 2
OpenJPA 2.0.0 Beta 2 The Apache OpenJPA community is proud to release a Beta 2 distribution of OpenJPA 2.0.0. This distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail?id ...
OpenJPA 2.0.0 Beta 3
OpenJPA 2.0.0 Beta 3 The Apache OpenJPA community is proud to release a Beta 3 distribution of OpenJPA 2.0.0. This distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail?id ...
OpenJPA 2.0.0 Early Access 2
OpenJPA 2.0.0 Early Access 2 OpenJPA 2.0.0 Early Access 2 The Apache OpenJPA community is proud to provide an early access distribution of OpenJPA 2.0. This distribution is based on the 03/13/2009 draft of the JPA 2.0/JSR317 specification. Included are many ...
OpenJPA 2.0.0 Milestone 3
OpenJPA 2.0.0 Milestone 3 OpenJPA 2.0.0 Milestone 3 The Apache OpenJPA community is proud to provide a Milestone 3 distribution of OpenJPA 2.0. This distribution is based on the 20090922 Proposed Final Draft 2 of the JSR317 JPA 2.0 specification. Included ...
OpenJPA 2.0.1
OpenJPA 2.0.1 The Apache OpenJPA community is proud to announce the maintenance release of Apache OpenJPA 2.0.1. As with the prior 2.0.0 release, this distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail ...
OpenJPA Confluence User Groups
OpenJPA Development Resources
Getting Involved Most of the OpenJPA discussions happen on the mailto:dev@openjpa.apache.org mailing list. For more details see OpenJPA mailing lists OpenJPAEmail. For more general discussion about Apache mailing lists, see the Apache mailing lists http://www.apache.org ...
OpenJPA Logo Contest - Round 1
Logo Submissions Logos submitted for Round #1 voting from July 1 July 9: # !http://os.oles.biz/openjpalogoideas/variant1.png vspace=5! Georgi Naplatanov goshoatolesbiz # !http://os.oles.biz/openjpalogoideas/variant2.png vspace=5! Georgi Naplatanov goshoatolesbiz # !http://os.oles.biz ...
OpenJPA Logo Contest - Round 2
Logo Submissions The results of the first round of voting can be found at OpenJPA Logo Contest Round 1 The following are the finalists for Round 2 of voting from July 9 14: # !http://people.apache.org/dwoods/openjpa/logos/openjpalogo1.png vspace=5! #7 ...
OpenJPA Logo Contest - Run-off
Logo Submissions The results of the first round of voting can be found at OpenJPA Logo Contest Round 1 The results of the second round of voting can be found at OpenJPA Logo Contest Round 2 The following are the finalists for a runoff round of voting. Please ...
OpenJPA Release Policy
OpenJPA Release Policy Release Numbering The release number consists of three digits separated by decimal points, followed by an optional status e.g. 2.1.6beta2. The first digit is the major release number; the second is the minor release number; the third is the patch ...
OpenJPA Up Close and Personal
Summer 2007 Meeting Information The meeting is on the 6th and 7th of August, 2007. Agenda Monday 6 August Time Title Description Presenter Sponsor Presentation 9:30 10:00 Introductions 10:00 12:00 OpenJPA Architecture ...
OpenJPA+Email
OpenJPA email aliases dev@openjpa.apache.org This alias is primarily for the developers on the OpenJPA project. To subscribe, send mail to mailto:devsubscribe@openjpa.apache.org To unsubscribe, send mail to mailto:devunsubscribe@openjpa.apache.org Archives can be found at http://mailarchives.apache.org/modmbox/openjpadev users@openjpa.apache.org This alias is primarily for users ...
OpenJPAEclipseEnhancementBuilder
OpenJPA Eclipse Tooling How to use the OpenJPA Eclipse Tooling Builder for Bytecode Enhancement Once you have installed the OpenJPA Eclipse tooling OpenJPAEclipseInstallation, here is how to add the Bytecode Enhancement Builder to a Java project: # rightclick on Project, click ...
OpenJPAEclipseInstallation
OpenJPA Eclipse Tooling http://people.apache.org/dwoods/openjpa/devtools/updatesite/ is the current Update Site of the OpenJPA Eclipse Tooling. (It will probably still change.) How to install the OpenJPA Eclipse Tooling # Get Eclipse min. version 3.4 # Install the OpenJPA ...
OpenJPAEclipseToolingDevAndBuild
OpenJPA Eclipse Tooling How to develop on and build the OpenJPA Eclipse Tooling IDE # get Eclipse with PDE # check out the https://svn.apache.org/repos/asf/openjpa/devtools/trunk/ (not just the individual project directories, but really the trunk, so that you ...
OpenTrader
OpenTrader: a transactional, web application with Google Web Toolkit, OpenJPA/Slice on Tomcat !OpenTraderlogin.gif! OpenTrader is a sample web application to demonstrate integration of Google Web Toolkit (GWT) and OpenJPA running in Tomcat Servlet Container. These pages describe various aspects ...
OpenTraderArchitecture
State the design goals Describe the architecture One of the good practices of software development is to start with a set of basic requirements and then express these requirements more formally through a set the interfaces. So let us begin by listing the requirements for OpenTrader sample. a trader ...
OpenTraderBuild
Build instructions
OpenTraderClient
Describe the client side development
OpenTraderCommunication
Describe the communication between client and server between client communications
OpenTraderDeploy
OpenTraderEnvironment
What do we need to download
OpenTraderServer
Describe the server
Overview
Overview Overview

P

Performance guide
OpenJPA Performance Guide OpenJPA Performance Guide OpenJPA has numerous configuration properties that apply to many different use cases. The complete list of properties can be found in the most current user manual http://openjpa.apache.org/builds/latest/docs ...
Powered By
Other products and projects using OpenJPA This page list products and companies that are currently using OpenJPA. !http://activemq.apache.org/images/activemqlogo.png! ActiveMQ http://activemq.apache.org: Apache ActiveMQ is the most popular and powerful open source Message Broker which supports ...
Privacy Policy
All materials provided on the Apache OpenJPA website (openjpa.apache.org) is Copyright © 20052009, The Apache Software Foundation and Licensed under Apache License, v2.0 http://www.apache.org/licenses/LICENSE2.0. Privacy Policy Last Updated: April 29, 2009 Information about your use ...

Q

Query Notes
name conflict: QueryImpl from JDBC vs. QueryImpl from kernel openjpa.kernel.jpql.JPQLParser joins are done by SelectImpl subselects have some issues especially with nonrelationship src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt has rules ...
Quick Start
Getting Started with OpenJPA Quick Start Guide We know it can be hard to find the right help sometimes and search engines can be overwhelming, so we will try to put the most commonly asked for topics with some overview and links to more ...

R

Recovering from a vetoed release
Recovering from a bad release or a vetoed release Recovering from a bad release actually isn't that difficult. You'll have to delete the bad tag in SVN and rollback the version numbers in all of our pom.xml files. Delete the tag in svn $ svn ...
Related Projects
Projects related to OpenJPA JDO http://db.apache.org/jdo/ TODO: More Links
Release Management
Release Management Where should I put my fix? Fixes should be targeted and committed on trunk first. Any other open releases are fair game, but may require approval from a release manager. Regarding Release Managers Once ...
Release Setup
setup steps only need to be performed on a particular machine once. Developers using Linux workstations can skip over the references to Cygwin. If using Windows, install cygwin, including Utils/gnupg and Net/openssh packages. Create and install a SSH ...
Releasing OpenJPA 1.0.x or 1.1.x (Old SCP Steps)
Instructions for creating an official OpenJPA release Making an OpenJPA 1.0.x or 1.1.x Release These instructions guide the release manager through the steps of making an official OpenJPA release. Prerequisites # You should read the OpenJPA Release Policy ...
Releasing OpenJPA 1.2.x (Old SCP Steps)
Instructions for creating an official OpenJPA release Releasing OpenJPA These instructions guide the release manager through the steps of making an official OpenJPA release. Work in progress. Times are just guesses and some information may be missing. Prerequisites // TODO ...
Running OpenJPA Examples
Running the OpenJPA Examples The examples are packaged so that they run after extracting the openjpa binary distribution. Running directly from the source tree may take some work (not documented here). # Build the openjpa binaries $ mvn clean install # extract ...
Running the Sun TCK for JPA
Running the Sun TCK for JPA Sun's Technology Compatibility Kit for JPA is available to OpenJPA committers (other TCKs are available to Apache committers in general). Requesting access to the TCK # Review the section "Testing with TCKs" on theApache JCP participation page http ...
Runtime Enhancement
first runtime enhancement method is to provide a javaagent when launching the JVM that OpenJPA is going run in. javaagent:<openjpajarlocation> For Eclipse, specify the above javaagent value on the Run Configuration page. For ANT, provide the javaagent value as a jvmarg when launching an ...

S

Samples
OpenJPA Examples OpenJPA Examples This page provides samples for OpenJPA. For further information, the documentation provides comprehensive documentation on all aspects of configuring and using OpenJPA. For more information on using OpenJPA within a Java EE application server, please see ...
SideNav Community
Events and News Found a Bug? Get Involved Mailing Lists Committers Integration Powered By Thanks
SideNav Development
Issue Tracker http://issues.apache.org/jira/browse/OPENJPA Source Code Testing Tools Samples Release Management
SideNav Overview
Quick Start Documentation Downloads Site Index License Privacy Policy
SideNav Quick Links
Home Index License ASF http://apache.org Downloads Site Map
Site Index
Source Code
Source code access Source Code OpenJPA uses Subversion http://subversion.apache.org/ to manage its source code. Instructions on Subversion use can be found here http://svnbook.redbean.com. Web Access The source code for OpenJPA can be freely browsed ...

T

Testing
Running and Writing Writing Test Cases For OpenJPA OpenJPA unit tests Running and Writing Writing Test Cases For OpenJPA Tests with OpenJPA OpenJPA's unit tests are written using JUnit. For a template for a simple test case, see the code for TestPersistence.java ...
Thanks
Thanks to helpful people and organizations The Apache OpenJPA team would like to thank the following individuals and organizations. Apache Sponsors Without those sponsors, the ASF would simply not exist or sustain its activities : http://www.apache.org/foundation/thanks.html For those ...
Tips and Techniques
Tips and techniques to maximize OpenJPA useage.
Tools
Tools for OpenJPA This page will host description of designtime and runtime tools for OpenJPA. The tools mentioned below are available as commandline utilities. In the future, they may be made available as interactive graphical tools integrated into popular IDEs such as Eclipse or IntelliJ. Existing OpenJPA Tools ...
Top Navigation Bar
Trouble Shooting OpenJPA problems.
List of documents for trouble shooting OpenJPA problems.

U

Update release text files
Instructions for updating .text files shipped with OpenJPA Updating release text files. Obtaining the list of resolved issues from JIRA.&nbsp; # Go to the main JIRA releases page at http://issues.apache.org/jira/browse/OPENJPA?report=com.sourcelabs.jira.plugin.portlet.releases:releasesprojecttab ...
Using Criteria API in DayTrader
Using Criteria API in DayTrader A current DayTrader project implementation in Apache Geronimo contains several JPQL queries. These can easily be converted to JPA Criteria API queries. A sample with this conversion can be created to run on either the Apache Geronimo server ...

V

Verifying release signatures
unix platforms the following command can be executed : for file in `find . type f iname '.asc'` do gpg verify $ done You'll need to look at the output contains only good signaturesie : gpg: Good signature from "Michael Dick ...

W

Whither OpenJPA
Discussion topics: OpenJPA 1.0, OpenJPA 1.1, JPA 2.0, SDO, etc. JPA 2.0: Any of OpenJPA members on the expert group? Patrick will be on the EG. There will be a lurker list set up by each EG member for internal discussions. Does Apache ...
Wiki
TODO
Writing Test Cases For OpenJPA
Tips on writing TestCase for OpenJPA You are welcome to contribute new test cases. Following are few suggestions and guidelines on how to contribute new test case to OpenJPA repository of 2000 test cases spread across 400 classes. Unit Tests ...

X

Y

Z

!@#$

Copyright © 2006,2021 The Apache Software Foundation. Licensed under Apache License 2.0.
Apache, the Apache feather logo and OpenJPA are trademarks of The Apache Software Foundation.
Other names may be trademarks of their respective owners.