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

BUILD FAILED
Ant Error Message: file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1
Date of build: 10/17/2004 20:51:05
Time to build: 18 minutes 41 seconds
Last changed: 10/17/2004 20:36:44
Last log entry: Include the runEx message in the fail message

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

 Modifications since last build:  (40)
1.4modifiedstarksmtestsuite/src/main/org/jboss/test/cts/test/MDBUnitTestCase.javaInclude the runEx message in the fail message
1.4modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.javaTest form authentication of a secured servlet and validate that there is a SecurityAssociation setting for the authenticated Subject.
1.5modifiedstarksmtestsuite/src/main/org/jboss/test/web/servlets/SecureServlet.javaAdd a validateSubject parameter that when true indicates that the SecurityAssociation subject should be validated to not be null.
1.5modifiedstarksmtestsuite/src/main/org/jboss/test/util/ejb/EJBTestRunnerBean.javaInclude the original exception in the EJBException
1.5modifiedstarksmtestsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.javaUse the cluster node jndi urls to lookup the ejb homes
1.26modifiedstarksmtestsuite/src/main/org/jboss/test/management/test/JSR77SpecUnitTestCase.javaLog the begin and end of the mbean report method
1.2modifiedstarksmtestsuite/src/main/org/jboss/test/web/servlets/TestSessionListener.javaLog the session attribute that exist from the sessionDestroyed callback
1.3modifiedstarksmserver/src/main/org/jboss/ejb/plugins/JaasAuthenticationInterceptor.javaJust throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure.
1.2modifiedstarksmserver/src/main/org/jboss/ejb/plugins/JaccAuthorizationInterceptor.javaJust throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure.
1.13modifiedstarksmserver/src/main/org/jboss/ejb/plugins/RunAsSecurityInterceptor.javaJust throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure.
1.47modifiedstarksmserver/src/main/org/jboss/ejb/plugins/SecurityInterceptor.javaJust throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure.
1.76modifiedstarksmserver/src/main/org/jboss/ejb/StatefulSessionContainer.javaOverride getMethodPermissions to work around the fact that stateful session handles obtain their ejb objects by doing an invocation on the container as a home method invocation using the Handle.getEJBObject method. Fixes [ 1020788 ] ServerException calling gtEJBObject on javax.ejb.Handle.
1.34modifiedstarksmserver/src/main/org/jboss/ejb/plugins/LogInterceptor.javaHandle SecurityExceptions specially to tranform into one of the security related ejb or rmi exceptions to allow users to identitify them more easily. The exception is either wrapped in a javax.ejb.AccessLocalException or a java.rmi.AccessException depending on the method invocation type.
1.2deletedtdieslerwebservice/test/java/org/jboss/test/ws/jaxrpc/CallDynamicInvocationTestCase.javaSOAP-1.2 BindingProvider initial cut.
1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/jaxrpc/DIITestCase.javaSOAP-1.2 BindingProvider initial cut.
1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/Constants.javaSOAP-1.2 BindingProvider initial cut.
1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/DOM2Writer.javaSOAP-1.2 BindingProvider initial cut.
1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/NodeImpl.javaSOAP-1.2 BindingProvider initial cut.
1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPElementImpl.javaSOAP-1.2 BindingProvider initial cut.
1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPFactoryImpl.javaSOAP-1.2 BindingProvider initial cut.
1.2deletedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/BindingProvider.javaSOAP-1.2 BindingProvider initial cut.
1.2deletedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/BindingProviderRegistry.javaSOAP-1.2 BindingProvider initial cut.
1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/CallImpl.javaSOAP-1.2 BindingProvider initial cut.
1.2deletedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/SOAP12BindingProvider.javaSOAP-1.2 BindingProvider initial cut.
1.5modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/ServiceImpl.javaSOAP-1.2 BindingProvider initial cut.
1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/desc/OperationDesc.javaSOAP-1.2 BindingProvider initial cut.
1.25modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.javaAdd a test of the run-as identity propagating more than just one call level
1.9modifiedstarksmtestsuite/src/resources/security-spec/META-INF/ejb-jar.xmlAdd a test of the run-as identity propagating more than just one call level
1.13modifiedstarksmtestsuite/src/resources/security-spec/META-INF/jboss.xmlAdd a test of the run-as identity propagating more than just one call level
1.3modifiedstarksmtestsuite/src/main/org/jboss/test/security/interfaces/CalledSession.javaAdd a test of the run-as identity propagating more than just one call level
1.3modifiedstarksmtestsuite/src/main/org/jboss/test/security/ejb/CalleeBean.javaAdd a test of the run-as identity propagating more than just one call level
1.3modifiedstarksmtestsuite/src/main/org/jboss/test/security/ejb/CallerBean.javaAdd a test of the run-as identity propagating more than just one call level
1.76modifiedstarksmsystem/src/main/org/jboss/deployment/MainDeployer.java- Fix bug [ 1040694 ] ConcurrentModificationException in MainDeployer when logging, hold the lock on deploymentList- In addition to stopping/destroying sub deployments in reverse order from their create/start, do this from bottom up rather than top down as is currently done. This means for example that an ejb jar deployment is stopped/destroyed before its containing ear.
1.36modifiedstarksmsystem/src/main/org/jboss/Main.javaInclude the jaxen.jar on the jmx bootclasspath or else one cannot use the xpath functions from dom4j. Fixes [ 1037011 ] XPath (jaxen) broken in 3.2.6RC2.
1.361modifiedstarksmbuild/build.xmlCopy the jaxen-1.1-beta-4.jar to the jmx bootclasspath as jaxen.jar
1.30modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.javaChange the defaultWebXml attribute to be consistent with the conf/web.xml path so that the bundled jbossweb-tomcat50.sar web.xml is found as the default for both jboss deployed wars, and static contexts configured in the server.xml. This requires that the web.xml be located under jbossweb-tomcat50.sar/conf/web.xml
1.18modifiedstarksmtomcat/build.xmlInstall the web.xml to jbossweb-tomcat50.sar/conf/web.xml since the default web.xml resource name is conf/web.xml
1.2modifiedstarksmtestsuite/src/resources/cluster/drm/jboss-service.xmlAdd a dependency on jboss:service=DefaultPartition
1.14modifiedstarksmtestsuite/imports/test-jars.xmlAdd the pooled invoker service sar
1.49modifiedstarksmsystem/src/main/org/jboss/system/server/ServerImpl.java- Include the build os and jvm in the server jmx properties and update the version string to match the format displayed on the console- Merge some exception handling around package loading and url handler registration failure handling from 3.2

Reply via email to