From 9650a1a20b7d2e49ae1c391168488d13114483c3 Mon Sep 17 00:00:00 2001 From: "Kevin W. Sutter" Date: Wed, 13 Sep 2006 21:05:42 +0000 Subject: [PATCH] Minor updates to comments and doc... While doing the removal of the LockGroup stuff, I came across an entry for contacting support@solarmetric.com for some customization feature. While cleaning that up, I also cleaned up any other references to @solarmetric.com and @bea.com. git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@443123 13f79535-47bb-0310-9956-ffa450edef68 --- .../openjpa/jdbc/meta/strats/ContainerFieldStrategy.java | 2 +- .../org/apache/openjpa/kernel/jpql/ParseException.java | 2 +- .../org/apache/openjpa/lib/test/AbstractTestCase.java | 4 ++-- .../openjpa/persistence/simple/TestPersistence.java | 4 ++-- openjpa-project/src/doc/manual/ref_guide_remote.xml | 8 +++----- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/ContainerFieldStrategy.java b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/ContainerFieldStrategy.java index 925442e54..6ee0293e1 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/ContainerFieldStrategy.java +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/ContainerFieldStrategy.java @@ -29,7 +29,7 @@ import org.apache.openjpa.jdbc.sql.Select; * An abstract container mapping that handles traversing the * join to examine the size of the relation. * - * @author Marc Prud'hommeaux + * @author Marc Prud'hommeaux */ public abstract class ContainerFieldStrategy extends AbstractFieldStrategy { diff --git a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/ParseException.java b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/ParseException.java index 04ce062e9..b52babca5 100644 --- a/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/ParseException.java +++ b/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/jpql/ParseException.java @@ -24,7 +24,7 @@ import org.apache.openjpa.util.UserException; /** * Signifies that a lexical error occurred when parsing the JPQL statement. * - * @author Marc Prud'hommeaux + * @author Marc Prud'hommeaux */ public class ParseException extends UserException { diff --git a/openjpa-lib/src/test/java/org/apache/openjpa/lib/test/AbstractTestCase.java b/openjpa-lib/src/test/java/org/apache/openjpa/lib/test/AbstractTestCase.java index 4a187ffb1..4e6bd99c8 100644 --- a/openjpa-lib/src/test/java/org/apache/openjpa/lib/test/AbstractTestCase.java +++ b/openjpa-lib/src/test/java/org/apache/openjpa/lib/test/AbstractTestCase.java @@ -1029,7 +1029,7 @@ public abstract class AbstractTestCase extends TestCase { * A ClassLoader that is completely isolated with respect to * any classes that are loaded in the System ClassLoader. * - * @author Marc Prud'hommeaux + * @author Marc Prud'hommeaux */ private static class IsolatedClassLoader extends NestedClassLoader { @@ -1460,7 +1460,7 @@ public abstract class AbstractTestCase extends TestCase { * if a test hasn't completed in a shorted amount of time than * the global test timeout. * - * @author Marc Prud'hommeaux + * @author Marc Prud'hommeaux */ private static class WatchdogThread extends Thread { diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestPersistence.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestPersistence.java index c04ae62c7..fc0282f14 100644 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestPersistence.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestPersistence.java @@ -29,7 +29,7 @@ import org.apache.openjpa.persistence.OpenJPAEntityManager; /** * Simple test case to get an EntityManager and perform some basic operations. * - * @author Marc Prud'hommeaux + * @author Marc Prud'hommeaux */ public class TestPersistence extends TestCase { @@ -38,7 +38,7 @@ public class TestPersistence public void setUp() { Map props = new HashMap(); - props.put("openjpa.MetaDataFactory", + props.put("openjpa.MetaDataFactory", "jpa(Types=" + AllFieldTypes.class.getName() + ")"); emf = Persistence.createEntityManagerFactory("test", props); } diff --git a/openjpa-project/src/doc/manual/ref_guide_remote.xml b/openjpa-project/src/doc/manual/ref_guide_remote.xml index 0e089fbf1..bb215cb3f 100644 --- a/openjpa-project/src/doc/manual/ref_guide_remote.xml +++ b/openjpa-project/src/doc/manual/ref_guide_remote.xml @@ -53,7 +53,7 @@ sections explain these capabilities in detail. The JPA Overview describes the specification's standard detach and attach APIs -in . This section enumerates +in . This section enumerates OpenJPA's enhancements to the standard behavior.
@@ -621,7 +621,7 @@ the following: TCP Remote Commit Provider Configuration -<property name="openjpa.RemoteCommitProvider" +<property name="openjpa.RemoteCommitProvider" value="tcp(Addresses=10.0.1.10;10.0.1.11;10.0.1.12;10.0.1.13)"/> @@ -685,9 +685,7 @@ creating an implementation of the RemoteCommitProvider interface, possibly by extending the -AbstractRemoteCommitProvider abstract class. For -details on particular customization needs, contact us at - support@solarmetric.com. +AbstractRemoteCommitProvider abstract class..