View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050118223109Lbuild.66
|
| 1.45.2.2 | modified | starksm | system/src/main/org/jboss/system/ServiceController.java | Add a restart operation that stops and starts the given service |
| 1.5.6.2 | modified | starksm | server/src/main/org/jboss/invocation/jrmp/server/JRMPProxyFactory.java | Move the reset of the interceptorClasses list to the destroyService method and Add the throws Exception clause to the destroyService method |
| 1.13.6.2 | modified | starksm | cluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.java | Update to throw a org.jboss.invocation.ServiceUnavailableException when all targets have been exahausted instead of a java.rmi.RemoteException so that there is a clear distinction between a failure to invoke on a remote target and a RemoteException which could be a normal result of the invocation. |
| 1.12.6.3 | modified | starksm | cluster/src/main/org/jboss/proxy/ejb/ProxyFactoryHA.java | Unbind the bean and home invokers from jndi during destroy. |
| 1.3.2.4 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java | Remove session from map if it is found null |
| 1.12.6.2 | modified | starksm | cluster/src/main/org/jboss/proxy/ejb/ProxyFactoryHA.java | Bind the transport home and remote invoker proxies into jndi under the names jndiBinding + "-HomeInvoker" and jndiBinding + "-RemoteInvoker" respectively so that HA proxies can recover the transport layer transparently even if all nodes in the cluster are taken down. |