BUILD COMPLETE - build.13 |
Date of build: 12/23/2004 07:51:43 |
Time to build: 27 minutes 53 seconds |
Last changed: 12/23/2004 01:37:28 |
Last log entry: Add -B, --bootlib option that allows one to add extra jars added to the start of the boot classpath. This can be used to override jboss /lib boot classes. |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (16) | ||||
1.17.2.16 | modified | starksm | system/src/main/org/jboss/Main.java | Add -B, --bootlib option that allows one to add extra jars added to the start of the boot classpath. This can be used to override jboss /lib boot classes. |
1.2.4.2 | modified | starksm | testsuite/src/main/org/jboss/test/jbossmx/compliance/monitor/BasicTestCase.java | Add a basic test of the ObservedObjects attribute |
1.6.4.4 | modified | starksm | jmx/src/main/javax/management/monitor/Monitor.java | Correct the target of the getObservedObjects iterator from the ObjectName keys to the ObservedObject values. Patch [JBJMX-3] Fix ClassCastException in javax.management.monitor.Monitor.getObservedObjects() submitted by Christopher Day. |
1.7.2.11 | modified | ejort | cluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.java | [JBAS-57] Move the clustered colocation check to the InvokerInterceptor (to allow overriding) and use theorg.jboss.system.Registry for this check. |
1.8.2.8 | modified | ejort | cluster/src/main/org/jboss/proxy/ejb/ProxyFactoryHA.java | [JBAS-57] Move the clustered colocation check to the InvokerInterceptor (to allow overriding) and use theorg.jboss.system.Registry for this check. |
1.2.2.3 | modified | ejort | server/src/main/org/jboss/invocation/InvokerInterceptor.java | [JBAS-57] Move the clustered colocation check to the InvokerInterceptor (to allow overriding) and use theorg.jboss.system.Registry for this check. |
1.1.2.4 | modified | ejort | server/src/main/org/jboss/invocation/MarshallingInvokerInterceptor.java | [JBAS-57] Move the clustered colocation check to the InvokerInterceptor (to allow overriding) and use theorg.jboss.system.Registry for this check. |
1.23.2.17 | modified | ejort | system/build.xml | [JBAS-57] Move the clustered colocation check to the InvokerInterceptor (to allow overriding) and use theorg.jboss.system.Registry for this check. |
1.3.4.5 | modified | ejort | testsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.java | Add a test for colocated invocation to the cluster tests. |
1.2.4.1 | modified | ejort | testsuite/src/main/org/jboss/test/testbeancluster/bean/StatelessSessionBean.java | Add a test for colocated invocation to the cluster tests. |
1.2.2.8 | modified | starksm | common/src/main/org/jboss/util/propertyeditor/PropertyEditors.java | Update the mapJavaBeanProperties javadoc. |
1.165.2.176 | modified | ejort | testsuite/build.xml | Actually test the failure to lookup the tomcat url. |
1.165.2.175 | modified | ejort | testsuite/build.xml | [JBAS-75] Add a test for running two jboss servers on the same machine with ports-01 and ports-02from the example binding service. Currently it just tests that it can reach Tomcat on the overriden ports. |
1.1.2.13 | modified | ejort | testsuite/imports/server-config.xml | Add a macro that creates a copy of the all configuration with the given ports from the example binding service.e.g. <create-all-cluster-node conf="binding-manager1" ports="ports-01"/> |
1.5.2.12 | modified | ejort | varia/src/resources/services/binding/sample-bindings.xml | Fix the sample bindings (snmp adaptor port) |
1.11.2.3 | modified | telrod | remoting/src/main/org/jboss/remoting/InvokerRegistry.java | JBREM-25: Fixed synchronization bug with destroying the client invoker. |