diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml index ebd0a9abc..e4b7dccbb 100644 --- a/openjpa-all/pom.xml +++ b/openjpa-all/pom.xml @@ -1,4 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-examples/src/main/java/META-INF/persistence.xml b/openjpa-examples/src/main/java/META-INF/persistence.xml index d0851b73a..9e15286d7 100644 --- a/openjpa-examples/src/main/java/META-INF/persistence.xml +++ b/openjpa-examples/src/main/java/META-INF/persistence.xml @@ -1,4 +1,19 @@ + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-jdbc/pom.xml b/openjpa-jdbc/pom.xml index e486d91db..282844fca 100644 --- a/openjpa-jdbc/pom.xml +++ b/openjpa-jdbc/pom.xml @@ -1,3 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/ant/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/ant/package.html index cf12d9404..4a7a18d97 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/ant/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/ant/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC Ant Tasks

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/conf/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/conf/package.html index f9f6059ed..707354e74 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/conf/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/conf/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC Configuration

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/BinaryOpExpState.java b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/BinaryOpExpState.java index 41d93f1ed..3d8f54ff4 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/BinaryOpExpState.java +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/BinaryOpExpState.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.jdbc.kernel.exps; import org.apache.openjpa.jdbc.sql.Joins; diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpContext.java b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpContext.java index a672cbcd6..6d567f64e 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpContext.java +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpContext.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.jdbc.kernel.exps; import org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration; diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpState.java b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpState.java index 404ac7a9e..934fc3b3d 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpState.java +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ExpState.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.jdbc.kernel.exps; import org.apache.openjpa.jdbc.sql.Joins; diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/HasContainsExpressionVisitor.java b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/HasContainsExpressionVisitor.java index bea2671d0..572626d51 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/HasContainsExpressionVisitor.java +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/HasContainsExpressionVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.jdbc.kernel.exps; import org.apache.openjpa.kernel.exps.AbstractExpressionVisitor; diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/package.html index 83d4cfe6d..2f4a8bd2b 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC Expression Tree

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/package.html index 36dccd64a..c9370ce1b 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC Runtime Kernel

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/package.html index 0c4f732bb..e14392e00 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC ORM Metadata

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/package.html index 9fb07498f..930bfd069 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC ORM Strategies

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/package.html index 8438bc461..b03ff076c 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC Schema Management

diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/package.html b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/package.html index f8c3cc7b3..00c086289 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/package.html +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/package.html @@ -1,3 +1,18 @@ +

OpenJPA-JDBC SQL Abstraction

diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/localizer.properties index 0a3a3906a..7fa04c417 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/localizer.properties @@ -1,2 +1,16 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + bad-conf: The options supplied to the {0} are not valid. Please check your \ ant build file. diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties index a4fc7b78f..30047d841 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + Schema-name: Schema Schema-desc: The default schema for unqualified table names. Schema-type: Connecting diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties index 4616e9300..797c7e841 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/exps/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + bad-getobjectid: Attempt to get the object id of a non-persistent or \ embedded object field "{0}". non-pers-field: Field "{0}" is not persistent, and thus cannot be queried. diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties index 2c23d1e12..f104cb773 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + error-rollback: An error occurred attempting to rollback to the savepoint "{0}" error-save: An error occurred attempting to set the savepoint "{0}". This \ driver may not support JDBC 3 savepoints. diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties index cc075dff5..d777e37d3 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + resolve-mapping: Resolving mapping for "{0}". init-mapping: Initializing mapping for "{0}". strategy: "{0}" has mapping strategy "{1}". diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties index 7226d3c8a..773fc88b5 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + rel-to-unknownid: You cannot map a logical foreign key relation to an object \ with an unknown identity type. cant-mapped-by: Field "{0}" cannot declare that it is mapped by another field. \ diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties index db1703cc8..aeebd4809 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + bad-join: The following error was detected when creating a foreign key: \ "{0}". The foreign key is being ignored. no-driver: A JDBC Driver or DataSource class name must be specified in the \ diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties index 03d0643bf..3bb1b3036 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + union-sql-placeholder: Aborting UNION: cannot select placeholder for \ non-column select SQL. union-number-ordering: Aborting UNION: different numbers of order-by criteria \ diff --git a/openjpa-kernel-5/pom.xml b/openjpa-kernel-5/pom.xml index ce1b03cdf..d591f41ae 100644 --- a/openjpa-kernel-5/pom.xml +++ b/openjpa-kernel-5/pom.xml @@ -1,3 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-kernel/pom.xml b/openjpa-kernel/pom.xml index 300c8a318..636d5204e 100644 --- a/openjpa-kernel/pom.xml +++ b/openjpa-kernel/pom.xml @@ -1,3 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/abstractstore/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/abstractstore/package.html index 7b8303d4a..424ae8b29 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/abstractstore/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/abstractstore/package.html @@ -1,3 +1,18 @@ +

OpenJPA Abstract StoreManager Implementation

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/ant/ApplicationIdToolTask.java b/openjpa-kernel/src/main/java/org/apache/openjpa/ant/ApplicationIdToolTask.java index 6290ba900..c0254cda3 100755 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/ant/ApplicationIdToolTask.java +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/ant/ApplicationIdToolTask.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.ant; import java.io.IOException; diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/ant/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/ant/package.html index 99aeb836b..ed04c7b16 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/ant/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/ant/package.html @@ -1,3 +1,18 @@ +

OpenJPA Ant Tasks

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/conf/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/conf/package.html index 810b7c4c8..5ca161698 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/conf/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/conf/package.html @@ -1,3 +1,18 @@ +

OpenJPA Configuration

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/datacache/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/datacache/package.html index 30554f792..7bce8851f 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/datacache/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/datacache/package.html @@ -1,3 +1,18 @@ +

OpenJPA Data Cache

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/ee/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/ee/package.html index e028af6a8..3293102ab 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/ee/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/ee/package.html @@ -1,3 +1,18 @@ +

OpenJPA Enterprise Extensions

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/package.html index 6c72cdb10..8024661e7 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/package.html @@ -1,3 +1,18 @@ +

OpenJPA Enhancer

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/event/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/event/package.html index 145a71ec7..33895f5ef 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/event/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/event/package.html @@ -1,3 +1,18 @@ +

OpenJPA Events

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/AbstractExpressionVisitor.java b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/AbstractExpressionVisitor.java index cf0c56966..3e5134a5f 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/AbstractExpressionVisitor.java +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/AbstractExpressionVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.kernel.exps; diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/ExpressionVisitor.java b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/ExpressionVisitor.java index 28dcacfab..7118d2d81 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/ExpressionVisitor.java +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/ExpressionVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.kernel.exps; diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/package.html index 47127dbde..8b8ee6db8 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/package.html @@ -1,3 +1,18 @@ +

OpenJPA Expression Tree

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/package.html index 9504c1d84..7a598631c 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/package.html @@ -1,3 +1,18 @@ +

JPA Query Language Support

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/package.html index ec9bfb663..7eda980c0 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/package.html @@ -1,3 +1,18 @@ +

OpenJPA Runtime Kernel

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/meta/NonPersistentMetaData.java b/openjpa-kernel/src/main/java/org/apache/openjpa/meta/NonPersistentMetaData.java index 1ca5e5c8b..2e5859d9c 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/meta/NonPersistentMetaData.java +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/meta/NonPersistentMetaData.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.meta; import java.io.File; diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/meta/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/meta/package.html index f87a4b3b1..810896fff 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/meta/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/meta/package.html @@ -1,3 +1,18 @@ +

OpenJPA Metadata

diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/util/StoreFacadeTypeRegistry.java b/openjpa-kernel/src/main/java/org/apache/openjpa/util/StoreFacadeTypeRegistry.java index 498f6b30f..595c98207 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/util/StoreFacadeTypeRegistry.java +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/util/StoreFacadeTypeRegistry.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.util; import java.util.Map; diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/util/package.html b/openjpa-kernel/src/main/java/org/apache/openjpa/util/package.html index ad4b9ca60..be0b7a6bc 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/util/package.html +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/util/package.html @@ -1,3 +1,18 @@ +

OpenJPA Utilities

diff --git a/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt b/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt index 5cd1fe0f1..1cf7d964e 100644 --- a/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt +++ b/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt @@ -1,3 +1,19 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ + /** * An JP QL grammar parser. * diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/abstractstore/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/abstractstore/localizer.properties index 3a7ebce74..a2840a283 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/abstractstore/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/abstractstore/localizer.properties @@ -1,2 +1,16 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + no-store-manager: Your configuration is missing the required "{0}" property \ naming the concrete store manager to use to interact with your data store. diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/localizer.properties index 0a3a3906a..7fa04c417 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/localizer.properties @@ -1,2 +1,16 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + bad-conf: The options supplied to the {0} are not valid. Please check your \ ant build file. diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties index 5de315f10..ebfdc8ad9 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + ClassResolver-name: Class resolver ClassResolver-desc: The org.apache.openjpa.util.ClassResolver implementation \ that should be used for class resolution. Defaults to a spec-compliant \ diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties index a280d4308..b7fdd47cc 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/datacache/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + removeall-byclass: The datacache does not support automatic removal of \ subclasses. nested-exceps: This operation failed for some instances. See the nested \ diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties index 1b21c086b..d38cffbfa 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + tm-not-found: Could not perform automatic lookup of EJB container''s \ javax.transaction.TransactionManager implementation. Please ensure that \ you are running the application from within an EJB 1.1 compliant EJB \ @@ -16,4 +30,4 @@ was-reflection-exception: An error occured reflecting WebSphere proprietary \ WebSphere Application Server (version 5.0.2 or newer). was-lookup-error: An error occurred looking up the WebSphere extended JTA \ service. Please ensure that you are running the application from within WebSphere \ - Application Server (version 5.0.2 or newer). \ No newline at end of file + Application Server (version 5.0.2 or newer). diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties index 548f414b4..4a282c225 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + needs-runtime-enhance: "{0}" requires runtime enhancement: {1} runtime-enhance-pcclasses: You have enabled runtime enhancement, but have not \ specified the set of persistent classes. OpenJPA must look for metadata \ diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/event/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/event/localizer.properties index 0984a4633..e0495b26c 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/event/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/event/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + orphaned-key-owner: Detected possible orphaned reference to deleted object \ "{0}" in "{1}" of instance "{2}". orphaned-key: Detected possible orphaned reference to deleted object "{0}" \ diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/exps/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/exps/localizer.properties index 23d61a7bb..fc5ad1f6d 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/exps/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/exps/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + in-mem-subquery: Subqueries are not supported for queries that execute \ in-memory. If you do not intend for this query to execute in-memory, \ consider setting IgnoreCache to true for the query. diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties index cdf471f54..89a684133 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + param-decs-invalid: JPQL does not support declared parameters. bad-jpql: The JPQL string "{0}" is not valid. \ Make sure all parentheses are matched and that you use proper JPQL syntax. diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties index f6eee3f5e..8650306c4 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + cant-convert-result: There is no conversion between query projection type \ "{0}" and result type "{1}". unloaded-detached: Attempt to access an unloaded field of detached instance \ diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties index 601f70066..79535e16b 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + meta-reflect: Using reflection for metadata generation. gen-meta: Generating default metadata for type "{0}". load-cls: Loading metadata for "{0}" under mode "{1}". diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties index 034c2dcf6..222f5591b 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + failed: Failed: nested: Nested: null-oid: Null id value encountered while creating datastore identity for "{0}". diff --git a/openjpa-lib/pom.xml b/openjpa-lib/pom.xml index 855facdae..7f6d0779f 100644 --- a/openjpa-lib/pom.xml +++ b/openjpa-lib/pom.xml @@ -1,3 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/ant/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/ant/package.html index da915d6de..5bce5423a 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/ant/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/ant/package.html @@ -1,3 +1,18 @@ + diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/package.html index 5a7bb8c30..ce5f09762 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/package.html @@ -1,3 +1,18 @@ +

Configuration Framework

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/jdbc/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/jdbc/package.html index 5015fef73..31b5938e1 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/jdbc/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/jdbc/package.html @@ -1,3 +1,18 @@ +

Database Connectivity

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/log/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/log/package.html index fe381cf5d..984f43158 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/log/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/log/package.html @@ -1,3 +1,18 @@ +

Logging

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/meta/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/meta/package.html index aa9f691b7..dc34cae32 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/meta/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/meta/package.html @@ -1,3 +1,18 @@ +

Metadata Framework

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/rop/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/rop/package.html index 9312434dd..efb0b2c4c 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/rop/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/rop/package.html @@ -1,3 +1,18 @@ +

Result Object Provider Framework

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/concurrent/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/concurrent/package.html index 386ddc753..855b5f85e 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/concurrent/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/concurrent/package.html @@ -1,3 +1,18 @@ +

Concurrent Utilities

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/package.html index 108cd5fa2..60c65beba 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/package.html @@ -1,3 +1,18 @@ +

General Utilities

diff --git a/openjpa-lib/src/main/java/org/apache/openjpa/lib/xml/package.html b/openjpa-lib/src/main/java/org/apache/openjpa/lib/xml/package.html index 9d5954d79..d54b9f888 100644 --- a/openjpa-lib/src/main/java/org/apache/openjpa/lib/xml/package.html +++ b/openjpa-lib/src/main/java/org/apache/openjpa/lib/xml/package.html @@ -1,3 +1,18 @@ +

XML Handling

diff --git a/openjpa-lib/src/main/java/sun/misc/Perf.java b/openjpa-lib/src/main/java/sun/misc/Perf.java deleted file mode 100644 index 3199aef0c..000000000 --- a/openjpa-lib/src/main/java/sun/misc/Perf.java +++ /dev/null @@ -1,29 +0,0 @@ -package sun.misc; - -/** - * Compilation stub for pre-1.4.2 JREs. Thanks to it, the whole backport - * concurrency package compiles and works with 1.4.2 as well as wih earlier - * JREs, and takes advantage of native Perf class when running on 1.4.2 while - * seamlessly falling back to System.currentTimeMillis() on previous JREs. This - * class should NOT be included in the binary distribution of backport. - * - * @author Dawid Kurzyniec - * @version 1.0 - * @nojavadoc - */ -public final class Perf { - - private static final Perf perf = new Perf(); - - public static Perf getPerf() { return perf; } - - private Perf() {} - - public long highResCounter() { - return System.currentTimeMillis(); - } - - public long highResFrequency() { - return 1000L; - } -} diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/ant/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/ant/localizer.properties index 4ae56a1e2..c03dfba5f 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/ant/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/ant/localizer.properties @@ -1 +1,15 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + no-filesets: No filesets specified. diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties index ca1f5fca0..f83c2e5d7 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + get-prop-errs: There were errors initializing your configuration: {0} read-only: The configuration is read only; it cannot be modified. obj-create: An instance of the class "{0}" could not be instantiated. Make \ diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties index bf9048f9a..2459ac54b 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + not-jdbc3: Attempted to call JDBC 3 method on a non-JDBC 3 JVM. invoke-jdbc3: An error occurred attempting to invoke JDBC 3 method. Your \ driver or database may not support JDBC 3 features. @@ -84,4 +98,4 @@ login-timeout-desc: The maximum number of milliseconds to block for database \ login. close-pool: Shutting down connection pool. close-pool-fail: Error caught when issuing close pool SQL: {0} -datasource-trace-data: {0} \ No newline at end of file +datasource-trace-data: {0} diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/log/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/log/localizer.properties index 8c0eff901..941ca5d32 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/log/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/log/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + log-trace: TRACE log-info: INFO log-warn: WARN diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/meta/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/meta/localizer.properties index 869604f80..c489a270f 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/meta/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/meta/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + loc-prefix: Location: start-parse: Parsing resource "{0}". end-parse: Finished parsing metadata resource "{0}". @@ -25,4 +39,4 @@ parser-schema-bug: XML schema validation is disabled due to bugs detected \ in the SAX parser. sax-exception: An exception occurred while parsing {0} at location {1}. \ This exception has been translated to a SAXException, and will be \ - re-thrown. The original exception is being logged along with this message. \ No newline at end of file + re-thrown. The original exception is being logged along with this message. diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/rop/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/rop/localizer.properties index 4c385b1c6..81c5d636d 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/rop/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/rop/localizer.properties @@ -1,4 +1,18 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + closed: The result list has been closed. read-only: Result lists are read-only. range-too-high: The RangeResultObjectProvider can only be used for ranges that \ - are below Integer.MAX_VALUE. Start index: "{0}", end index: "{1}". \ No newline at end of file + are below Integer.MAX_VALUE. Start index: "{0}", end index: "{1}". diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/util/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/util/localizer.properties index 44954e8b4..717bc5a91 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/util/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/util/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + dup-key: Duplicate keys are not allowed in this properties file. Key: {0}, \ first value: {1}, second value: {2}. concurrent-initial: Illegal initial value of {0} specified. diff --git a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/xml/localizer.properties b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/xml/localizer.properties index 4423dd7a4..5e8c02421 100644 --- a/openjpa-lib/src/main/resources/org/apache/openjpa/lib/xml/localizer.properties +++ b/openjpa-lib/src/main/resources/org/apache/openjpa/lib/xml/localizer.properties @@ -1,2 +1,16 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + no-locator: Unknown location-format: Line: {0}, C: {1} diff --git a/openjpa-lib/src/test/java/org/apache/openjpa/lib/conf/TestXMLCaseConversions.java b/openjpa-lib/src/test/java/org/apache/openjpa/lib/conf/TestXMLCaseConversions.java index 3159e6033..61642d3cb 100644 --- a/openjpa-lib/src/test/java/org/apache/openjpa/lib/conf/TestXMLCaseConversions.java +++ b/openjpa-lib/src/test/java/org/apache/openjpa/lib/conf/TestXMLCaseConversions.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.lib.conf; import java.io.BufferedReader; diff --git a/openjpa-lib/src/test/resources/localizer.properties b/openjpa-lib/src/test/resources/localizer.properties index 678863203..406494026 100644 --- a/openjpa-lib/src/test/resources/localizer.properties +++ b/openjpa-lib/src/test/resources/localizer.properties @@ -1 +1,15 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + test.systemlocal systemvalue1 diff --git a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/conf/test/localizer.properties b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/conf/test/localizer.properties index 25dea07de..61536f95e 100644 --- a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/conf/test/localizer.properties +++ b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/conf/test/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + testKey-name: name testKey-desc: desc testKey-type: General diff --git a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer.properties b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer.properties index 930196f0f..76c1462e8 100644 --- a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer.properties +++ b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer.properties @@ -1,2 +1,16 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + test.local1 value1 test.local2 value2 {0} sep {1} diff --git a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer_de_DE.properties b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer_de_DE.properties index 93b786788..1b2b2ec45 100644 --- a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer_de_DE.properties +++ b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/util/testlocalizer/localizer_de_DE.properties @@ -1,2 +1,16 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + test.local1 value1_de test.local2 value2_de {0} sep {1} diff --git a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml index aeadb30e2..f76034221 100644 --- a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml +++ b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml @@ -1,4 +1,19 @@ + diff --git a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml index 20bd1ed4a..9ad85dccf 100644 --- a/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml +++ b/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml @@ -1,2 +1,17 @@ + text 1text 2 diff --git a/openjpa-lib/src/test/resources/test.properties b/openjpa-lib/src/test/resources/test.properties index 910218599..bc49845a9 100755 --- a/openjpa-lib/src/test/resources/test.properties +++ b/openjpa-lib/src/test/resources/test.properties @@ -1 +1,15 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + openjpa.testKey=testvalue diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml index dae62ba3b..016a0ef8d 100644 --- a/openjpa-persistence-jdbc/pom.xml +++ b/openjpa-persistence-jdbc/pom.xml @@ -1,3 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/package.html b/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/package.html index 6f4528258..897d2c1c9 100644 --- a/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/package.html +++ b/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/package.html @@ -1,3 +1,18 @@ +

OpenJPA JPA-JDBC

diff --git a/openjpa-persistence-jdbc/src/main/resources/org/apache/openjpa/persistence/jdbc/localizer.properties b/openjpa-persistence-jdbc/src/main/resources/org/apache/openjpa/persistence/jdbc/localizer.properties index aac112066..7fc48ab39 100644 --- a/openjpa-persistence-jdbc/src/main/resources/org/apache/openjpa/persistence/jdbc/localizer.properties +++ b/openjpa-persistence-jdbc/src/main/resources/org/apache/openjpa/persistence/jdbc/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + parse-gen: Parsing table generator "{0}". dup-gen: Found duplicate generator "{0}" in "{1}". Ignoring. override-gen: Found duplicate generator "{0}" in "{1}". Overriding previous \ diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/OptimisticLockInstance.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/OptimisticLockInstance.java index 0771d903b..707a1548c 100644 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/OptimisticLockInstance.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/OptimisticLockInstance.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.persistence.datacache; import javax.persistence.Entity; diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestDataCacheOptimisticLockRecovery.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestDataCacheOptimisticLockRecovery.java index 15a324acd..d24688dd2 100644 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestDataCacheOptimisticLockRecovery.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestDataCacheOptimisticLockRecovery.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.persistence.datacache; import javax.persistence.EntityManager; diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestInMemoryQueryMatchEscapes.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestInMemoryQueryMatchEscapes.java index dbb5876ca..460816484 100755 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestInMemoryQueryMatchEscapes.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestInMemoryQueryMatchEscapes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.persistence.query; import java.util.HashMap; diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/ManyOneCompoundIdOwnerId.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/ManyOneCompoundIdOwnerId.java index e26af29d9..a3d5de5db 100644 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/ManyOneCompoundIdOwnerId.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/ManyOneCompoundIdOwnerId.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.persistence.relations; import java.io.*; diff --git a/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml b/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml index 90ae5c102..99bb8e6a7 100644 --- a/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml +++ b/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml @@ -1,4 +1,19 @@ + diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml index 35a4bea55..69326f2b2 100644 --- a/openjpa-persistence/pom.xml +++ b/openjpa-persistence/pom.xml @@ -1,3 +1,19 @@ + + @@ -11,7 +27,7 @@ org.apache.openjpa openjpa - 0.9.7-incubating-SNAPSHOT + 0.9.6-incubating diff --git a/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/MetaDataParsers.java b/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/MetaDataParsers.java index 3477b6f6e..4a6a8d68a 100644 --- a/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/MetaDataParsers.java +++ b/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/MetaDataParsers.java @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ package org.apache.openjpa.persistence; import java.lang.reflect.Method; diff --git a/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/package.html b/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/package.html index 43b4bca98..4b99bd80c 100644 --- a/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/package.html +++ b/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/package.html @@ -1,3 +1,18 @@ +

OpenJPA JPA

diff --git a/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties b/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties index 46c688d54..67018e9cd 100644 --- a/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties +++ b/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties @@ -1,3 +1,17 @@ +# Copyright 2006 The Apache Software Foundation. +# +# 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. + no-managed-trans: There is no managed transaction in progress to sync this \ EntityManager with. get-managed-trans: You cannot access the EntityTransaction when using managed \ diff --git a/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/persistence-xsd.rsrc b/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/persistence-xsd.rsrc index 88a61a90e..9e070b127 100644 --- a/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/persistence-xsd.rsrc +++ b/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/persistence-xsd.rsrc @@ -1,3 +1,18 @@ + binary diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml index ea01532c6..21124a238 100644 --- a/openjpa-project/pom.xml +++ b/openjpa-project/pom.xml @@ -1,4 +1,19 @@ + source diff --git a/openjpa-project/src/doc/manual/css/docbook.css b/openjpa-project/src/doc/manual/css/docbook.css index 0b21d12bb..d6c3fb226 100644 --- a/openjpa-project/src/doc/manual/css/docbook.css +++ b/openjpa-project/src/doc/manual/css/docbook.css @@ -1,3 +1,18 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * 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. + */ /* content styles */ html { diff --git a/openjpa-project/src/doc/manual/jpa_overview_arch.xml b/openjpa-project/src/doc/manual/jpa_overview_arch.xml index 763f1bc42..d4403be56 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_arch.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_arch.xml @@ -1,3 +1,18 @@ + Java Persistence API Architecture diff --git a/openjpa-project/src/doc/manual/jpa_overview_conclusion.xml b/openjpa-project/src/doc/manual/jpa_overview_conclusion.xml index 33df684db..b33e5d120 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_conclusion.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_conclusion.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_conclusion"> <title> Conclusion diff --git a/openjpa-project/src/doc/manual/jpa_overview_em.xml b/openjpa-project/src/doc/manual/jpa_overview_em.xml index 8166b7b1c..82a61861c 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_em.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_em.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_em"> <title> EntityManager diff --git a/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml b/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml index 75e0fed1a..098fee05b 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_emfactory.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_emfactory"> <title> EntityManagerFactory diff --git a/openjpa-project/src/doc/manual/jpa_overview_intro.xml b/openjpa-project/src/doc/manual/jpa_overview_intro.xml index 69a02b32b..8c993deab 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_intro.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_intro.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_intro"> <title> Introduction diff --git a/openjpa-project/src/doc/manual/jpa_overview_mapping.xml b/openjpa-project/src/doc/manual/jpa_overview_mapping.xml index 7ba370908..868083f82 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_mapping.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_mapping.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_mapping"> <title> Mapping Metadata diff --git a/openjpa-project/src/doc/manual/jpa_overview_meta.xml b/openjpa-project/src/doc/manual/jpa_overview_meta.xml index 35e760b6b..cc1fc7749 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_meta.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_meta.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_meta"> <title> Metadata diff --git a/openjpa-project/src/doc/manual/jpa_overview_pc.xml b/openjpa-project/src/doc/manual/jpa_overview_pc.xml index fb124ef22..e7873007f 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_pc.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_pc.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_pc"> <title> Entity diff --git a/openjpa-project/src/doc/manual/jpa_overview_persistence.xml b/openjpa-project/src/doc/manual/jpa_overview_persistence.xml index fca846500..bed6dfcfa 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_persistence.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_persistence.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_persistence"> <title> Persistence diff --git a/openjpa-project/src/doc/manual/jpa_overview_query.xml b/openjpa-project/src/doc/manual/jpa_overview_query.xml index e971775c0..4e18b74fd 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_query.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_query.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_query"> <title> JPA Query diff --git a/openjpa-project/src/doc/manual/jpa_overview_sqlquery.xml b/openjpa-project/src/doc/manual/jpa_overview_sqlquery.xml index abe99278e..9903ae536 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_sqlquery.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_sqlquery.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_sqlquery"> <title> SQL Queries diff --git a/openjpa-project/src/doc/manual/jpa_overview_trans.xml b/openjpa-project/src/doc/manual/jpa_overview_trans.xml index 984378dbf..336b42ee4 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_trans.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_trans.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_trans"> <title> Transaction diff --git a/openjpa-project/src/doc/manual/jpa_overview_why.xml b/openjpa-project/src/doc/manual/jpa_overview_why.xml index 7433a04a8..dc5f373d3 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_why.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_why.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_overview_why"> <title> Why JPA? diff --git a/openjpa-project/src/doc/manual/jpa_resources.xml b/openjpa-project/src/doc/manual/jpa_resources.xml index 2f9c9b2dc..c63680db7 100644 --- a/openjpa-project/src/doc/manual/jpa_resources.xml +++ b/openjpa-project/src/doc/manual/jpa_resources.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <appendix id="jpa_resources"> <title> JPA Resources diff --git a/openjpa-project/src/doc/manual/jpa_tutorials.xml b/openjpa-project/src/doc/manual/jpa_tutorials.xml index 84ab0bd4e..a561b6df4 100644 --- a/openjpa-project/src/doc/manual/jpa_tutorials.xml +++ b/openjpa-project/src/doc/manual/jpa_tutorials.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="jpa_tutorials"> <title> JPA Tutorials diff --git a/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl b/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl index 11c71d5ae..b61c18b57 100644 --- a/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl +++ b/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> <!-- docbook stylesheet customizations for openjpa manual --> diff --git a/openjpa-project/src/doc/manual/manual-xhtml.xsl b/openjpa-project/src/doc/manual/manual-xhtml.xsl index 07061df77..2ac6de980 100644 --- a/openjpa-project/src/doc/manual/manual-xhtml.xsl +++ b/openjpa-project/src/doc/manual/manual-xhtml.xsl @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> <!-- docbook stylesheet customizations for openjpa manual --> diff --git a/openjpa-project/src/doc/manual/manual.xml b/openjpa-project/src/doc/manual/manual.xml index cf8216075..b49bcc5c8 100644 --- a/openjpa-project/src/doc/manual/manual.xml +++ b/openjpa-project/src/doc/manual/manual.xml @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ <!ENTITY openjpa-version "VERSION"> diff --git a/openjpa-project/src/doc/manual/openjpa_intro.xml b/openjpa-project/src/doc/manual/openjpa_intro.xml index 06d686656..f0a2cb8da 100644 --- a/openjpa-project/src/doc/manual/openjpa_intro.xml +++ b/openjpa-project/src/doc/manual/openjpa_intro.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="openjpa_intro"> <title> OpenJPA diff --git a/openjpa-project/src/doc/manual/ref_guide_caching.xml b/openjpa-project/src/doc/manual/ref_guide_caching.xml index 265e464ec..408ad4b60 100644 --- a/openjpa-project/src/doc/manual/ref_guide_caching.xml +++ b/openjpa-project/src/doc/manual/ref_guide_caching.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_caching"> <title> Caching diff --git a/openjpa-project/src/doc/manual/ref_guide_conf.xml b/openjpa-project/src/doc/manual/ref_guide_conf.xml index 6251e7d08..576be14d4 100644 --- a/openjpa-project/src/doc/manual/ref_guide_conf.xml +++ b/openjpa-project/src/doc/manual/ref_guide_conf.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_conf"> <title> Configuration diff --git a/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml b/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml index 2a5e1ef06..4324bd385 100644 --- a/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml +++ b/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_dbsetup"> <title> JDBC diff --git a/openjpa-project/src/doc/manual/ref_guide_deploy.xml b/openjpa-project/src/doc/manual/ref_guide_deploy.xml index f2a5cb539..456fea39b 100644 --- a/openjpa-project/src/doc/manual/ref_guide_deploy.xml +++ b/openjpa-project/src/doc/manual/ref_guide_deploy.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_deploy"> <title> Deployment diff --git a/openjpa-project/src/doc/manual/ref_guide_integration.xml b/openjpa-project/src/doc/manual/ref_guide_integration.xml index 9e5d544f6..5b56b3bc3 100644 --- a/openjpa-project/src/doc/manual/ref_guide_integration.xml +++ b/openjpa-project/src/doc/manual/ref_guide_integration.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_integration"> <title> Third Party Integration diff --git a/openjpa-project/src/doc/manual/ref_guide_intro.xml b/openjpa-project/src/doc/manual/ref_guide_intro.xml index 9bc4b1639..b1d021ae0 100644 --- a/openjpa-project/src/doc/manual/ref_guide_intro.xml +++ b/openjpa-project/src/doc/manual/ref_guide_intro.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_intro"> <title> Introduction diff --git a/openjpa-project/src/doc/manual/ref_guide_logging.xml b/openjpa-project/src/doc/manual/ref_guide_logging.xml index 2db45e324..f1954cb73 100644 --- a/openjpa-project/src/doc/manual/ref_guide_logging.xml +++ b/openjpa-project/src/doc/manual/ref_guide_logging.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_logging"> <title> Logging diff --git a/openjpa-project/src/doc/manual/ref_guide_mapping.xml b/openjpa-project/src/doc/manual/ref_guide_mapping.xml index bedc8316d..468791a69 100644 --- a/openjpa-project/src/doc/manual/ref_guide_mapping.xml +++ b/openjpa-project/src/doc/manual/ref_guide_mapping.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_mapping"> <title> Mapping diff --git a/openjpa-project/src/doc/manual/ref_guide_meta.xml b/openjpa-project/src/doc/manual/ref_guide_meta.xml index 81c5622c8..efad00852 100644 --- a/openjpa-project/src/doc/manual/ref_guide_meta.xml +++ b/openjpa-project/src/doc/manual/ref_guide_meta.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_meta"> <title> Metadata diff --git a/openjpa-project/src/doc/manual/ref_guide_optimization.xml b/openjpa-project/src/doc/manual/ref_guide_optimization.xml index 165bee998..efc8475d8 100644 --- a/openjpa-project/src/doc/manual/ref_guide_optimization.xml +++ b/openjpa-project/src/doc/manual/ref_guide_optimization.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_optimization"> <title> Optimization Guidelines diff --git a/openjpa-project/src/doc/manual/ref_guide_pc.xml b/openjpa-project/src/doc/manual/ref_guide_pc.xml index 744dc14e2..758386560 100644 --- a/openjpa-project/src/doc/manual/ref_guide_pc.xml +++ b/openjpa-project/src/doc/manual/ref_guide_pc.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_pc"> <title> Persistent Classes diff --git a/openjpa-project/src/doc/manual/ref_guide_remote.xml b/openjpa-project/src/doc/manual/ref_guide_remote.xml index e9e602666..675e0dbe7 100644 --- a/openjpa-project/src/doc/manual/ref_guide_remote.xml +++ b/openjpa-project/src/doc/manual/ref_guide_remote.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_remote"> <title> Remote and Offline Operation diff --git a/openjpa-project/src/doc/manual/ref_guide_runtime.xml b/openjpa-project/src/doc/manual/ref_guide_runtime.xml index a698226aa..f62f414f7 100644 --- a/openjpa-project/src/doc/manual/ref_guide_runtime.xml +++ b/openjpa-project/src/doc/manual/ref_guide_runtime.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="ref_guide_runtime"> <title> Runtime Extensions diff --git a/openjpa-project/src/doc/manual/samples_guide.xml b/openjpa-project/src/doc/manual/samples_guide.xml index 3b486c14c..1f6a99bd2 100644 --- a/openjpa-project/src/doc/manual/samples_guide.xml +++ b/openjpa-project/src/doc/manual/samples_guide.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <chapter id="samples_guide"> <title> OpenJPA Sample Code diff --git a/openjpa-project/src/doc/manual/supported_databases.xml b/openjpa-project/src/doc/manual/supported_databases.xml index 9e82a280e..76ac4cc44 100644 --- a/openjpa-project/src/doc/manual/supported_databases.xml +++ b/openjpa-project/src/doc/manual/supported_databases.xml @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <appendix id="supported_databases"> <title> Supported Databases diff --git a/openjpa-xmlstore/pom.xml b/openjpa-xmlstore/pom.xml index bdd130407..bd684040e 100644 --- a/openjpa-xmlstore/pom.xml +++ b/openjpa-xmlstore/pom.xml @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -11,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa</artifactId> - <version>0.9.7-incubating-SNAPSHOT</version> + <version>0.9.6-incubating</version> </parent> <dependencies> <dependency> diff --git a/openjpa-xmlstore/src/main/java/org/apache/openjpa/xmlstore/package.html b/openjpa-xmlstore/src/main/java/org/apache/openjpa/xmlstore/package.html index 9f415dbb0..c174a5241 100644 --- a/openjpa-xmlstore/src/main/java/org/apache/openjpa/xmlstore/package.html +++ b/openjpa-xmlstore/src/main/java/org/apache/openjpa/xmlstore/package.html @@ -1,3 +1,18 @@ +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <html> <body> <p><strong>XML Store</strong></p> diff --git a/pom.xml b/pom.xml index 2929c1f68..da24fd8e0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 @@ -16,7 +31,7 @@ Changing this version needs to also be done in all children poms See: http://jira.codehaus.org/browse/MNG-624 --> - <version>0.9.7-incubating-SNAPSHOT</version> + <version>0.9.6-incubating</version> <url>http://incubator.apache.org/projects/openjpa</url> <issueManagement> <system>jira</system> @@ -132,6 +147,7 @@ <goals><goal>javadoc</goal></goals> <configuration> <aggregate>true</aggregate> + <excludePackageNames>hellojpa</excludePackageNames> <verbose>false</verbose> <!-- <linksource>true</linksource> --> <maxmemory>512m</maxmemory> diff --git a/src/site/site.xml b/src/site/site.xml index c263ad6eb..cfa4a0582 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <project name="OpenJPA"> <bannerLeft> <name>OpenJPA</name> diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml index 027a288c4..2f4257c80 100644 --- a/src/site/xdoc/downloads.xml +++ b/src/site/xdoc/downloads.xml @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2006 The Apache Software Foundation. + + 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. +--> <document> <properties> <title>OpenJPA Downloads