BUILD COMPLETE - build.24 |
Date of build: 01/06/2005 11:18:30 |
Time to build: 19 minutes 34 seconds |
Last changed: 01/06/2005 04:23:22 |
Last log entry: Bundle the jnet extension classes in the jboss-common.jar so that when running under jdk1.3 there are not NoClassDefFoundErrors. |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (15) | ||||
1.20.2.20 | modified | starksm | common/build.xml | Bundle the jnet extension classes in the jboss-common.jar so that when running under jdk1.3 there are not NoClassDefFoundErrors. |
1.1.4.4 | modified | starksm | common/src/main/org/jboss/net/sockets/DefaultSocketFactory.java | Extend javax.net.ServerSocketFactory |
1.27.2.20 | modified | starksm | jboss.net/build.xml | The JBossAuthenticationHandler and JBossAuthorizationHandler should not be excluded in the JDK 1.3 build. |
1.1.2.5 | modified | starksm | tools/etc/buildmagic/modules.xml | Include the jboss-srp.jar in the jboss.security.classpath |
1.1.2.17 | modified | starksm | tools/etc/buildmagic/modules.ent | Include the jboss-srp.jar in the jboss.security.classpath |
1.28.2.19 | modified | starksm | security/build.xml | Breakout the srp classes into jboss-srp-client.jar and jboss-srp.jar |
1.4.2.4 | modified | starksm | security/src/main/org/jboss/security/Util.java | Add a createCipher utility method to isolate the dependency on javax.crypto.Cipher |
1.5.4.5 | modified | starksm | security/src/main/org/jboss/security/srp/SRPRemoteServer.java | Isolate the usage of the javax.crypto.Cipher to avoid errors when running under jdk1.3 without a jce library. |
1.1.4.4 | modified | starksm | testsuite/src/main/org/jboss/test/security/service/PropertiesVerifierStore.java | Only include the cipherAlgorithm in the user config if there is support for unlimited crypto. |
1.1.2.8 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.java | Remove the use of the InvokerTest.this qualifier from the inner class sendNotification invocation as this causes NoSuchMethodErrors under jdk1.3 |
1.13.2.2 | modified | ejort | messaging/src/main/org/jboss/mq/SpyObjectMessage.java | [JBMQ-102] - SpyObjectMessage.setObject(null) throws an exception |
1.1.2.1 | modified | ejort | messaging/src/main/org/jboss/mq/JBossMQXid.java | [JBMQ-17] - Fix for non serialize XID implementations |
1.2.8.2 | modified | ejort | messaging/src/main/org/jboss/mq/TransactionRequest.java | [JBMQ-17] - Fix for non serialize XID implementations |
1.8.2.18 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java | [JBAS-1269] Cached Connection Manager trace logging fails if the EJB's toString() throws an Exception |
1.4.2.8 | modified | ejort | common/src/main/org/jboss/util/Strings.java | Utility method to get the default implementation of toString() for an object. |