|
| 1.25 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/TxConnectionManager.java | This checking is not correct. |
| 1.31 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java | Add some missing synchronization blocks. |
| 1.30 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java | Tidyup the transaction synchronizations so we don't get noisein the logs about trying to delist connections from completedtransactions when JBoss closes unclosed connections for the user. |
| 1.1 | added | ejort | connector/src/main/org/jboss/resource/connectionmanager/TransactionSynchronizer.java | branches: 1.1.2;Tidyup the transaction synchronizations so we don't get noisein the logs about trying to delist connections from completedtransactions when JBoss closes unclosed connections for the user. |
| 1.24 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/TxConnectionManager.java | Tidyup the transaction synchronizations so we don't get noisein the logs about trying to delist connections from completedtransactions when JBoss closes unclosed connections for the user. |
| 1.16 | modified | ejort | testsuite/src/main/org/jboss/test/jca/test/XATxConnectionManagerUnitTestCase.java | Tidyup the transaction synchronizations so we don't get noisein the logs about trying to delist connections from completedtransactions when JBoss closes unclosed connections for the user. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/jca/test/PoolingUnitTestCase.java | Tidyup the transaction synchronizations so we don't get noisein the logs about trying to delist connections from completedtransactions when JBoss closes unclosed connections for the user. |
| 1.5 | modified | patriot1burke | system/src/main/org/jboss/system/Registry.java | Changed from synchronized map to ConcurrentReaderHashMap |
| 1.77 | modified | ejort | server/src/main/org/jboss/ejb/EnterpriseContext.java | Fix the ejb UserTransaction setTransactionTimeout().Also revert the thread's transaction time if we can, to avoid thissetting leaking to other operations. |
| 1.10 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/Region.java | Added checking for queue size threshold |
| 1.12 | modified | bwang00 | testsuite/src/main/org/jboss/test/cache/test/eviction/LRUPolicyUnitTestCase.java | Chaned to test again |
| 1.11 | modified | bwang00 | testsuite/src/main/org/jboss/test/cache/test/eviction/LRUPolicyUnitTestCase.java | Switched the region |
| 1.16 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.java | No reset for now. |
| 1.15 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.java | Now throw an exception again from removeQueue. If it does, timer will reset the eviction queue |
| 1.14 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.java | Bug fix when same node is visited again |
| 1.12 | modified | patriot1burke | aspects/build.xml | dist changes |
| 1.3 | modified | patriot1burke | aspects/RELEASE_NOTES.txt | dist changes |