mirror of https://github.com/apache/openjpa.git
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:
parent
c863a7a489
commit
9650a1a20b
|
@ -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 <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a>
|
||||
* @author Marc Prud'hommeaux
|
||||
*/
|
||||
public abstract class ContainerFieldStrategy
|
||||
extends AbstractFieldStrategy {
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.openjpa.util.UserException;
|
|||
/**
|
||||
* 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
|
||||
extends UserException {
|
||||
|
|
|
@ -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 <a href="mailto:marc@solarmetric.com">Marc Prud'hommeaux</a>
|
||||
* @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 <a href="mailto:marc@solarmetric.com">Marc Prud'hommeaux</a>
|
||||
* @author Marc Prud'hommeaux
|
||||
*/
|
||||
private static class WatchdogThread extends Thread {
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.apache.openjpa.persistence.OpenJPAEntityManager;
|
|||
/**
|
||||
* 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
|
||||
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);
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ sections explain these capabilities in detail.
|
|||
</indexterm>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<section id="ref_guide_detach_behavior">
|
||||
|
@ -621,7 +621,7 @@ the following:
|
|||
TCP Remote Commit Provider Configuration
|
||||
</title>
|
||||
<programlisting>
|
||||
<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)"/>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
@ -685,9 +685,7 @@ creating an implementation of the
|
|||
<classname> RemoteCommitProvider</classname></ulink> interface, possibly by
|
||||
extending the
|
||||
<ulink url="../apidocs/org/apache/openjpa/event/AbstractRemoteCommitProvider.html">
|
||||
<classname>AbstractRemoteCommitProvider</classname></ulink> abstract class. For
|
||||
details on particular customization needs, contact us at
|
||||
<ulink url="mailto:support@solarmetric.com"> support@solarmetric.com</ulink>.
|
||||
<classname>AbstractRemoteCommitProvider</classname></ulink> abstract class..
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue