J2EETransactionFactory unoptimally retrieves UserTransaction
Brought to you by:
bastafidli
Code in class J2EETransactionFactoryImpl, emthod
requestTransaction iterates through all JNDI names even
though the JNDI name for a given J2EE server is known
ahead. This should be possible to optimize to use the
most likely JNDI name for a given server.
Logged In: YES
user_id=166079
This also applies to getTransactionManager when retrieving
for TransactionManager.