View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040915125106Lbuild.166

BUILD COMPLETE -  build.166
Date of build: 09/15/2004 12:51:06
Time to build: 16 minutes 30 seconds
Last changed: 09/15/2004 12:25:12
Last log entry: Make consistent use of the JBossClusteredTestCase accessors to determine the adaptors, server names, jndi urls and http codebases for the cluster nodes

 Unit Tests: (0)
 

 Modifications since last build:  (42)
1.3modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/SSOBaseCase.javaMake consistent use of the JBossClusteredTestCase accessors to determine the adaptors, server names, jndi urls and http codebases for the cluster nodes
1.3modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.javaMake consistent use of the JBossClusteredTestCase accessors to determine the adaptors, server names, jndi urls and http codebases for the cluster nodes
1.4modifiedstarksmtestsuite/src/main/org/jboss/test/cluster/test/WebSessionTestCase.javaMake consistent use of the JBossClusteredTestCase accessors to determine the adaptors, server names, jndi urls and http codebases for the cluster nodes
1.3modifiedstarksmtestsuite/src/main/org/jboss/test/cluster/apache_tomcat/HttpSessionReplicationTestCase.javaMake consistent use of the JBossClusteredTestCase accessors to determine the adaptors, server names, jndi urls and http codebases for the cluster nodes
1.8modifiedstarksmtestsuite/ant16x-build.xmlMake the cluster tests consistent in their two node configuration setup. The cluster tests run two jboss instances that bind their services to the properties node0 and node1 consistently now. The jndi provider urls are given the by the node0.jndi.url and node1.jndi.url properties, and these default to jnp://${nodeN}:1099. The web container base urls are given by the node0.http.url and node1.http.url properties, and these default to http://${nodeN}:8080. All can be overriden via the testsuite/local.properties file.
1.9modifiedstarksmtestsuite/imports/test-jars.xmlInclude the Logout servlet in the sso-form-auth.war
1.8modifiedstarksmtestsuite/src/main/org/jboss/test/JBossClusteredTestCase.javaAdd accessors for the jbosstest.cluster.nodeN.* properties where N is an integer [0..oo].jbosstest.cluster.nodeN = the hostname or ip of the cluster node N. This is accessed via the getServers accessor.jbosstest.cluster.nodeN.jndi.url is the jndi provider ulr for accessing the jndi service on node N. This is accessed via the getNamingURLs accessor.jbosstest.cluster.nodeN.http.url is the default http url for accessing the web container on node N. This is accessed via the getHttpURLs accessor.
1.12modifiedstarksmtestsuite/src/main/org/jboss/test/JBossTestClusteredServices.javaAdd accessors for the jbosstest.cluster.nodeN.* properties where N is an integer [0..oo].jbosstest.cluster.nodeN = the hostname or ip of the cluster node N. This is accessed via the getServers accessor.jbosstest.cluster.nodeN.jndi.url is the jndi provider ulr for accessing the jndi service on node N. This is accessed via the getNamingURLs accessor.jbosstest.cluster.nodeN.http.url is the default http url for accessing the web container on node N. This is accessed via the getHttpURLs accessor.
1.3modifiedstarksmtestsuite/src/resources/test-configs/tomcat-sso-cluster/conf/login-config.xmlAdd the HsqlDbRealm for accessing the datasource
1.6modifiedstarksmtestsuite/imports/server-config.xmlRework the cluster tests to rely on binding the instances to seperate interfaces rather than using the binding service.
1.3modifiedkabkhanaop/docs/examples/typedef/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/packaging/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/stacks/build.xmlGot tutorials working with jdk 1.5 RC
1.6modifiedkabkhanaop/docs/examples/metadata/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/method-execution/build.xmlGot tutorials working with jdk 1.5 RC
1.4modifiedkabkhanaop/docs/examples/introductions/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/ioc_with_has/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/field-execution/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/instanceof/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/dynamic_cflow/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/constructor-execution/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/dynamic-aop/build.xmlGot tutorials working with jdk 1.5 RC
1.2modifiedkabkhanaop/docs/examples/cflow/build.xmlGot tutorials working with jdk 1.5 RC
1.2modifiedkabkhanaop/docs/examples/composition/build.xmlGot tutorials working with jdk 1.5 RC
1.2modifiedkabkhanaop/docs/examples/beanstyleconf/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/benchmark/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/caller/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/aspect/build.xmlGot tutorials working with jdk 1.5 RC
1.2modifiedkabkhanaop/docs/examples/aspect-annotated/build.xmlGot tutorials working with jdk 1.5 RC
1.4modifiedkabkhanaop/docs/examples/annotation/build.xmlGot tutorials working with jdk 1.5 RC
1.2modifiedkabkhanaop/docs/examples/annotation-introductions/build.xmlGot tutorials working with jdk 1.5 RC
1.3modifiedkabkhanaop/docs/examples/all/build.xmlGot tutorials working with jdk 1.5 RC
1.84modifiedloubyanskyserver/src/etc/conf/default/standardjbosscmp-jdbc.xmlupdated to 4.0 doctype and commented datasource-mapping
1.42modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata/JDBCEntityMetaData.javaif datasource-mapping is not specified in the deployment descriptor then ask the metadata library mbean
1.25modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata/JDBCRelationMetaData.javaif datasource-mapping is not specified in the deployment descriptor then ask the metadata library mbean
1.1addedloubyanskyserver/src/resources/dtd/jbosscmp-jdbc_4_0.dtdcreated jbosscmp-jdbc_4_0.dtd which allows datasource and datasource-mapping elements to appear separately and each one is optional.
1.6modifiedloubyanskycommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaadded resolution for jbosscmp-jdbc_4_0.dtd
1.15modifiedbwang00cache/docs/Changelog.txtUpdated
1.44modifiedbwang00cache/build.xmlAdded jboss-minimal.jar to support jndi use in aop
1.15modifiedkabkhanaop/src/main/org/jboss/aop/standalone/SystemClassLoader.javaRenamed local variable 'enum' so that class compiles with jdk 1.5
1.3modifiedkabkhanaop/src/etc/default.mfGot standalone agent working with jdk 1.5 RC
1.40modifiedkabkhanaop/build.xmlGot standalone agent working with jdk 1.5 RC

Reply via email to