|
| 1.1.2.3 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/EJBSelectBridge.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/AbstractQueryCommand.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/FindByPrimaryKeyCommand.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.7 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/JDBCStoreManager2.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.2 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/QueryCommand.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.3 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/TableCache.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.1 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/Cache.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.16 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/EntityTable.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.3 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/RelationTable.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/Schema.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |
| 1.1.2.3 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/Table.java | reduced the risc for the cache to contain invalid data (lock the entries to be updated in beforeCompletion marking them as invalid and forcing other threads to load them from the db bypassing cache, release the lock in afterCompletion updating the entries if the tx was not rolled back), don't sync before findByPrimaryKey. |