You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2012/11/14 02:50:14 UTC

svn commit: r1409057 [14/25] - in /openjpa/site: branches/ trunk/ trunk/cgi-bin/ trunk/content/ trunk/content/images/ trunk/lib/ trunk/resources/ trunk/templates/

Added: openjpa/site/trunk/content/jpa-2.0-tasks.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-2.0-tasks.mdtext?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-2.0-tasks.mdtext (added)
+++ openjpa/site/trunk/content/jpa-2.0-tasks.mdtext Wed Nov 14 01:49:37 2012
@@ -0,0 +1,216 @@
+Title: JPA 2.0 Tasks
+
+
+<a name="JPA2.0Tasks-OpenJPA2.0Tasks{anchor:TaskList}"></a>
+## OpenJPA 2.0 Tasks {anchor:Task List}
+
+<a name="JPA2.0Tasks-JPA2.0SpecFeatures"></a>
+### JPA 2.0 Spec Features
+
+<table>
+<tr><th> Status </th><th> JIRA(s) </th><th> Effort </th><th> Summary </th><th> Area </th><th> JPA 2.0 Spec
+Reference(s) </th></tr>
+  
+  
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1358](https://issues.apache.org/jira/browse/OPENJPA-1358)
+ </td><td> Low </td><td> Added find method that accepts properties (no lock mode) </td><td> EM </td><td>
+3.1.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1358](https://issues.apache.org/jira/browse/OPENJPA-1358)
+ </td><td> Low </td><td> New refresh method that accepts properties (no lock mode) </td><td> EM </td><td>
+3.1.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1358](https://issues.apache.org/jira/browse/OPENJPA-1358)
+ </td><td> Low </td><td> Verify cache mode properties support on find, refresh and Query </td><td>
+Cache </td><td> 3.7.2 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1306](https://issues.apache.org/jira/browse/OPENJPA-1306)
+ </td><td> Medium </td><td> Added new javax.persistence.lock.scope property </td><td> Locking </td><td>
+3.4.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1253](https://issues.apache.org/jira/browse/OPENJPA-1253)
+ </td><td> Medium </td><td> Review @JoinColumn elements for behavioral changes </td><td> Mapping </td><td>
+11.1.21 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1306](https://issues.apache.org/jira/browse/OPENJPA-1306)
+ </td><td> Medium </td><td> Review clarifications to locking modes </td><td> Locking </td><td> 3.4.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> </td><td> Low </td><td> Review chapter on deployment and
+bootstrapping contracts for updates. </td><td> General </td><td> Ch 9 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1270](https://issues.apache.org/jira/browse/OPENJPA-1270)
+ </td><td> Low </td><td> Assert that relationships defined in a mapped superclass must be
+unidirectional. </td><td> General </td><td> 2.11.2 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> Spec updated </td><td> TBD</td><td> New JPQL reserved
+identifiers. </td><td> JPQL </td><td> 4.4.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1069](https://issues.apache.org/jira/browse/OPENJPA-1069)
+ </td><td> Low </td><td> Review @OrderBy for behavioral changes </td><td> Mapping </td><td> 11.1.38 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1274](https://issues.apache.org/jira/browse/OPENJPA-1274)
+ </td><td> Low </td><td> Test CascadeType.DETACH via orm.xml </td><td> Testing </td><td> 12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> Routine JPQL BNF update</td><td> Low </td><td> Updated
+single_valued_path_expression definition </td><td> JPQL </td><td> 4.4.4 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> Routine JPQL BNF update </td><td> Low </td><td> New JPQL
+reserved identifiers should not be used as result variables </td><td> JPQL </td><td> 4.4.1
+</td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1272](https://issues.apache.org/jira/browse/OPENJPA-1272)
+ </td><td> Low </td><td> attribute-override and association-override available from
+element-collection XML schema type </td><td> Mapping </td><td> 12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1271](https://issues.apache.org/jira/browse/OPENJPA-1271)
+ </td><td> Medium </td><td> Support for CacheRetrieveMode and CacheStoreMode properties. </td><td>
+Cache </td><td> 3.7.2 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1264](https://issues.apache.org/jira/browse/OPENJPA-1264)
+ </td><td> Low </td><td> Cacheable attribute added to entity element in orm.xml </td><td> Cache </td><td>
+12.2.3.3, 12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1264](https://issues.apache.org/jira/browse/OPENJPA-1264)
+ </td><td> Medium </td><td> Cacheable annotation </td><td> Cache </td><td> 3.7, 11.1.7 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1266](https://issues.apache.org/jira/browse/OPENJPA-1266)
+</td><td> Low </td><td> Support for JDBC escape sequence for date/time literals (6/19 rev)
+</td><td> JPQL </td><td> 4.6.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1240](https://issues.apache.org/jira/browse/OPENJPA-1240)
+ </td><td> Low </td><td> Allow Lob, Temporal, Enumerated annotations to be applied to
+element collections annotations and in XML. </td><td> Mapping </td><td> 11.1.16, 11.1.24,
+11.1.47 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1264](https://issues.apache.org/jira/browse/OPENJPA-1264)
+ </td><td> Low </td><td> Cache mode elements added to persistence.xml </td><td> Cache </td><td> 3.7.1,
+3.7.2, 8.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1228](https://issues.apache.org/jira/browse/OPENJPA-1228)
+</td><td> Low </td><td> Default value change of exclude-unlisted-classes element </td><td> General
+</td><td> 8.2.1.6.1 (7/23) </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1251](https://issues.apache.org/jira/browse/OPENJPA-1251)
+ </td><td> Low </td><td> EntityManagerFactory getProperties returns Map of <String, Object>
+</td><td> EMF </td><td> 7.4 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1251](https://issues.apache.org/jira/browse/OPENJPA-1251)
+ </td><td> Medium </td><td> Added setProperty method </td><td> EM </td><td> 3.1.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1013](https://issues.apache.org/jira/browse/OPENJPA-1013)
+ </td><td> High </td><td> Build strictly-typed Criteria API </td><td> Criteria </td><td> Ch 6 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1014](https://issues.apache.org/jira/browse/OPENJPA-1014)
+ </td><td> High </td><td> Build weakly-typed Criteria API </td><td> Criteria </td><td> Ch 6 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1180](https://issues.apache.org/jira/browse/OPENJPA-1180)
+ </td><td> High </td><td> Added getParameters, getParameterValue, getParameter methods to
+Query interface </td><td> Typed Parameters </td><td> 3.8.1, 3.8.5 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1009](https://issues.apache.org/jira/browse/OPENJPA-1009)
+ </td><td> High </td><td> Populate canonical meta-model for strictly typed Criteria Query
+building </td><td> Metamodel </td><td> Ch 5 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1010](https://issues.apache.org/jira/browse/OPENJPA-1010)
+ </td><td> High </td><td> Instantiate meta-model classes for JPA 2.0 from source code
+annotations </td><td> Metamodel </td><td> Ch 5 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1008](https://issues.apache.org/jira/browse/OPENJPA-1008)
+ </td><td> High </td><td> Generate meta-model for JPA 2.0 </td><td> Metamodel </td><td> Ch 5 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1235](https://issues.apache.org/jira/browse/OPENJPA-1235)
+ </td><td> Low </td><td> Optional name element to UniqueConstraint annotation and
+corresponding XML type. </td><td> Mapping </td><td> 11.1.49, 12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1107](https://issues.apache.org/jira/browse/OPENJPA-1107)
+ </td><td> Medium </td><td> Provide TraversableResolver for use with Bean Validation
+Factory </td><td> Spec API </td><td> 3.6.1.2 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1013](https://issues.apache.org/jira/browse/OPENJPA-1013)
+ </td><td> Low </td><td> Modified getQueryBuilder to return updated criteria query builder
+</td><td> EMF, Criteria </td><td> 7.4 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1010](https://issues.apache.org/jira/browse/OPENJPA-1010)
+ </td><td> Low </td><td> New getMetamodel method </td><td> EMF, Metamodel </td><td> 7.4 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1191](https://issues.apache.org/jira/browse/OPENJPA-1191)
+ </td><td> High </td><td> Implement Typed Query interface </td><td> Typed Query </td><td> 3.8.1, 3.8.5 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1191](https://issues.apache.org/jira/browse/OPENJPA-1191)
+ </td><td> High </td><td> Implement Tuple interface </td><td> Typed Query </td><td> 3.8.1, 3.8.5 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1068](https://issues.apache.org/jira/browse/OPENJPA-1068)
+ </td><td> High </td><td> Support Bean Validation: Entity validation upon lifecycle events.
+</td><td> Bean Validation </td><td> 3.6, 3.2.9 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1082](https://issues.apache.org/jira/browse/OPENJPA-1082)
+ </td><td> Low </td><td> Validation target groups via persistence.xml or createEMF
+properties Map </td><td> Bean Validation </td><td> 3.6.1.2, 8.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1013](https://issues.apache.org/jira/browse/OPENJPA-1013)
+ </td><td> Low </td><td> Modified createQuery to accept updated criteria query definition </td><td>
+EM, Criteria </td><td> 3.1.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1013](https://issues.apache.org/jira/browse/OPENJPA-1013)
+ </td><td> Low </td><td> Modified getQueryBuilder to return updated criteria query builder
+</td><td> EM, Criteria </td><td> 3.1.1. </td></tr>
+  
+  
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-995](https://issues.apache.org/jira/browse/OPENJPA-995)
+ </td><td> High </td><td> Migrate existing Criteria Query implementation as OpenJPA
+extension </td><td> Criteria </td><td> Ch 6 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1069](https://issues.apache.org/jira/browse/OPENJPA-1069)
+ </td><td> Medium </td><td> OrderBy annotation applied to an element collection of basic
+type doesn't require property or field name </td><td> Mapping </td><td> 11.1.38 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1055](https://issues.apache.org/jira/browse/OPENJPA-1055)
+ </td><td> Medium </td><td> Added MapKeyEnumerated and MapKeyTemporal annotations and XML.
+</td><td> Mapping </td><td> 11.1.30, 11.1.33, 12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-937](https://issues.apache.org/jira/browse/OPENJPA-937)
+ </td><td> Medium </td><td> Allow use of AssociationOverrides with mapped superclass
+relationships. </td><td> Mapping </td><td> 11.1.2 </td></tr>
+  
+  
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-926](https://issues.apache.org/jira/browse/OPENJPA-926)
+ </td><td> Medium </td><td> Support persistent access types including @Access annotation
+and AccessType enum and XML </td><td> General </td><td> 2.3, 11.1.1, 12.2.1.4, 12.2.2.4,
+12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1034](https://issues.apache.org/jira/browse/OPENJPA-1034)
+ </td><td> Low </td><td> Remove contiguous and base elements from OrderColumn annotation </td><td>
+Mapping </td><td> 11.1.39 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1032](https://issues.apache.org/jira/browse/OPENJPA-1032)
+ </td><td> Low </td><td> Removal and revert behavior of getNamedParameters and
+getPositionalParameters </td><td> Query </td><td> 3.8.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1013](https://issues.apache.org/jira/browse/OPENJPA-1013)
+ </td><td> Low </td><td> Added getMetamodel method </td><td> EM, Metamodel </td><td> 3.1.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-773](https://issues.apache.org/jira/browse/OPENJPA-773)
+ </td><td> Low </td><td> Renamed clear method to detach </td><td> EM </td><td> 3.1.1 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-773](https://issues.apache.org/jira/browse/OPENJPA-773)
+ </td><td> Low </td><td> Changed target-entity attribute to target-class in
+element-collection </td><td> Mapping </td><td> 12.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-773](https://issues.apache.org/jira/browse/OPENJPA-773)
+ </td><td> Low </td><td> Update pessimistic lock mode names </td><td> Locking </td><td> 3.4.4 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-878](https://issues.apache.org/jira/browse/OPENJPA-878)
+ </td><td> Low </td><td> Timeouts are in milliseconds. </td><td> Query, Locking </td><td> 3.8.8, 3.4.4.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-773](https://issues.apache.org/jira/browse/OPENJPA-773)
+ </td><td> Low </td><td> Renamed cascade CLEAR to DETACH </td><td> EM </td><td> 3.1.1, 3.2.6 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1077](https://issues.apache.org/jira/browse/OPENJPA-1077)
+ </td><td> Low </td><td> Validation-mode element support added to persistence.xml and to
+createEMF properties Map </td><td> Bean Validation </td><td> 3.6.1.1, 8.3 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1102](https://issues.apache.org/jira/browse/OPENJPA-1102)
+ </td><td> Low </td><td> Support application/container provided ValidatorFactory </td><td> Bean
+Validation </td><td> 3.6.2 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1076](https://issues.apache.org/jira/browse/OPENJPA-1076)
+ </td><td> Medium </td><td> PersistenceProviderResolver interface and
+PersistenceProviderResolverHolder class </td><td> Spec API </td><td> 9.3 </td></tr>
+</table>
+
+
+
+[Task list for JSR-317 10/31/2008 public draft](jsr-317-20081031-public-draft-tasks.html)
+
+
+
+<a name="JPA2.0Tasks-OtherImprovements"></a>
+### Other Improvements
+
+<table>
+<tr><th> Status </th><th> JIRA </th><th> Summary </th></tr>
+<tr><td> {color:red}Not Started{color} </td><td> [OPENJPA-1011](https://issues.apache.org/jira/browse/OPENJPA-1011)
+ </td><td> Instantiate meta-model classes for JPA 2.0 from XML descriptors </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-766](https://issues.apache.org/jira/browse/OPENJPA-766)
+ </td><td> Tests that currently fail should be committed to the repository </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-5](https://issues.apache.org/jira/browse/OPENJPA-5)
+ </td><td> Allow compilation with JDK 6 </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1114](https://issues.apache.org/jira/browse/OPENJPA-1114)
+ </td><td> Bean Validation APIs should be an optional runtime dependency </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1113](https://issues.apache.org/jira/browse/OPENJPA-1113)
+ </td><td> Reflection class performance improvement </td></tr>
+</table>
+
+
+<a name="JPA2.0Tasks-GeneralTasks"></a>
+### General Tasks
+
+<table>
+<tr><th> Status </th><th> JIRA </th><th> Summary </th></tr>
+<tr><td> {color:red}Not Started{color} </td><td> [OPENJPA-837](https://issues.apache.org/jira/browse/OPENJPA-837)
+ </td><td> OpenJPA does not fully support database catalogs </td></tr>
+<tr><td> {color:red}Not Started{color} </td><td> [OPENJPA-910](https://issues.apache.org/jira/browse/OPENJPA-910)
+ </td><td> Allow multiple keys for the same property to be specified at different
+levels </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-773](https://issues.apache.org/jira/browse/OPENJPA-773)
+ </td><td> Upgrade to JPA 2 - umbrella task - includes updating spec API </td></tr>
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-757](https://issues.apache.org/jira/browse/OPENJPA-757)
+ </td><td> Map existing OpenJPA extensions to new features of JPA 2.0 </td></tr>
+  
+  
+<tr><td> {color:green}Complete{color} </td><td> [OPENJPA-1103](https://issues.apache.org/jira/browse/OPENJPA-1103)
+ </td><td> Remove early-access disclaimer from the NOTICE files once the spec is
+released </td></tr>
+</table>
+
+  
+  
+

Added: openjpa/site/trunk/content/jpa-2.0-test-coverage
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-2.0-test-coverage?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-2.0-test-coverage (added)
+++ openjpa/site/trunk/content/jpa-2.0-test-coverage Wed Nov 14 01:49:37 2012
@@ -0,0 +1,39 @@
+h1. 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 and regular testing performed by the OpenJPA community in the lists below, are used to determine which databases will be listed as verified instead of just compatible.
+
+\\
+
+h3. Automated Database Coverage
+
+JUnit results for OpenJPA supported databases being tested nightly by IBM using Java SE 6 (either IBM SDK or Sun JDK).
+(/) - All tests passed
+(x) - Number of failing tests
+
+|| Database || JDBC Driver || M3 (I11 - 20091005) || Beta (I14 - 20100125) || Beta2 (20100224) || Beta3 (20100323) ||
+| Derby 10.2.2.0 | Embedded | (/) 2711 | (/) 2904 |  |  |
+| Derby 10.5.3.0 | Embedded |  | | (/) 3004 | (/) 3049 |
+| DB2 9.5.2 | JCC 3.50.152 | 2 (x) | 1 (x) | (/) 3004 | 1 (x) |
+| HSQLDB 1.8.0.10 | Embedded in-memory | 13 (x) | 12 (x) | 12 (x) | 16 (x) |
+| MySQL 5.0.67 | JDBC 5.1.6 | 1 (x) | (/) | (/) | 2 (x) |
+| MS SQL Server 2005 SP3 (9.00.4035) | sqljdbc4 2.0.1803.100 | 14 (x) | 8 (x) | 8 (x) | 10 (x) |
+| MS SQL Server 2008 SP2 (10.0.2531) | sqljdbc4 2.0.1803.100 | 14 (x) | 5 (x) | 5 (x) | 8 (x) |
+| Oracle 10g Express (10.2.0.1.0) | ojdbc14 10.2.0.1.0XE | 5 (x) | 3 (x) | 5 (x) in locking | 1 (x) + locking |
+
+\\
+
+h3. Manual Database Coverage
+
+If you regularly test OpenJPA 2.0.x against another DB vendor or level not listed above and would like to share your results, then feel free to add them below.  All we ask, is that you provide as much of the details requested below, so others can make their own decision on whether to use one of these combinations in their environment.
+
+|| Database || JDBC Driver || Java ||  SVN Rev ||  Results || Submitter || Notes ||
+| Derby 10.3.3.0 (652961) | Embedded | Sun 1.6.0_15 | r817831 (20090922) | 2 (x) | dwoods | [OPENJPA-1322|https://issues.apache.org/jira/browse/OPENJPA-1322] |
+| Derby 10.4.2.0 (689064) | Embedded | Sun 1.6.0_15 | r817831 (20090922) | 2 (x) | dwoods | [OPENJPA-1322|https://issues.apache.org/jira/browse/OPENJPA-1322] |
+| Derby 10.5.3.0 (802917) | Embedded | Sun 1.6.0_15 | r813659 (20090910) | 1 (x) | dwoods | [OPENJPA-1293|https://issues.apache.org/jira/browse/OPENJPA-1293] |
+| MS SQL Server 2008 (10.00.1600) | jTDS 1.2.5 | Sun 1.5.0_11-b03 | r895453 (20100103) | 4 (x) | mtylenda | did not run locking tests |
+| PostgreSQL 8.3.5 | 8.4 JDBC3 (build 701) | Sun 1.5.0_11-b03 | r885965 (20091201) | 31 (x) | mtylenda | AccessToUnderlyingConnectionAllowed DBCP property set to true, 12 failures come from locking tests |
+| H2 1.1.118 | Embedded | Sun 1.5.0_11-b03 | r905001 (20100131) | 48 (x) | mtylenda | in-memory named database, 47 failures come from locking tests; with MVCC option turned on there are 23 failures from locking tests, [OPENJPA-1367|https://issues.apache.org/jira/browse/OPENJPA-1367] |
+|  |  |  |  |  |  |  |
+
+
+\\

Added: openjpa/site/trunk/content/jpa-2.0-test-coverage.cwiki
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-2.0-test-coverage.cwiki?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-2.0-test-coverage.cwiki (added)
+++ openjpa/site/trunk/content/jpa-2.0-test-coverage.cwiki Wed Nov 14 01:49:37 2012
@@ -0,0 +1,39 @@
+h1. 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 and regular testing performed by the OpenJPA community in the lists below, are used to determine which databases will be listed as verified instead of just compatible.
+
+\\
+
+h3. Automated Database Coverage
+
+JUnit results for OpenJPA supported databases being tested nightly by IBM using Java SE 6 (either IBM SDK or Sun JDK).
+(/) - All tests passed
+(x) - Number of failing tests
+
+|| Database || JDBC Driver || M3 (I11 - 20091005) || Beta (I14 - 20100125) || Beta2 (20100224) || Beta3 (20100323) ||
+| Derby 10.2.2.0 | Embedded | (/) 2711 | (/) 2904 |  |  |
+| Derby 10.5.3.0 | Embedded |  | | (/) 3004 | (/) 3049 |
+| DB2 9.5.2 | JCC 3.50.152 | 2 (x) | 1 (x) | (/) 3004 | 1 (x) |
+| HSQLDB 1.8.0.10 | Embedded in-memory | 13 (x) | 12 (x) | 12 (x) | 16 (x) |
+| MySQL 5.0.67 | JDBC 5.1.6 | 1 (x) | (/) | (/) | 2 (x) |
+| MS SQL Server 2005 SP3 (9.00.4035) | sqljdbc4 2.0.1803.100 | 14 (x) | 8 (x) | 8 (x) | 10 (x) |
+| MS SQL Server 2008 SP2 (10.0.2531) | sqljdbc4 2.0.1803.100 | 14 (x) | 5 (x) | 5 (x) | 8 (x) |
+| Oracle 10g Express (10.2.0.1.0) | ojdbc14 10.2.0.1.0XE | 5 (x) | 3 (x) | 5 (x) in locking | 1 (x) + locking |
+
+\\
+
+h3. Manual Database Coverage
+
+If you regularly test OpenJPA 2.0.x against another DB vendor or level not listed above and would like to share your results, then feel free to add them below.  All we ask, is that you provide as much of the details requested below, so others can make their own decision on whether to use one of these combinations in their environment.
+
+|| Database || JDBC Driver || Java ||  SVN Rev ||  Results || Submitter || Notes ||
+| Derby 10.3.3.0 (652961) | Embedded | Sun 1.6.0_15 | r817831 (20090922) | 2 (x) | dwoods | [OPENJPA-1322|https://issues.apache.org/jira/browse/OPENJPA-1322] |
+| Derby 10.4.2.0 (689064) | Embedded | Sun 1.6.0_15 | r817831 (20090922) | 2 (x) | dwoods | [OPENJPA-1322|https://issues.apache.org/jira/browse/OPENJPA-1322] |
+| Derby 10.5.3.0 (802917) | Embedded | Sun 1.6.0_15 | r813659 (20090910) | 1 (x) | dwoods | [OPENJPA-1293|https://issues.apache.org/jira/browse/OPENJPA-1293] |
+| MS SQL Server 2008 (10.00.1600) | jTDS 1.2.5 | Sun 1.5.0_11-b03 | r895453 (20100103) | 4 (x) | mtylenda | did not run locking tests |
+| PostgreSQL 8.3.5 | 8.4 JDBC3 (build 701) | Sun 1.5.0_11-b03 | r885965 (20091201) | 31 (x) | mtylenda | AccessToUnderlyingConnectionAllowed DBCP property set to true, 12 failures come from locking tests |
+| H2 1.1.118 | Embedded | Sun 1.5.0_11-b03 | r905001 (20100131) | 48 (x) | mtylenda | in-memory named database, 47 failures come from locking tests; with MVCC option turned on there are 23 failures from locking tests, [OPENJPA-1367|https://issues.apache.org/jira/browse/OPENJPA-1367] |
+|  |  |  |  |  |  |  |
+
+
+\\

Propchange: openjpa/site/trunk/content/jpa-2.0-test-coverage.cwiki
------------------------------------------------------------------------------
    svn:eol-style = native

Added: openjpa/site/trunk/content/jpa-2.0-test-coverage.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-2.0-test-coverage.mdtext?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-2.0-test-coverage.mdtext (added)
+++ openjpa/site/trunk/content/jpa-2.0-test-coverage.mdtext Wed Nov 14 01:49:37 2012
@@ -0,0 +1,77 @@
+Title: JPA 2.0 Test Coverage
+<a name="JPA2.0TestCoverage-JPA2.0TestCoverage"></a>
+# 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.html)
+ into verified and compatible categories.  The automated database testing
+performed by IBM and regular testing performed by the OpenJPA community in
+the lists below, are used to determine which databases will be listed as
+verified instead of just compatible.
+
+  
+  
+
+<a name="JPA2.0TestCoverage-AutomatedDatabaseCoverage"></a>
+### Automated Database Coverage
+
+JUnit results for OpenJPA supported databases being tested nightly by IBM
+using Java SE 6 (either IBM SDK or Sun JDK).
+(/) - All tests passed
+(x) - Number of failing tests
+
+<table>
+<tr><th> Database </th><th> JDBC Driver </th><th> M3 (I11 - 20091005) </th><th> Beta (I14 - 20100125)
+</th><th> Beta2 (20100224) </th><th> Beta3 (20100323) </th></tr>
+<tr><td> Derby 10.2.2.0 </td><td> Embedded </td><td> (/) 2711 </td><td> (/) 2904 </td><td>  </td><td>	</td></tr>
+<tr><td> Derby 10.5.3.0 </td><td> Embedded </td><td>  </td><td> </td><td> (/) 3004 </td><td> (/) 3049 </td></tr>
+<tr><td> DB2 9.5.2 </td><td> JCC 3.50.152 </td><td> 2 (x) </td><td> 1 (x) </td><td> (/) 3004 </td><td> 1 (x) </td></tr>
+<tr><td> HSQLDB 1.8.0.10 </td><td> Embedded in-memory </td><td> 13 (x) </td><td> 12 (x) </td><td> 12 (x) </td><td> 16 (x)
+</td></tr>
+<tr><td> MySQL 5.0.67 </td><td> JDBC 5.1.6 </td><td> 1 (x) </td><td> (/) </td><td> (/) </td><td> 2 (x) </td></tr>
+<tr><td> MS SQL Server 2005 SP3 (9.00.4035) </td><td> sqljdbc4 2.0.1803.100 </td><td> 14 (x) </td><td> 8
+(x) </td><td> 8 (x) </td><td> 10 (x) </td></tr>
+<tr><td> MS SQL Server 2008 SP2 (10.0.2531) </td><td> sqljdbc4 2.0.1803.100 </td><td> 14 (x) </td><td> 5
+(x) </td><td> 5 (x) </td><td> 8 (x) </td></tr>
+<tr><td> Oracle 10g Express (10.2.0.1.0) </td><td> ojdbc14 10.2.0.1.0XE </td><td> 5 (x) </td><td> 3 (x) </td><td>
+5 (x) in locking </td><td> 1 (x) + locking </td></tr>
+</table>
+
+  
+  
+
+<a name="JPA2.0TestCoverage-ManualDatabaseCoverage"></a>
+### Manual Database Coverage
+
+If you regularly test OpenJPA 2.0.x against another DB vendor or level not
+listed above and would like to share your results, then feel free to add
+them below.  All we ask, is that you provide as much of the details
+requested below, so others can make their own decision on whether to use
+one of these combinations in their environment.
+
+<table>
+<tr><th> Database </th><th> JDBC Driver </th><th> Java </th><th>  SVN Rev </th><th>  Results </th><th> Submitter </th><th>
+Notes </th></tr>
+<tr><td> Derby 10.3.3.0 (652961) </td><td> Embedded </td><td> Sun 1.6.0_15 </td><td> r817831 (20090922) </td><td>
+2 (x) </td><td> dwoods </td><td> [OPENJPA-1322](https://issues.apache.org/jira/browse/OPENJPA-1322)
+ </td></tr>
+<tr><td> Derby 10.4.2.0 (689064) </td><td> Embedded </td><td> Sun 1.6.0_15 </td><td> r817831 (20090922) </td><td>
+2 (x) </td><td> dwoods </td><td> [OPENJPA-1322](https://issues.apache.org/jira/browse/OPENJPA-1322)
+ </td></tr>
+<tr><td> Derby 10.5.3.0 (802917) </td><td> Embedded </td><td> Sun 1.6.0_15 </td><td> r813659 (20090910) </td><td>
+1 (x) </td><td> dwoods </td><td> [OPENJPA-1293](https://issues.apache.org/jira/browse/OPENJPA-1293)
+ </td></tr>
+<tr><td> MS SQL Server 2008 (10.00.1600) </td><td> jTDS 1.2.5 </td><td> Sun 1.5.0_11-b03 </td><td> r895453
+(20100103) </td><td> 4 (x) </td><td> mtylenda </td><td> did not run locking tests </td></tr>
+<tr><td> PostgreSQL 8.3.5 </td><td> 8.4 JDBC3 (build 701) </td><td> Sun 1.5.0_11-b03 </td><td> r885965
+(20091201) </td><td> 31 (x) </td><td> mtylenda </td><td> AccessToUnderlyingConnectionAllowed DBCP
+property set to true, 12 failures come from locking tests </td></tr>
+<tr><td> H2 1.1.118 </td><td> Embedded </td><td> Sun 1.5.0_11-b03 </td><td> r905001 (20100131) </td><td> 48 (x) </td><td>
+mtylenda </td><td> in-memory named database, 47 failures come from locking tests;
+with MVCC option turned on there are 23 failures from locking tests, [OPENJPA-1367](https://issues.apache.org/jira/browse/OPENJPA-1367)
+ </td></tr>
+<tr><td>  </td><td>  </td><td>  </td><td>  </td><td>  </td><td>  </td><td>  </td></tr>
+</table>
+
+
+  
+  

Added: openjpa/site/trunk/content/jpa-m2-demo
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-m2-demo?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-m2-demo (added)
+++ openjpa/site/trunk/content/jpa-m2-demo Wed Nov 14 01:49:37 2012
@@ -0,0 +1,12 @@
+h3. 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 openjpa-examples module under the src/jpastore directory.
+
+h3. Domain Info
+||!schema.jpeg!||!class_diagram.jpeg!||
+
+h3. Video
+||
+{HTML}
+<object width="853" height="505"><param name="movie" value="http://www.youtube.com/v/Bb1NR81V4Gw&hl=en&fs=1&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Bb1NR81V4Gw&hl=en&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed></object>
+{HTML}
+||
\ No newline at end of file

Added: openjpa/site/trunk/content/jpa-m2-demo.cwiki
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-m2-demo.cwiki?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-m2-demo.cwiki (added)
+++ openjpa/site/trunk/content/jpa-m2-demo.cwiki Wed Nov 14 01:49:37 2012
@@ -0,0 +1,12 @@
+h3. 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 openjpa-examples module under the src/jpastore directory.
+
+h3. Domain Info
+||!schema.jpeg!||!class_diagram.jpeg!||
+
+h3. Video
+||
+{HTML}
+<object width="853" height="505"><param name="movie" value="http://www.youtube.com/v/Bb1NR81V4Gw&hl=en&fs=1&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Bb1NR81V4Gw&hl=en&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed></object>
+{HTML}
+||
\ No newline at end of file

Propchange: openjpa/site/trunk/content/jpa-m2-demo.cwiki
------------------------------------------------------------------------------
    svn:eol-style = native

Added: openjpa/site/trunk/content/jpa-m2-demo.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jpa-m2-demo.mdtext?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jpa-m2-demo.mdtext (added)
+++ openjpa/site/trunk/content/jpa-m2-demo.mdtext Wed Nov 14 01:49:37 2012
@@ -0,0 +1,28 @@
+Title: JPA M2 Demo
+<a name="JPAM2Demo-M2Demo"></a>
+### 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.html)
+. The code that is being demoed can be found in the openjpa-examples module
+under the src/jpastore directory.
+
+<a name="JPAM2Demo-DomainInfo"></a>
+### Domain Info
+<table>
+<tr><th>!schema.jpeg!</th><th>!class_diagram.jpeg!</th></tr>
+</table>
+
+<a name="JPAM2Demo-Video"></a>
+### Video
+<table>
+<tr></tr>
+{HTML}
+<object width="853" height="505"><param name="movie"
+value="http://www.youtube.com/v/Bb1NR81V4Gw&hl=en&fs=1&hd=1"></param><param
+name="allowFullScreen" value="true"></param><param name="allowscriptaccess"
+value="always"></param><embed
+src="http://www.youtube.com/v/Bb1NR81V4Gw&hl=en&fs=1&hd=1"
+type="application/x-shockwave-flash" allowscriptaccess="always"
+allowfullscreen="true" width="853" height="505"></embed></object>
+{HTML}
+<tr></tr>

Added: openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks (added)
+++ openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks Wed Nov 14 01:49:37 2012
@@ -0,0 +1,51 @@
+h3. 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|JPA 2.0 Roadmap].
+
+|| Status || JIRA(s) || Effort || Summary || JPA 2.0 Spec Reference(s) ||
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782] | Medium | Support for nested embeddables | 2.5 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782] | Medium | Support for collections of embeddables and basic types | 2.2, 2.6, 2.7.2 |
+| {color:blue} In Progress {color} | [OPENJPA-926|https://issues.apache.org/jira/browse/OPENJPA-926]  | Medium | Support persistent access types including @Access annotation and AccessType enum and XML | 2.3, 10.1.1, 10.1.2 |
+| {color:green} Complete {color} | [OPENJPA-871|https://issues.apache.org/jira/browse/OPENJPA-871] | High | Support derived identity | 2.4.1 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782]| Medium | Support relationships within embeddables | 2.5, 10.1.22, 10.1.24, 10.1.25, 10.1.33, 10.1.34 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Enhanced map collection support | 2.7 |
+| {color:green} Complete {color} | [OPENJPA-870|https://issues.apache.org/jira/browse/OPENJPA-870]  | Medium | Support orphanRemoval attribute on relationships | 2.9, 10.1.33, 10.1.34 |
+| {color:blue} In Progress {color} | [OPENJPA-962|https://issues.apache.org/jira/browse/OPENJPA-962] | Medium | New database object naming conventions (delimited-identifiers) | 2.13 |
+| {color:green} Complete {color} | [OPENJPA-891|https://issues.apache.org/jira/browse/OPENJPA-891] | Medium | Support LockTypeModes on EntityManager find and refresh operations | 3.1.1 |
+| {color:red} Not Started {color} |  | Low | Support vendor specific hints on EntityManager find and refresh operations  | 3.1.1 |
+| {color:green} Complete {color} | [OPENJPA-885|https://issues.apache.org/jira/browse/OPENJPA-885] | Low | Support clear method on EntityManager, including new CascadeType.CLEAR | 3.1.1, 3.2.6, 10.1.24, 10.1.25 |
+| {color:green} Complete {color} | [OPENJPA-849|https://issues.apache.org/jira/browse/OPENJPA-849] | Low | Add metadata-type getter methods to EntityManager | 3.1.1 |
+| {color:green} Complete {color} | [OPENJPA-891|https://issues.apache.org/jira/browse/OPENJPA-891]  | Medium | Meet new concurrency requirements, including supporting four new lock mode types | 3.4 |
+| {color:green} Complete {color} | [OPENJPA-957|https://issues.apache.org/jira/browse/OPENJPA-957] | Low | Support lock timeout hint on applicable methods | 3.4.4.3 |
+| {color:green} Complete {color} | [OPENJPA-899|https://issues.apache.org/jira/browse/OPENJPA-899] \\ [OPENJPA-900|https://issues.apache.org/jira/browse/OPENJPA-900] | Low | Add metadata-type getter methods to Query | 3.6 |
+| {color:green} Complete {color} | [OPENJPA-959|https://issues.apache.org/jira/browse/OPENJPA-959] | Medium | Support setLockMode and getLockMode methods on Query | 3.6 |
+| {color:green} Complete {color} | [OPENJPA-960|https://issues.apache.org/jira/browse/OPENJPA-960] | Low | Support EntityManager and Query unwrap | 3.6 |
+| {color:green} Complete {color} | [OPENJPA-990|https://issues.apache.org/jira/browse/OPENJPA-990] | Low | setHint should return IllegalArgumentException for invalid query/lock timeout values | 3.6.1 |
+| {color:blue} In Progress {color} | [OPENJPA-878|https://issues.apache.org/jira/browse/OPENJPA-878] \\ [OPENJPA-963|https://issues.apache.org/jira/browse/OPENJPA-963] \\ [OPENJPA-964|https://issues.apache.org/jira/browse/OPENJPA-964]| Low | Support default query hint for query timeout | 3.6.4 |
+| {color:red} Not Started {color} |  | Medium | Throw new JPA 2.0 unchecked exceptions on entity manager operations | 3.7, 3.1 |
+| {color:blue} In Progress {color} | [OPENJPA-805|https://issues.apache.org/jira/browse/OPENJPA-805] \\ [OPENJPA-855|https://issues.apache.org/jira/browse/OPENJPA-855] \\ [OPENJPA-856|https://issues.apache.org/jira/browse/OPENJPA-856] \\ [OPENJPA-865|https://issues.apache.org/jira/browse/OPENJPA-865] \\ [OPENJPA-879|https://issues.apache.org/jira/browse/OPENJPA-879] | High | JPQL Updates | Ch. 4 |
+| {color:blue} In Progress {color} | [OPENJPA-806|https://issues.apache.org/jira/browse/OPENJPA-806] | High | Criteria API | Ch. 5 |
+| {color:red} Not Started {color} |  | Low | Basic EntityManagerFactory interface updates, new exceptions, properties and metadata methods | 6.4 |
+| {color:green} Complete {color} | [OPENJPA-809|https://issues.apache.org/jira/browse/OPENJPA-809] | Low | Support Cache Interface | 6.10 |
+| {color:green} Complete {color} | [OPENJPA-850|https://issues.apache.org/jira/browse/OPENJPA-850]| Low | Support standard provider properties in persistence.xml | 7.2.1.7 |
+| {color:green} Complete {color} | [OPENJPA-972|https://issues.apache.org/jira/browse/OPENJPA-972] | Low | Support standard provider properties in PersistenceProvider class | 8.1.3.1 |
+| {color:green} Complete {color} | [OPENJPA-850|https://issues.apache.org/jira/browse/OPENJPA-850]| Medium | Support standard provider properties in Persistence class | 8.2.1 |
+| {color:green} Complete {color} | [OPENJPA-958|https://issues.apache.org/jira/browse/OPENJPA-958] | Medium | Support lockMode on @NamedQuery  | 9.3.1 |
+| {color:red} Not Started {color} |  | Low | Ignore query hints that are not recognized in all locations where query hints can be specified - log warning? | 9.3 |
+| {color:green} Complete {color} | [OPENJPA-937|https://issues.apache.org/jira/browse/OPENJPA-937] | Medium | @AssociationOverride updates | 10.1.2 |
+| {color:green} Complete {color} | [OPENJPA-930|https://issues.apache.org/jira/browse/OPENJPA-930] | Medium | @AttributeOverride updates | 10.1.4 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782]| Low | Support @CollectionTable annotation | 10.1.7, 2.7.2 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782]| Low | Support @ElementCollection annotation and XML | 10.1.11, 10.1.35 |
+| {color:green} Complete {color} | [OPENJPA-871|https://issues.apache.org/jira/browse/OPENJPA-871] | High | Support for derived identity with @IdClass | 10.1.18, 2.4.1 |
+| {color:red} Not Started {color} |  | Low | Review @JoinColumn elements for behavioral changes | 10.1.20 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Support @MapKeyClass annotation and XML  | 10.1.27, 10.1.26 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Support @MapKeyColumn annotation and XML | 10.1.28, 2.7.1 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Medium | Support @MapKeyJoinColumn annotation and XML  | 10.1.29 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Support @MapKeyJoinColumns annotation and XML | 10.1.30 |
+| {color:green} Complete {color} | [OPENJPA-871|https://issues.apache.org/jira/browse/OPENJPA-871] | Low | Support @MappedById annotation and XML | 10.1.31 |
+| {color:red} Not Started {color} |  | Low | Review @OrderBy for behavioral changes | 10.1.35 |
+| {color:green} Complete {color} | [OPENJPA-802|https://issues.apache.org/jira/browse/OPENJPA-802] \\ [OPENJPA-869|https://issues.apache.org/jira/browse/OPENJPA-869] | Medium | Support @OrderColumn annotation and XML | 10.1.36 |
+| {color:green} Complete {color} | [OPENJPA-803|https://issues.apache.org/jira/browse/OPENJPA-803] | Low | Update SequenceGenerator to support schema and catalog | 10.1.41 |
+| {color:green} Complete {color} | [OPENJPA-823|https://issues.apache.org/jira/browse/OPENJPA-823] | Low | Use 2.0 versions of xsd's for validation, maintain 1.0 support | 11.3, 7.3  |
+| {color:green} Complete {color} | [OPENJPA-837|https://issues.apache.org/jira/browse/OPENJPA-837] | Low | Update OpenJPA documentation with new persistence schemas | 11.3, 7.3  |
+|{color:green} Complete {color} | [OPENJPA-961|https://issues.apache.org/jira/browse/OPENJPA-961] | Low | Projection of element collection from JPQL query | 2.2, 2.6, 2.7.2 |
\ No newline at end of file

Added: openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.cwiki
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.cwiki?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.cwiki (added)
+++ openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.cwiki Wed Nov 14 01:49:37 2012
@@ -0,0 +1,51 @@
+h3. 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|JPA 2.0 Roadmap].
+
+|| Status || JIRA(s) || Effort || Summary || JPA 2.0 Spec Reference(s) ||
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782] | Medium | Support for nested embeddables | 2.5 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782] | Medium | Support for collections of embeddables and basic types | 2.2, 2.6, 2.7.2 |
+| {color:blue} In Progress {color} | [OPENJPA-926|https://issues.apache.org/jira/browse/OPENJPA-926]  | Medium | Support persistent access types including @Access annotation and AccessType enum and XML | 2.3, 10.1.1, 10.1.2 |
+| {color:green} Complete {color} | [OPENJPA-871|https://issues.apache.org/jira/browse/OPENJPA-871] | High | Support derived identity | 2.4.1 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782]| Medium | Support relationships within embeddables | 2.5, 10.1.22, 10.1.24, 10.1.25, 10.1.33, 10.1.34 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Enhanced map collection support | 2.7 |
+| {color:green} Complete {color} | [OPENJPA-870|https://issues.apache.org/jira/browse/OPENJPA-870]  | Medium | Support orphanRemoval attribute on relationships | 2.9, 10.1.33, 10.1.34 |
+| {color:blue} In Progress {color} | [OPENJPA-962|https://issues.apache.org/jira/browse/OPENJPA-962] | Medium | New database object naming conventions (delimited-identifiers) | 2.13 |
+| {color:green} Complete {color} | [OPENJPA-891|https://issues.apache.org/jira/browse/OPENJPA-891] | Medium | Support LockTypeModes on EntityManager find and refresh operations | 3.1.1 |
+| {color:red} Not Started {color} |  | Low | Support vendor specific hints on EntityManager find and refresh operations  | 3.1.1 |
+| {color:green} Complete {color} | [OPENJPA-885|https://issues.apache.org/jira/browse/OPENJPA-885] | Low | Support clear method on EntityManager, including new CascadeType.CLEAR | 3.1.1, 3.2.6, 10.1.24, 10.1.25 |
+| {color:green} Complete {color} | [OPENJPA-849|https://issues.apache.org/jira/browse/OPENJPA-849] | Low | Add metadata-type getter methods to EntityManager | 3.1.1 |
+| {color:green} Complete {color} | [OPENJPA-891|https://issues.apache.org/jira/browse/OPENJPA-891]  | Medium | Meet new concurrency requirements, including supporting four new lock mode types | 3.4 |
+| {color:green} Complete {color} | [OPENJPA-957|https://issues.apache.org/jira/browse/OPENJPA-957] | Low | Support lock timeout hint on applicable methods | 3.4.4.3 |
+| {color:green} Complete {color} | [OPENJPA-899|https://issues.apache.org/jira/browse/OPENJPA-899] \\ [OPENJPA-900|https://issues.apache.org/jira/browse/OPENJPA-900] | Low | Add metadata-type getter methods to Query | 3.6 |
+| {color:green} Complete {color} | [OPENJPA-959|https://issues.apache.org/jira/browse/OPENJPA-959] | Medium | Support setLockMode and getLockMode methods on Query | 3.6 |
+| {color:green} Complete {color} | [OPENJPA-960|https://issues.apache.org/jira/browse/OPENJPA-960] | Low | Support EntityManager and Query unwrap | 3.6 |
+| {color:green} Complete {color} | [OPENJPA-990|https://issues.apache.org/jira/browse/OPENJPA-990] | Low | setHint should return IllegalArgumentException for invalid query/lock timeout values | 3.6.1 |
+| {color:blue} In Progress {color} | [OPENJPA-878|https://issues.apache.org/jira/browse/OPENJPA-878] \\ [OPENJPA-963|https://issues.apache.org/jira/browse/OPENJPA-963] \\ [OPENJPA-964|https://issues.apache.org/jira/browse/OPENJPA-964]| Low | Support default query hint for query timeout | 3.6.4 |
+| {color:red} Not Started {color} |  | Medium | Throw new JPA 2.0 unchecked exceptions on entity manager operations | 3.7, 3.1 |
+| {color:blue} In Progress {color} | [OPENJPA-805|https://issues.apache.org/jira/browse/OPENJPA-805] \\ [OPENJPA-855|https://issues.apache.org/jira/browse/OPENJPA-855] \\ [OPENJPA-856|https://issues.apache.org/jira/browse/OPENJPA-856] \\ [OPENJPA-865|https://issues.apache.org/jira/browse/OPENJPA-865] \\ [OPENJPA-879|https://issues.apache.org/jira/browse/OPENJPA-879] | High | JPQL Updates | Ch. 4 |
+| {color:blue} In Progress {color} | [OPENJPA-806|https://issues.apache.org/jira/browse/OPENJPA-806] | High | Criteria API | Ch. 5 |
+| {color:red} Not Started {color} |  | Low | Basic EntityManagerFactory interface updates, new exceptions, properties and metadata methods | 6.4 |
+| {color:green} Complete {color} | [OPENJPA-809|https://issues.apache.org/jira/browse/OPENJPA-809] | Low | Support Cache Interface | 6.10 |
+| {color:green} Complete {color} | [OPENJPA-850|https://issues.apache.org/jira/browse/OPENJPA-850]| Low | Support standard provider properties in persistence.xml | 7.2.1.7 |
+| {color:green} Complete {color} | [OPENJPA-972|https://issues.apache.org/jira/browse/OPENJPA-972] | Low | Support standard provider properties in PersistenceProvider class | 8.1.3.1 |
+| {color:green} Complete {color} | [OPENJPA-850|https://issues.apache.org/jira/browse/OPENJPA-850]| Medium | Support standard provider properties in Persistence class | 8.2.1 |
+| {color:green} Complete {color} | [OPENJPA-958|https://issues.apache.org/jira/browse/OPENJPA-958] | Medium | Support lockMode on @NamedQuery  | 9.3.1 |
+| {color:red} Not Started {color} |  | Low | Ignore query hints that are not recognized in all locations where query hints can be specified - log warning? | 9.3 |
+| {color:green} Complete {color} | [OPENJPA-937|https://issues.apache.org/jira/browse/OPENJPA-937] | Medium | @AssociationOverride updates | 10.1.2 |
+| {color:green} Complete {color} | [OPENJPA-930|https://issues.apache.org/jira/browse/OPENJPA-930] | Medium | @AttributeOverride updates | 10.1.4 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782]| Low | Support @CollectionTable annotation | 10.1.7, 2.7.2 |
+|{color:green} Complete {color} | [OPENJPA-782|https://issues.apache.org/jira/browse/OPENJPA-782]| Low | Support @ElementCollection annotation and XML | 10.1.11, 10.1.35 |
+| {color:green} Complete {color} | [OPENJPA-871|https://issues.apache.org/jira/browse/OPENJPA-871] | High | Support for derived identity with @IdClass | 10.1.18, 2.4.1 |
+| {color:red} Not Started {color} |  | Low | Review @JoinColumn elements for behavioral changes | 10.1.20 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Support @MapKeyClass annotation and XML  | 10.1.27, 10.1.26 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Support @MapKeyColumn annotation and XML | 10.1.28, 2.7.1 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Medium | Support @MapKeyJoinColumn annotation and XML  | 10.1.29 |
+| {color:green} Complete {color} | [OPENJPA-851|https://issues.apache.org/jira/browse/OPENJPA-851] | Low | Support @MapKeyJoinColumns annotation and XML | 10.1.30 |
+| {color:green} Complete {color} | [OPENJPA-871|https://issues.apache.org/jira/browse/OPENJPA-871] | Low | Support @MappedById annotation and XML | 10.1.31 |
+| {color:red} Not Started {color} |  | Low | Review @OrderBy for behavioral changes | 10.1.35 |
+| {color:green} Complete {color} | [OPENJPA-802|https://issues.apache.org/jira/browse/OPENJPA-802] \\ [OPENJPA-869|https://issues.apache.org/jira/browse/OPENJPA-869] | Medium | Support @OrderColumn annotation and XML | 10.1.36 |
+| {color:green} Complete {color} | [OPENJPA-803|https://issues.apache.org/jira/browse/OPENJPA-803] | Low | Update SequenceGenerator to support schema and catalog | 10.1.41 |
+| {color:green} Complete {color} | [OPENJPA-823|https://issues.apache.org/jira/browse/OPENJPA-823] | Low | Use 2.0 versions of xsd's for validation, maintain 1.0 support | 11.3, 7.3  |
+| {color:green} Complete {color} | [OPENJPA-837|https://issues.apache.org/jira/browse/OPENJPA-837] | Low | Update OpenJPA documentation with new persistence schemas | 11.3, 7.3  |
+|{color:green} Complete {color} | [OPENJPA-961|https://issues.apache.org/jira/browse/OPENJPA-961] | Low | Projection of element collection from JPQL query | 2.2, 2.6, 2.7.2 |
\ No newline at end of file

Propchange: openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.cwiki
------------------------------------------------------------------------------
    svn:eol-style = native

Added: openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.mdtext?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.mdtext (added)
+++ openjpa/site/trunk/content/jsr-317-20081031-public-draft-tasks.mdtext Wed Nov 14 01:49:37 2012
@@ -0,0 +1,116 @@
+Title: JSR-317 20081031 Public Draft Tasks
+<a name="JSR-31720081031PublicDraftTasks-JPA2.0SpecFeaturesbasedonJSR-31710/31/2008publicdraft"></a>
+### 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](jpa-2.0-roadmap.html)
+.
+
+<table>
+<tr><th> Status </th><th> JIRA(s) </th><th> Effort </th><th> Summary </th><th> JPA 2.0 Spec Reference(s) </th></tr>
+<tr><td>{color:green} Complete {color} </td><td> [OPENJPA-782](https://issues.apache.org/jira/browse/OPENJPA-782)
+ </td><td> Medium </td><td> Support for nested embeddables </td><td> 2.5 </td></tr>
+<tr><td>{color:green} Complete {color} </td><td> [OPENJPA-782](https://issues.apache.org/jira/browse/OPENJPA-782)
+ </td><td> Medium </td><td> Support for collections of embeddables and basic types </td><td> 2.2,
+2.6, 2.7.2 </td></tr>
+<tr><td> {color:blue} In Progress {color} </td><td> [OPENJPA-926](https://issues.apache.org/jira/browse/OPENJPA-926)
+  </td><td> Medium </td><td> Support persistent access types including @Access annotation
+and AccessType enum and XML </td><td> 2.3, 10.1.1, 10.1.2 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-871](https://issues.apache.org/jira/browse/OPENJPA-871)
+ </td><td> High </td><td> Support derived identity </td><td> 2.4.1 </td></tr>
+<tr><td>{color:green} Complete {color} </td><td> [OPENJPA-782](https://issues.apache.org/jira/browse/OPENJPA-782)
+</td><td> Medium </td><td> Support relationships within embeddables </td><td> 2.5, 10.1.22,
+10.1.24, 10.1.25, 10.1.33, 10.1.34 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-851](https://issues.apache.org/jira/browse/OPENJPA-851)
+ </td><td> Low </td><td> Enhanced map collection support </td><td> 2.7 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-870](https://issues.apache.org/jira/browse/OPENJPA-870)
+  </td><td> Medium </td><td> Support orphanRemoval attribute on relationships </td><td> 2.9,
+10.1.33, 10.1.34 </td></tr>
+<tr><td> {color:blue} In Progress {color} </td><td> [OPENJPA-962](https://issues.apache.org/jira/browse/OPENJPA-962)
+ </td><td> Medium </td><td> New database object naming conventions (delimited-identifiers)
+</td><td> 2.13 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-891](https://issues.apache.org/jira/browse/OPENJPA-891)
+ </td><td> Medium </td><td> Support LockTypeModes on EntityManager find and refresh
+operations </td><td> 3.1.1 </td></tr>
+<tr><td> {color:red} Not Started {color} </td><td>  </td><td> Low </td><td> Support vendor specific hints
+on EntityManager find and refresh operations  </td><td> 3.1.1 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-885](https://issues.apache.org/jira/browse/OPENJPA-885)
+ </td><td> Low </td><td> Support clear method on EntityManager, including new
+CascadeType.CLEAR </td><td> 3.1.1, 3.2.6, 10.1.24, 10.1.25 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-849](https://issues.apache.org/jira/browse/OPENJPA-849)
+ </td><td> Low </td><td> Add metadata-type getter methods to EntityManager </td><td> 3.1.1 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-891](https://issues.apache.org/jira/browse/OPENJPA-891)
+  </td><td> Medium </td><td> Meet new concurrency requirements, including supporting four
+new lock mode types </td><td> 3.4 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-957](https://issues.apache.org/jira/browse/OPENJPA-957)
+ </td><td> Low </td><td> Support lock timeout hint on applicable methods </td><td> 3.4.4.3 </td></tr>
+  
+  
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-959](https://issues.apache.org/jira/browse/OPENJPA-959)
+ </td><td> Medium </td><td> Support setLockMode and getLockMode methods on Query </td><td> 3.6 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-960](https://issues.apache.org/jira/browse/OPENJPA-960)
+ </td><td> Low </td><td> Support EntityManager and Query unwrap </td><td> 3.6 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-990](https://issues.apache.org/jira/browse/OPENJPA-990)
+ </td><td> Low </td><td> setHint should return IllegalArgumentException for invalid
+query/lock timeout values </td><td> 3.6.1 </td></tr>
+  
+  
+<tr><td> {color:red} Not Started {color} </td><td>  </td><td> Medium </td><td> Throw new JPA 2.0 unchecked
+exceptions on entity manager operations </td><td> 3.7, 3.1 </td></tr>
+  
+  
+<tr><td> {color:blue} In Progress {color} </td><td> [OPENJPA-806](https://issues.apache.org/jira/browse/OPENJPA-806)
+ </td><td> High </td><td> Criteria API </td><td> Ch. 5 </td></tr>
+<tr><td> {color:red} Not Started {color} </td><td>  </td><td> Low </td><td> Basic EntityManagerFactory
+interface updates, new exceptions, properties and metadata methods </td><td> 6.4 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-809](https://issues.apache.org/jira/browse/OPENJPA-809)
+ </td><td> Low </td><td> Support Cache Interface </td><td> 6.10 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-850](https://issues.apache.org/jira/browse/OPENJPA-850)
+</td><td> Low </td><td> Support standard provider properties in persistence.xml </td><td> 7.2.1.7 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-972](https://issues.apache.org/jira/browse/OPENJPA-972)
+ </td><td> Low </td><td> Support standard provider properties in PersistenceProvider class
+</td><td> 8.1.3.1 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-850](https://issues.apache.org/jira/browse/OPENJPA-850)
+</td><td> Medium </td><td> Support standard provider properties in Persistence class </td><td>
+8.2.1 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-958](https://issues.apache.org/jira/browse/OPENJPA-958)
+ </td><td> Medium </td><td> Support lockMode on @NamedQuery  </td><td> 9.3.1 </td></tr>
+<tr><td> {color:red} Not Started {color} </td><td>  </td><td> Low </td><td> Ignore query hints that are
+not recognized in all locations where query hints can be specified - log
+warning? </td><td> 9.3 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-937](https://issues.apache.org/jira/browse/OPENJPA-937)
+ </td><td> Medium </td><td> @AssociationOverride updates </td><td> 10.1.2 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-930](https://issues.apache.org/jira/browse/OPENJPA-930)
+ </td><td> Medium </td><td> @AttributeOverride updates </td><td> 10.1.4 </td></tr>
+<tr><td>{color:green} Complete {color} </td><td> [OPENJPA-782](https://issues.apache.org/jira/browse/OPENJPA-782)
+</td><td> Low </td><td> Support @CollectionTable annotation </td><td> 10.1.7, 2.7.2 </td></tr>
+<tr><td>{color:green} Complete {color} </td><td> [OPENJPA-782](https://issues.apache.org/jira/browse/OPENJPA-782)
+</td><td> Low </td><td> Support @ElementCollection annotation and XML </td><td> 10.1.11, 10.1.35 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-871](https://issues.apache.org/jira/browse/OPENJPA-871)
+ </td><td> High </td><td> Support for derived identity with @IdClass </td><td> 10.1.18, 2.4.1 </td></tr>
+<tr><td> {color:red} Not Started {color} </td><td>  </td><td> Low </td><td> Review @JoinColumn elements
+for behavioral changes </td><td> 10.1.20 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-851](https://issues.apache.org/jira/browse/OPENJPA-851)
+ </td><td> Low </td><td> Support @MapKeyClass annotation and XML  </td><td> 10.1.27, 10.1.26 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-851](https://issues.apache.org/jira/browse/OPENJPA-851)
+ </td><td> Low </td><td> Support @MapKeyColumn annotation and XML </td><td> 10.1.28, 2.7.1 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-851](https://issues.apache.org/jira/browse/OPENJPA-851)
+ </td><td> Medium </td><td> Support @MapKeyJoinColumn annotation and XML  </td><td> 10.1.29 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-851](https://issues.apache.org/jira/browse/OPENJPA-851)
+ </td><td> Low </td><td> Support @MapKeyJoinColumns annotation and XML </td><td> 10.1.30 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-871](https://issues.apache.org/jira/browse/OPENJPA-871)
+ </td><td> Low </td><td> Support @MappedById annotation and XML </td><td> 10.1.31 </td></tr>
+<tr><td> {color:red} Not Started {color} </td><td>  </td><td> Low </td><td> Review @OrderBy for behavioral
+changes </td><td> 10.1.35 </td></tr>
+  
+  
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-803](https://issues.apache.org/jira/browse/OPENJPA-803)
+ </td><td> Low </td><td> Update SequenceGenerator to support schema and catalog </td><td> 10.1.41 </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-823](https://issues.apache.org/jira/browse/OPENJPA-823)
+ </td><td> Low </td><td> Use 2.0 versions of xsd's for validation, maintain 1.0 support </td><td>
+11.3, 7.3  </td></tr>
+<tr><td> {color:green} Complete {color} </td><td> [OPENJPA-837](https://issues.apache.org/jira/browse/OPENJPA-837)
+ </td><td> Low </td><td> Update OpenJPA documentation with new persistence schemas </td><td> 11.3,
+7.3  </td></tr>
+<tr><td>{color:green} Complete {color} </td><td> [OPENJPA-961](https://issues.apache.org/jira/browse/OPENJPA-961)
+ </td><td> Low </td><td> Projection of element collection from JPQL query </td><td> 2.2, 2.6, 2.7.2
+</td></tr>

Added: openjpa/site/trunk/content/license
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/license?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/license (added)
+++ openjpa/site/trunk/content/license Wed Nov 14 01:49:37 2012
@@ -0,0 +1,209 @@
+{excerpt:hidden=true}OpenJPA license: Apache License v2.0{excerpt}
+
+h2. Apache License v2.0
+
+{noformat}
+
+                             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, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+{noformat}
\ No newline at end of file

Added: openjpa/site/trunk/content/license.cwiki
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/license.cwiki?rev=1409057&view=auto
==============================================================================
--- openjpa/site/trunk/content/license.cwiki (added)
+++ openjpa/site/trunk/content/license.cwiki Wed Nov 14 01:49:37 2012
@@ -0,0 +1,209 @@
+{excerpt:hidden=true}OpenJPA license: Apache License v2.0{excerpt}
+
+h2. Apache License v2.0
+
+{noformat}
+
+                             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, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+{noformat}
\ No newline at end of file

Propchange: openjpa/site/trunk/content/license.cwiki
------------------------------------------------------------------------------
    svn:eol-style = native