362
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 5 years ago.
Jul 13, 2018 — Jul 13, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Reorder the min/max tests so the most likely to fail are first. More... over 24 years ago
Add Oracle 8 support. Put the verified settings (Oracle, Sybase so far) More... over 24 years ago
Handles Blobs natively when loading Java Object. Avoids problems with More... over 24 years ago
-timedOut() must not rollback, or we lose the tx More... over 24 years ago
Improved synchronization logic. More... over 24 years ago
The default (for now) is the NoPassivationCachePolicy instead of the LRUEnterpriseContextCachePolicy More... over 24 years ago
The instance caches available now reflect the new cache structure More... over 24 years ago
These are the cache policies available More... over 24 years ago
The thread data member is now protected instead of private, to allow subclasses to set the context classloader on it More... over 24 years ago
Added a javadoc comment to method ageOut More... over 24 years ago
Min and max capacity now belongs to this class, instead of the instance cache implementation More... over 24 years ago
Cosmetics useful for debugging More... over 24 years ago
Changed the metadata imported by this class, now min and max capacity belongs to the cache policy. More... over 24 years ago
Bean used by EJX for the configuration of the new passivating caches More... over 24 years ago
Not needed anymore, since the caches have been replaced by the new passivating ones More... over 24 years ago
Editor for cache policies More... over 24 years ago
BeanInfo used by EJX for the new passivating caches More... over 24 years ago
Not needed anymore because the caches have been replaced by the passivating ones More... over 24 years ago
The TxInterceptorBMT must enforce the proper propagation of Tx. In this particular case the MI must follow the Bean tx association, whatever that may be (null or Tx) More... over 24 years ago
Fix on notification from Richard Backhouse More... over 24 years ago
- Errors in the XA wrapper after the user called close (i.e. during More... over 24 years ago
- Add a variable of type Time More... over 24 years ago
Minor exception logging improvements: More... over 24 years ago
Now all loggers receive the full output of exception.printStackTrace() called from the bean. More... over 24 years ago
a bad fix More... over 24 years ago
Updated lock test More... over 24 years ago
Oops! I was a little overzealous on the changes... More... over 24 years ago
We support Sybase now. More... over 24 years ago
Fixed memory leak: m_lockMap was not emptied after passivation More... over 24 years ago
demote() used to try and remove the entry twice. More... over 24 years ago