Space Index

Total number of pages: 134

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

0-9

Page: 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 Built-in connection pooling for Java SE applications Inclusion of commons-dbcp in openjpa-all.jar

A

Page: 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.apach
Page: 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 idea belo
Page: 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 instructi
Page: 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
Page: Automated Builds
We're using the Jenkins build server for continuous builds for several of the OpenJPA code streams and some of the artifacts in the Tools subproject. Jenkins Jobs - OpenJPA OpenJPA 1.2.x build and deploy https://builds.apache.org/job/OpenJPA-12x/ - This b

B

Page: Banner
<div id="header_background"> <div id="openjpa_logo"> <a style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://openjpa.apache.org">OpenJPA</a> </div> <div i
Page: 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 JSR-303 http://jcp.org/en/jsr/detail?id=303 bean validation provider. With minimal effort, OpenJPA 2.0 http://openjpa.apache.or
Page: 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 Java-based API for storing and retrieving information to a backend database. It has a canonical query language
Page: 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
Page: Build and Runtime Dependencies
OpenJPA Build and Runtime Dependencies Java versions OpenJPA trunk (i.e. OpenJPA 2.2.0 currently) and 2.1.x branch require JDK 1.6. OpenJPA 2.0.x branch requires JDK 1.6 or 1.5. Note that some functionality that requires JDK 1.6 will not be available if y
Page: 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 the Subvers
Page: 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

C

Page: Coding Standards
Coding standards for OpenJPA source code Coding Standards ASF Requirements Copyright notices for submitted patches Please see http://www.apache.org/legal/src-headers.html http://www.apache.org/legal/src-headers.html for details of the following summary. A
Page: 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 OpenJ
Page: Community
OpenJPA Community Links
Page: Community Top Link
Community

D

Page: Development
OpenJPA Development OpenJPA Development
Page: 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
Page: Development Top Link
Development
Page: Documentation
OpenJPA Documentation OpenJPA Documentation The online OpenJPA documentation can be found here. Latest (2.3.0-SNAPSHOT) Version HTML Manual HTML Manual (Single Page) PDF Manual Javadocs Schema Nightly build (trunk) manual http://openjpa.apache.org/builds/
Page: Documentation Top Link
Documentation
Page: Domain Model Browser
Persistent Domain Browser A graphic visualization of persistence domain classes. $ java org.apache.openjpa.tools.metamodel.MetamodelBrowser Classpath The runtime classpath must include OpenJPA runtime libraries The parent directory of persistence unit des
Page: 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 of the distribution files. For information on obtaining OpenJPA binaries, see the Obtaining p
Page: Downloads Top Link
Downloads

E

Page: Embeddable samples
Embeddable samples Embeddable classes An entity may use other fine-grained 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
Page: Enhancement with ANT
The 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 might not n
Page: 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 Bu
Page: Enhancement with Maven
Using the openjpa-maven-plugin The Maven plugin, formerly provided by the Codehaus project is now part of OpenJPA 2.2.0. The plugins documentation can be found here http://people.apache.org/~mikedd/openjpa/openjpa-maven-plugin/ until it finds a permanent
Page: 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 auto-generate new subclasses or proxy objects that
Page: Events and News
OpenJPA related events News Archive

F

Page: FAQ
Frequently Asked Questions about the OpenJPA project FAQ General What is OpenJPA? OpenJPA is a 100% open-source implementation of the Java Persistence API (JPA), which is the persistence component for EJB in the Java EE 5 specification http://java.sun.com
Page: Fetch Statistics
Fetch Statistics The OpenJPA Fetch Statistics Tool (FST) monitors persistent field access and helps determine which fields in an application are not used. This tool is a development / test time tool that can help a developer properly tune an application.
Page: 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 from a syntax error F
Page: 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). You can also s

G

Page: 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
Page: 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 differen

H

I

Home page: Index
Welcome to the Apache OpenJPA project Intro {lozenge:icon=!http://openjpa.apache.org/images/fotolia/Fotolia_9174675_Download.png!|link=http://openjpa.apache.org/downloads.html|title=Download Apache OpenJPA|arrow=none|width=100%} {lozenge} {lozenge:icon=!h
Page: Index Top Link
Index
Page: 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 stand-alone Java SE JVM or within a Java EE application server. See Build and
Page: Intro
Apache OpenJPA is a Java persistence project at The Apache Software Foundation http://apache.org that can be used as a stand-alone POJO http://en.wikipedia.org/wiki/POJO persistence layer or integrated into any Java EE compliant container and many other l

J

Page: JConsole DataCache Plugin
JConsole DataCache Plugin This plugin is used to extend the JConsole that is bundled as part of the 1.5 JDK http://download.oracle.com/javase/1.5.0/docs/guide/management/jconsole.html. Download The latest OpenJPA Tools JAR file can be download from the SN
Page: JEST
JEST JEST: REST on OpenJPA JEST is a REST style access to any OpenJPA runtime. The salient principles of JEST are: non-invasive : Any persistent data managed by OpenJPA can be accessed without any change to POJO classes or to an existing application. lang
Page: JEST Examples
JEST in Action welcome-page.JPG Description of a Simple JEST-enabled Web Application A sample is available to demonstrate JEST usage. You will find the example in OpenJPA code repository under openjpa-examples/jest tree with its source code and deployment
Page: JEST Representation
JEST response is either XML or JSON. XML Representation JEST represents persistent Java object graph in a schema-compliant XML. The schema is metamodel-driven and hence invariant to particular domain model. The schema jest-instance.xsd is as follows: <!--
Page: JEST Syntax
JEST URI Syntax JEST defines URI syntax to access persistent resources over HTTP. For example, to find a persistent Person instance with primary key 1234 and receive the result in JSON format will be: http://www.example.com:8080/jest/find/format=json?type
Page: JEST Transaction
We have not figured that out yet!
Page: JEST Usage
JEST facilities are available as a HTTP servlet, org.apache.openjpa.persistence.jest.JESTServlet. JESTServlet can be deployed in a servlet container e.g. Tomcat in two possible modes: primary or auxiliary. Deployment Modes deploymentModes.gif In primary m
Page: 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. The process to be used for this development effort will be documented on this Development Process page. Overview
Page: JPA 2.0 Iterations
{swizzlejira} #set( $jira = $rss.fetch("https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=12310351&status=1&status=5&status=6&version=12314148&version=12313483&version=12313624&version=12314149&version=12314019
Page: 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 (20090717) by Jeremy Bauer and Donald Woods
Page: 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 JSR-317 http://jcp.org/en/jsr/detail?id=317 specification. Development Process The process that OpenJPA will be following for developing JPA 2
Page: 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 OPENJPA-962 https://issues.apache.org/jira/browse/OPENJPA-962 OPENJPA-1115 https://issues.apache.org/jira/browse/OPENJPA-1115 Medium New database
Page: 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/supported_databases.html into verified and compatible categories. The automated database testing performed by IBM
Page: 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. The code that is being demoed can be found in the openjpa-examples module under the src/jpastore directory. Domain Info schema.jpeg cla
Page: JSR-317 20081031 Public Draft Tasks
JPA 2.0 Spec Features based on JSR-317 10/31/2008 public draft For the most recent task list see the JPA 2.0 Roadmap. Status JIRA(s) Effort Summary JPA 2.0 Spec Reference(s) Complete OPENJPA-782 https://issues.apache.org/jira/browse/OPENJPA-782 Medium Sup

K

L

Page: 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 fo
Page: Logo Contest
Apache OpenJPA Logo Contest Rules and Submissions Announcing the OpenJPA Logo Contest! paint_200x150.png Submissions accepted through June 30, 2009 Round 1 Voting runs from July 1 through July 8 Round 2 Voting runs from July 9 through July 14 New - Run-of

M

Page: Mailing Lists
Mailing lists for OpenJPA discussions Project Mailing Lists OpenJPA mailing lists for users, developers and committers are hosted by Nabble http://openjpa.208410.n2.nabble.com/ forum. You can view the current posts, subscribe or unsubscribe, post messages
Page: Migration Tool
Migration Tool This command-line 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/reposito

N

O

Page: 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/m2-incubating-repository http://pe
Page: 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 Th
Page: 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 the JPA 2.0
Page: 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 and passes the JP
Page: 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=317 specification and passes th
Page: 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=317 specification and passes th
Page: 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/JSR-317 specification. Included are m
Page: 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 JSR-317 JPA 2.0 specification. Include
Page: 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/detai
Page: OpenJPA 2.1.0
OpenJPA 2.1.0 The Apache OpenJPA community is proud to announce the release of Apache OpenJPA 2.1.0. As with the prior 2.0.1 release, this distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail?id=317 spe
Page: OpenJPA 2.2.0
OpenJPA 2.2.0 The Apache OpenJPA community is proud to announce the release of Apache OpenJPA 2.2.0. As with the prior 2.1.0 release, this distribution is based on the final JSR 317 Java Persistence API, Version 2.0 http://jcp.org/en/jsr/detail?id=317 spe
Page: OpenJPA Confluence User Groups
Page: OpenJPA Development Resources
Getting Involved Most of the OpenJPA discussions happen on the dev@openjpa.apache.org mailto:dev@openjpa.apache.org mailing list. For more details see OpenJPA mailing lists. For more general discussion about Apache mailing lists, see the Apache mailing li
Page: OpenJPA Logo Contest - Round 1
Logo Submissions Logos submitted for Round #1 voting from July 1 - July 9: http://os.oles.biz/openjpa-logo-ideas/variant1.png - Georgi Naplatanov - gosho_at_oles_biz http://os.oles.biz/openjpa-logo-ideas/variant2.png - Georgi Naplatanov - gosho_at_oles_bi
Page: 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/openjpa-logo1.png - #7 by D
Page: 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 run-off round of vo
Page: 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.6-beta2. The first digit is the major release number; the second is the minor release number; the thi
Page: 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 High-level walk-through o
Page: 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 dev-subscribe@openjpa.apache.org mailto:dev-subscribe@openjpa.apache.org To unsubscribe, send mail to dev-unsubscrib
Page: OpenJPAEclipseEnhancementBuilder
OpenJPA Eclipse Tooling How to use the OpenJPA Eclipse Tooling Builder for Bytecode Enhancement Once you have installed the OpenJPA Eclipse tooling, here is how to add the Bytecode Enhancement Builder to a Java project: right-click on Project, click "Add/
Page: OpenJPAEclipseInstallation
OpenJPA Eclipse Tooling http://people.apache.org/~dwoods/openjpa/devtools/updatesite/ 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
Page: 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/ https://svn.apache.org/repos/asf/openjpa/devtools/trunk/ (not just the individu
Page: OpenTrader
OpenTrader: a transactional, web application with Google Web Toolkit, OpenJPA/Slice on Tomcat OpenTrader-login.gif OpenTrader is a sample web application to demonstrate integration of Google Web Toolkit (GWT) and OpenJPA running in Tomcat Servlet Containe
Page: 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
Page: OpenTraderBuild
Build instructions
Page: OpenTraderClient
Describe the client side development
Page: OpenTraderCommunication
Describe the communication between client and server between client communications
Page: OpenTraderDeploy
Page: OpenTraderEnvironment
What do we need to download
Page: OpenTraderServer
Describe the server
Page: Overview
Overview Overview

P

Page: 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/
Page: Powered By
Other products and projects using OpenJPA This page list products and companies that are currently using OpenJPA. http://www.compass-project.org/images/compassheader3.png Compass http://www.compass-project.org/ is a first class open source Java Search Eng
Page: Privacy Policy
All materials provided on the Apache OpenJPA website (openjpa.apache.org) is Copyright © 2005-2009, The Apache Software Foundation and Licensed under ASL 2.0 http://www.apache.org/licenses/LICENSE-2.0. Privacy Policy - Last Updated: April 29, 2009 Informa
Page: Publishing Serp to Maven Central Repository
Publishing Serp to Maven Central Repository Serp Project Serp is used by OpenJPA for the bytecode enhancement processing. It is maintained as a SourceForge project http://sourceforge.net/projects/serp. Serp has been a very solid third-party dependent soft

Q

Page: 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 non-relationship src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt has rules all que
Page: 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 in-depth resources

R

Page: 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 del https://s
Page: Related Projects
Projects related to OpenJPA JDO http://db.apache.org/jdo/ TODO: More Links
Page: 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 a formal release of OpenJPA has be
Page: Release Setup
These 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 SS
Page: Releasing OpenJPA 1.0.x or 1.1.x (Old SCP Steps)
Instructions for creating an official OpenJPA release {scrollbar} 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 Rele
Page: 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. Pre
Page: 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 extrac
Page: 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 part
Page: Runtime Enhancement
The first runtime enhancement method is to provide a javaagent when launching the JVM that OpenJPA is going run in. -javaagent:<openjpa_jar_location> For Eclipse, specify the above javaagent value on the Run Configuration page. For ANT, provide the javaag

S

Page: 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. A template is provided to describe how to build, dep
Page: SampleTemplate
A template for OpenJPA Samples Introduction A paragraph describing the basic purpose of the presented sample. In general, the purpose of a sample could be, but not limited to, to highlight some new feature introduced in a release (e.g. Bean Validation or
Page: SideNav
Overview SideNav Overview Community SideNav Community Development SideNav Development Search <DIV style="padding: 5px 5px 0px 25px;"> <FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="
Page: SideNav Community
Events and News Found a Bug? Get Involved Mailing Lists Committers Integration Powered By Thanks
Page: SideNav Development
Issue Tracker http://issues.apache.org/jira/browse/OPENJPA Source Code Testing Tools Samples Release Management
Page: SideNav Overview
Quick Start Documentation Downloads Site Index License Privacy Policy
Page: SideNav Quick Links
Home License ASF http://apache.org Downloads Site Map
Page: Site Index
{index}{index}
Page: Site Map
/
Page: 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.red-bean.com. Web Access The source code for OpenJPA can be freely browsed at h

T

Page: Testing
Running and Writing OpenJPA unit tests Running and Writing 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 http://svn.apache.org/viewvc/openjpa/trunk/openjpa-per
Page: 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/fo
Page: Tools
Tools for OpenJPA This page will host description of design-time and runtime tools for OpenJPA. The tools mentioned below are available as command-line utilities. In the future, they may be made available as interactive graphical tools integrated into pop
Page: Top Navigation Bar

U

Page: Update release text files
Instructions for updating .text files shipped with OpenJPA Updating release text files. Obtaining the list of resolved issues from JIRA. Go to the main JIRA releases page at http://issues.apache.org/jira/browse/OPENJPA?report=com.sourcelabs.jira.plugin.p
Page: 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 Apach

V

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

W

Page: Websphere Application Server
Fetch Statistic Tool Usage for Websphere Application Server Download The latest OpenJPA Tools JAR file can be download from the SNAPSHOT Repository https://repository.apache.org/content/groups/snapshots/org/apache/openjpa/openjpa-fetch-statistics-was/ or
Page: 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 want to have represe
Page: Wiki
TODO
Page: 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 are JUnit Tes

X

Y

Z

!@#$

  • No labels