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
This commit is contained in:
Kevin W. Sutter 2006-09-13 21:05:42 +00:00
parent c863a7a489
commit 9650a1a20b
5 changed files with 9 additions and 11 deletions

View File

@ -29,7 +29,7 @@ import org.apache.openjpa.jdbc.sql.Select;
* An abstract container mapping that handles traversing the * An abstract container mapping that handles traversing the
* join to examine the size of the relation. * join to examine the size of the relation.
* *
* @author <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a> * @author Marc Prud'hommeaux
*/ */
public abstract class ContainerFieldStrategy public abstract class ContainerFieldStrategy
extends AbstractFieldStrategy { extends AbstractFieldStrategy {

View File

@ -24,7 +24,7 @@ import org.apache.openjpa.util.UserException;
/** /**
* Signifies that a lexical error occurred when parsing the JPQL statement. * Signifies that a lexical error occurred when parsing the JPQL statement.
* *
* @author <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a> * @author Marc Prud'hommeaux
*/ */
public class ParseException public class ParseException
extends UserException { extends UserException {

View File

@ -1029,7 +1029,7 @@ public abstract class AbstractTestCase extends TestCase {
* A ClassLoader that is completely isolated with respect to * A ClassLoader that is completely isolated with respect to
* any classes that are loaded in the System ClassLoader. * any classes that are loaded in the System ClassLoader.
* *
* @author <a href="mailto:marc@solarmetric.com">Marc Prud'hommeaux</a> * @author Marc Prud'hommeaux
*/ */
private static class IsolatedClassLoader extends NestedClassLoader { 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 * if a test hasn't completed in a shorted amount of time than
* the global test timeout. * the global test timeout.
* *
* @author <a href="mailto:marc@solarmetric.com">Marc Prud'hommeaux</a> * @author Marc Prud'hommeaux
*/ */
private static class WatchdogThread extends Thread { private static class WatchdogThread extends Thread {

View File

@ -29,7 +29,7 @@ import org.apache.openjpa.persistence.OpenJPAEntityManager;
/** /**
* Simple test case to get an EntityManager and perform some basic operations. * Simple test case to get an EntityManager and perform some basic operations.
* *
* @author <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a> * @author Marc Prud'hommeaux
*/ */
public class TestPersistence public class TestPersistence
extends TestCase { extends TestCase {
@ -38,7 +38,7 @@ public class TestPersistence
public void setUp() { public void setUp() {
Map props = new HashMap(); Map props = new HashMap();
props.put("openjpa.MetaDataFactory", props.put("openjpa.MetaDataFactory",
"jpa(Types=" + AllFieldTypes.class.getName() + ")"); "jpa(Types=" + AllFieldTypes.class.getName() + ")");
emf = Persistence.createEntityManagerFactory("test", props); emf = Persistence.createEntityManagerFactory("test", props);
} }

View File

@ -53,7 +53,7 @@ sections explain these capabilities in detail.
</indexterm> </indexterm>
<para> <para>
The JPA Overview describes the specification's standard detach and attach APIs The JPA Overview describes the specification's standard detach and attach APIs
in <xref linkend="jpa_overview_em_lifecycle"/>. This section enumerates in <xref linkend="jpa_overview_em_lifecycle"/>. This section enumerates
OpenJPA's enhancements to the standard behavior. OpenJPA's enhancements to the standard behavior.
</para> </para>
<section id="ref_guide_detach_behavior"> <section id="ref_guide_detach_behavior">
@ -621,7 +621,7 @@ the following:
TCP Remote Commit Provider Configuration TCP Remote Commit Provider Configuration
</title> </title>
<programlisting> <programlisting>
&lt;property name="openjpa.RemoteCommitProvider" &lt;property name="openjpa.RemoteCommitProvider"
value="tcp(Addresses=10.0.1.10;10.0.1.11;10.0.1.12;10.0.1.13)"/&gt; value="tcp(Addresses=10.0.1.10;10.0.1.11;10.0.1.12;10.0.1.13)"/&gt;
</programlisting> </programlisting>
</example> </example>
@ -685,9 +685,7 @@ creating an implementation of the
<classname> RemoteCommitProvider</classname></ulink> interface, possibly by <classname> RemoteCommitProvider</classname></ulink> interface, possibly by
extending the extending the
<ulink url="../apidocs/org/apache/openjpa/event/AbstractRemoteCommitProvider.html"> <ulink url="../apidocs/org/apache/openjpa/event/AbstractRemoteCommitProvider.html">
<classname>AbstractRemoteCommitProvider</classname></ulink> abstract class. For <classname>AbstractRemoteCommitProvider</classname></ulink> abstract class..
details on particular customization needs, contact us at
<ulink url="mailto:support@solarmetric.com"> support@solarmetric.com</ulink>.
</para> </para>
</section> </section>
</section> </section>