View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040810011309Lbuild.187
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.1.2.5 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.java | 1) Prune dead code left over from when this class managed its own TreeCache's lifecycle.2) Remove unnecessary transactions. |
| 1.1.2.3 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java | Handle negative session lives. See Tomcat bug 29956 |
| 1.1.2.3 | modified | starksm | testsuite/imports/code-generation.xml | Integerate the jbossnet changes |
| 1.17.2.14 | modified | ejort | messaging/src/main/org/jboss/mq/server/MessageCache.java | 1) Move the softenNoMoreOften check to the background thread,it does not apply to the check during addMessage.2) Add softenAtLeastEveryMillis parameter to force aregular softening check (default 0 == off)3) Add maximumHard messages parameter (no more than thisnumber of messages are kept with hard references)4) Add makeSoftReferences - optionally turns off soft referencesto cached messages written to disk - forces a reload of the messagewhen accessed. |
| 1.10.2.13 | modified | ejort | messaging/src/main/org/jboss/mq/server/MessageReference.java | 1) Move the softenNoMoreOften check to the background thread,it does not apply to the check during addMessage.2) Add softenAtLeastEveryMillis parameter to force aregular softening check (default 0 == off)3) Add maximumHard messages parameter (no more than thisnumber of messages are kept with hard references)4) Add makeSoftReferences - optionally turns off soft referencesto cached messages written to disk - forces a reload of the messagewhen accessed. |
| 1.20.2.28 | modified | ejort | messaging/src/main/org/jboss/mq/server/BasicQueue.java | Fix potential NPE |
| 1.20.2.13 | modified | ejort | messaging/src/main/org/jboss/mq/Connection.java | Correct the error message. |
| 1.1.4.14 | modified | ejort | messaging/src/main/org/jboss/mq/il/uil2/SocketManager.java | Log RuntimeException and Error at ERROR level. |