mirror of https://github.com/apache/openjpa.git
Added GlassFish to javadoc and moved its JNDI location up in the list - see https://jira.jboss.org/jira/browse/JBCACHE-1354
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@909792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23341c871c
commit
e70d8bf5f2
|
@ -38,6 +38,7 @@ import org.apache.openjpa.util.InvalidStateException;
|
||||||
* Built in support is provided for the following Application Servers:
|
* Built in support is provided for the following Application Servers:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Bluestone</li>
|
* <li>Bluestone</li>
|
||||||
|
* <li>GlassFish</li>
|
||||||
* <li>HP Application Server</li>
|
* <li>HP Application Server</li>
|
||||||
* <li>JBoss</li>
|
* <li>JBoss</li>
|
||||||
* <li>JRun</li>
|
* <li>JRun</li>
|
||||||
|
@ -60,8 +61,8 @@ public class AutomaticManagedRuntime extends AbstractManagedRuntime
|
||||||
"java:/DefaultDomain/TransactionManager", // jrun too
|
"java:/DefaultDomain/TransactionManager", // jrun too
|
||||||
"java:comp/pm/TransactionManager", // orion & oracle
|
"java:comp/pm/TransactionManager", // orion & oracle
|
||||||
"java:comp/TransactionManager", // generic
|
"java:comp/TransactionManager", // generic
|
||||||
"java:pm/TransactionManager", // borland
|
|
||||||
"java:appserver/TransactionManager", // GlassFish
|
"java:appserver/TransactionManager", // GlassFish
|
||||||
|
"java:pm/TransactionManager", // borland
|
||||||
};
|
};
|
||||||
private static final String [] METHODS = new String[]{
|
private static final String [] METHODS = new String[]{
|
||||||
"com.arjuna.jta.JTA_TransactionManager.transactionManager", // hp
|
"com.arjuna.jta.JTA_TransactionManager.transactionManager", // hp
|
||||||
|
|
Loading…
Reference in New Issue