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:
Milosz Tylenda 2010-02-13 11:09:57 +00:00
parent 23341c871c
commit e70d8bf5f2
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ import org.apache.openjpa.util.InvalidStateException;
* Built in support is provided for the following Application Servers:
* <ul>
* <li>Bluestone</li>
* <li>GlassFish</li>
* <li>HP Application Server</li>
* <li>JBoss</li>
* <li>JRun</li>
@ -60,8 +61,8 @@ public class AutomaticManagedRuntime extends AbstractManagedRuntime
"java:/DefaultDomain/TransactionManager", // jrun too
"java:comp/pm/TransactionManager", // orion & oracle
"java:comp/TransactionManager", // generic
"java:pm/TransactionManager", // borland
"java:appserver/TransactionManager", // GlassFish
"java:pm/TransactionManager", // borland
};
private static final String [] METHODS = new String[]{
"com.arjuna.jta.JTA_TransactionManager.transactionManager", // hp