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
It is not because the use was deprecated that we should not clean, also it seems that we still have some hashing problems in the new versions More... over 24 years ago
All Enterprise Bean have a notion of Tx and principal. Previously the Session beans had no notion of Transaction. Factoring it fixes it. More... over 24 years ago
Cache needs rewriting and factoring More... over 24 years ago
A biggy, completely revamped Tx Management and interposition More... over 24 years ago
It seems that the JRMPcontainerInvoker, relies on the thread implicitely passed transaction. This is not correct. The thread should be clean and the tx passed with the Method Invocation. That code is implemented elsewhere, here we just leave the comments More... over 24 years ago
repetitive setting More... over 24 years ago
cleaning comments from previous commit More... over 24 years ago
stop gap and some bug fixing. At least the cache sees the right transaction with the right hashcode More... over 24 years ago
Null pk bug in setForeignKey fixed (Bug #80) More... over 24 years ago
Fixed a little bug in tuned updates. More... over 24 years ago
Added support for finder methods that return java.util.Enumeration More... over 24 years ago
This class is used for finder methods that return java.util.Enumeration More... over 24 years ago
we propagate the transaction. More... over 24 years ago
some additional session stuff More... over 24 years ago
getHomeMethod now returns method metadata from homeMethods[] array. More... over 24 years ago
Fixed bug which prevented searching finder methods in super classes. Thanks to Ole.
sg
More... over 24 years ago
the tx needs to be propagated right, More... over 24 years ago
Band Aid code for the "not serializable" exception More... over 24 years ago
Implemented a couple of NYI's in abstract verifier. More... over 24 years ago
Warnings are collected to a list and printed after parse, and More... over 24 years ago
Using the Section class and properties for messaging. More... over 24 years ago
*** empty log message *** More... over 24 years ago
Verifier's got its own logger. More... over 24 years ago
Fixed a bug where bean home and remote classes got mixed up More... over 24 years ago
putting the jboss classes for URL lookup More... over 24 years ago
Removing old trace More... over 24 years ago
We factor the ctx management. The plugin returns the Object id on create now. More... over 24 years ago
Remove all the EJB calls from the persistence plugin. Only keep the storage ones. More... over 24 years ago
The new CMP structure requires a slightly different setup More... over 24 years ago
On the pure container class I leave the "if" statement if we want to remove the 3 stage thing ;-) More... over 24 years ago