View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040616215600Lbuild.90
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.1.4.3 | modified | starksm | testsuite/src/main/org/jboss/test/JBossTestClusteredServices.java | Remove the static initialization and hardcoded jndi urls. The hostnames/addresses'of the cluster nodes are given by the jbosstest.cluster.nodeN system propertieswith N in [0,9]. Further, if the naming service to connect to for the RMIAdaptoris not running on 1099, a system property jbosstest.cluster.nodeN.jndiurl canbe used to define the Context.PROVIDER_URL for jbosstest.cluster.nodeN. If notspecified, the jndi url defaults to "jnp://" + jbosstest.cluster.nodeN + ":1099" |
| 1.1.4.2 | modified | starksm | testsuite/src/main/org/jboss/test/JBossClusteredTestCase.java | Add an accessor for the cluster server hostnames |