View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041218010425Lbuild.41

BUILD COMPLETE -  build.41
Date of build: 12/18/2004 01:04:25
Time to build: 25 minutes 52 seconds
Last changed: 12/17/2004 13:14:35
Last log entry: [JBAS-65] - Parse the standard JMS activation configuration from JCA1.5 appendix BThis allows EJB2.1 style JMS MDB deployments to be processed through the currently more stable JMSContainerInvoker

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (47)
1.64.2.2modifiedejortserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java[JBAS-65] - Parse the standard JMS activation configuration from JCA1.5 appendix BThis allows EJB2.1 style JMS MDB deployments to be processed through the currently more stable JMSContainerInvoker
1.1.2.1modifiedejorttestsuite/src/resources/messagedriven/jmscontainerinvoker/META-INF/ejb-jar.xmlAdd a test for EJB2.1 MDB style deployment deployed through the JMSContainerInvoker
1.9.2.33modifiedejorttestsuite/imports/test-jars.xmlAdd a test for EJB2.1 MDB style deployment deployed through the JMSContainerInvoker
1.1.2.1modifiedejorttestsuite/src/main/org/jboss/test/messagedriven/support/JMSContainerInvokerTest.javaAdd a test for EJB2.1 MDB style deployment deployed through the JMSContainerInvoker
1.1.2.1modifiedejorttestsuite/src/main/org/jboss/test/messagedriven/test/JMSContainerInvokerMessageDrivenUnitTestCase.javaAdd a test for EJB2.1 MDB style deployment deployed through the JMSContainerInvoker
1.5.6.1modifiedpatriot1burkecommon/src/main/org/jboss/util/id/GUID.javaMake GUID Comparable
1.12.4.1modifiedejortcache/.classpathFix the eclipse build
1.18.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/cmp2/commerce/QueryTest.javaDisable two of the exact string match tests as the order query elements cannot really be guarenteed. These tests should be validating the parse tree.
1.1.2.1modifiedanddconsole/src/resources/webconsole.war/MdbEjb.jspadded missing MDB page, contributed by [EMAIL PROTECTED]
1.19.2.3modifiedstarksmserver/src/main/org/jboss/security/SecurityAssociation.javaThere was an off by one error in the run-as identity stack calculation. This really fixes [ 1041273 ] Run-as Identity not propagated.
1.2.16.2modifiedstarksmtestsuite/src/main/org/jboss/test/security/ejb/CallerBean.javaAdd the mising callEcho method implementation needed by the deepRunAs test
1.6.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmx/implementation/server/ContextCLTestCase.javaIf this is running under java5 run no tests as there is no guarentee of what the class loader of the mbean is.
1.2.6.1modifiedejortmessaging/src/etc/server/examples/deploy/standalone/build.xmlUpdate the standalone JBossMQ build for the JBoss4 changes.
1.2.6.1modifiedejortmessaging/src/etc/server/examples/deploy/standalone/jboss-service.xmlUpdate the standalone JBossMQ build for the JBoss4 changes.
1.9.2.32modifiedstarksmtestsuite/imports/test-jars.xmlUpdate the exception.jar to use the jboss EJBTestCase
1.5.6.1modifiedstarksmtestsuite/src/resources/exception/META-INF/ejb-jar.xmlUpdate to test remote and local security exception propagation
1.5.6.1modifiedstarksmtestsuite/src/resources/exception/META-INF/jboss.xmlUpdate to test remote and local security exception propagation
1.2.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/exception/EntityExceptionTesterLocal.javaUpdate to test remote and local security exception propagation
1.3.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/exception/EntityExceptionUnitTestCase.javaUpdate to test remote and local security exception propagation
1.4.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/exception/ExceptionTester.javaUpdate to test remote and local security exception propagation
1.6.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/exception/ExceptionTesterBean.javaUpdate to test remote and local security exception propagation
1.7.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/exception/ExceptionTesterLocal.javaUpdate to test remote and local security exception propagation
1.7.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/exception/ExceptionUnitTestCase.javaUpdate to test remote and local security exception propagation
1.2.4.4modifiedstarksmserver/src/main/org/jboss/ejb/plugins/JaasAuthenticationInterceptor.javaLook to the SecurityAssociation context exception on authentication failure and throw that exception if not null. If there is no SecurityAssociation context exception, throw the current SecurityException("Authentication ..."). Fixes [JBAS-47] Support for jaas CredentialExpiredException and AccountExpiredException.
1.46.4.4modifiedstarksmserver/src/main/org/jboss/ejb/plugins/SecurityInterceptor.javaLook to the SecurityAssociation context exception on authentication failure and throw that exception if not null. If there is no SecurityAssociation context exception, throw the current SecurityException("Authentication ..."). Fixes [JBAS-47] Support for jaas CredentialExpiredException and AccountExpiredException.
1.33.4.2modifiedstarksmserver/src/main/org/jboss/ejb/plugins/LogInterceptor.javaHandle both java.lang.SecurityException and java.security.GeneralSecurityException that are wrapped in java.rmi.AccessException for remote interface invocations, and javax.ejb.AccessLocalException for invocations through the local interface.
1.5.2.3modifiedstarksmserver/src/main/org/jboss/ejb/plugins/SecurityActions.javaAdd a priviledged action for accessing the SecurityAssociation.getContextInfo("org.jboss.security.exception") value.
1.1.2.1modifiedanddtestsuite/src/main/org/jboss/test/jbossmx/implementation/util/MBeanProxyExtTestCase.javaJBJMX-2 - implement correctly equals/hashCode
1.6.4.2modifiedanddjmx/src/main/org/jboss/mx/util/MBeanProxyExt.javaJBJMX-2 - implement correctly equals/hashCode
1.19.2.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/replicated/SyncTxUnitTestCase.javaBackported from head
1.3.6.2modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/standAloneAop/Person.javaBackported from head
1.8.2.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/TxUnitTestCase.javaBackported from head
1.4.4.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/generic/FqnUnitTestCase.javaBackported from head
1.3.6.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/generic/GlobalTransactionUnitTestCase.javaBackported from head
1.7.2.2modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/generic/IdentityLockUnitTestCase.javaBackported from head
1.1.4.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/ConcurrentTransactionalUnitTestCase.javaBackported from head
1.1.4.2modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/CrudMethodUnitTestCase.javaBackported from head
1.3.4.2modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/LockReleaseUnitTestCase.javaBackported from head
1.6.4.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/TxConcurrentBankUnitTestCase.javaBackported from head
1.1.4.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/eviction/ConcurrentEvictAndRemoveTestCase.javaBackported from head
1.1.8.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/eviction/RegionManagerUnitTestCase.javaBackported from head
1.5.2.1modifiedbwang00testsuite/src/main/org/jboss/test/cache/stress/ReadWriteLockWithUpgradeStressTestCase.javaBackported from head
1.3.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/SRPUnitTestCase.javaAdd a testMultiUserEchoArgs est that tests that the echo method is secured by the SRPCacheLogin module when using multi-session srp with two threads
1.3.6.1modifiedstarksmsecurity/src/main/org/jboss/security/srp/jaas/SRPPrincipal.javaOverride equals and hashCode to include the sessionID so that there is not unneccessary security domain cache misses when using mulit-user srp sessions.
1.3.6.1modifiedstarksmtestsuite/src/resources/security-srp/auth.confAdd another ejb to test multiple user session srp against ejbs
1.1.18.1modifiedstarksmtestsuite/src/resources/security-srp/ejb-inf/ejb-jar.xmlAdd another ejb to test multiple user session srp against ejbs
1.5.6.1modifiedstarksmtestsuite/src/resources/security-srp/ejb-inf/jboss.xmlAdd another ejb to test multiple user session srp against ejbs

Reply via email to