View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060518161924Lbuild.1764

BUILD COMPLETE -  build.1764
Date of build: 05/18/2006 16:19:24
Time to build: 27 minutes 3 seconds
Last changed: 05/18/2006 14:51:37
Last log entry: Turn off chain overriding for inherited methods for class proxies. This has the side effect of having to override all methods for a class that has been annotated

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

 Modifications since last build:  (first 50 of 49)
1.25modifiedkkhanaop/src/main/org/jboss/aop/ClassContainer.javaTurn off chain overriding for inherited methods for class proxies. This has the side effect of having to override all methods for a class that has been annotated
1.17modifiedkkhanaop/src/main/org/jboss/aop/pointcut/PointcutExpression.javaTurn off chain overriding for inherited methods for class proxies. This has the side effect of having to override all methods for a class that has been annotated
1.41modifiedkkhanaop/src/main/org/jboss/aop/pointcut/Util.javaTurn off chain overriding for inherited methods for class proxies. This has the side effect of having to override all methods for a class that has been annotated
1.23modifiedkkhanaop/src/main/org/jboss/aop/proxy/container/ClassProxyContainer.javaTurn off chain overriding for inherited methods for class proxies. This has the side effect of having to override all methods for a class that has been annotated
1.35modifiedkkhanaop/src/main/org/jboss/aop/proxy/container/ContainerProxyFactory.javaTurn off chain overriding for inherited methods for class proxies. This has the side effect of having to override all methods for a class that has been annotated
1.40modifiedkkhanaop/src/main/org/jboss/aop/pointcut/Util.java[JBAOP-241] Fix regression. Make sure that the introduced interface we look for matches the one in the $implements clause
1.3modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/ScopedException.javarollback to version 1.1.2.1
1.2modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/ScopedException.javaadded to fix build
1.30modifiedkkhanaop/src/main/org/jboss/aop/pointcut/MethodMatcher.java[JBAOP-241] Make sure that $instanceof and $implements expressions work when the interface has come from an introduction,
1.39modifiedkkhanaop/src/main/org/jboss/aop/pointcut/Util.java[JBAOP-241] Make sure that $instanceof and $implements expressions work when the interface has come from an introduction,
1.3modifiedkkhanaop/src/resources/test/instanceofintroduced/jboss-aop.xml[JBAOP-241] Make sure that $instanceof and $implements expressions work when the interface has come from an introduction,
1.1addedkkhanaop/src/test/org/jboss/test/aop/instanceofintroduced/ImplementsInterface.javabranches: 1.1.2;[JBAOP-241] Make sure that $instanceof and $implements expressions work when the interface has come from an introduction,
1.3modifiedkkhanaop/src/test/org/jboss/test/aop/instanceofintroduced/InstanceofIntroducedTestCase.java[JBAOP-241] Make sure that $instanceof and $implements expressions work when the interface has come from an introduction,
1.1addedkkhanaop/src/test/org/jboss/test/aop/instanceofintroduced/ReturningInterceptor.javabranches: 1.1.2;[JBAOP-241] Make sure that $instanceof and $implements expressions work when the interface has come from an introduction,
1.50modifiedjerrygauthcluster/src/etc/cluster-service.xmlEnabled multiplexer stack attribute
1.50modifiedtdieslerejb3/src/main/org/jboss/ejb3/SessionContainer.javaFix broken build
1.4modifiedtdieslerj2ee/src/main/javax/xml/rpc/handler/HandlerRegistry.javajavadoc
1.8modifiedtdieslerj2ee/src/main/javax/xml/rpc/handler/HandlerInfo.javaprevent NPE
1.37modifiedbdecosteejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.javacorrected inflow determination
1.100modifiedbdecosteejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.javacorrected inflow determination
1.1addedovidiujms/tests/src/org/jboss/test/messaging/jms/stress/CorruptMessageStressTest.javaadded a test that generates corrupt messages under stress
1.2modifiedovidiujms/tests/src/org/jboss/test/messaging/jms/stress/StressTest.javaminor reformatting
1.16modifiedovidiujms/tests/bin/start-rmi-serverconfigured remote server for stress testing
1.120modifiedovidiujms/tests/build.xmlminor reformatting
1.7modifiedovidiujms/src/main/org/jboss/messaging/util/Util.javaadded a generic logger
1.25modifiedovidiujms/src/main/org/jboss/messaging/core/message/RoutableSupport.javaminor reformatting
1.17modifiedovidiujms/src/main/org/jboss/jms/server/remoting/JMSWireFormat.javaminor reformatting
1.2modifiedovidiujms/src/main/org/jboss/jms/referenceable/ConnectionFactoryObjectFactory.javaminor reformatting
1.2modifiedovidiujms/src/main/org/jboss/jms/referenceable/DestinationObjectFactory.javaminor reformatting
1.58modifiedovidiujms/src/main/org/jboss/jms/message/JBossMessage.javaadded a message dump method, plus minor refactoring
1.69modifiedovidiujms/tests/bin/runtestenvironment TEST_DATABASE takes precedence
1.2modifiedovidiujms/docs/examples/secure-socket/build.xmlminor path correction
1.1addedovidiujms/docs/examples/http/src/org/jboss/example/jms/http/HttpExample.javaadded HTTP example
1.1addedovidiujms/docs/examples/http/README.htmladded HTTP example
1.1addedovidiujms/docs/examples/http/build.xmladded HTTP example
1.1addedovidiujms/docs/examples/http/do-not-distribute.propertiesadded HTTP example
1.1addedovidiujms/docs/examples/http/etc/jndi.propertiesadded HTTP example
1.1addedovidiujms/docs/examples/http/etc/log4j.xmladded HTTP example
1.1addedovidiujms/docs/examples/http/etc/messaging-http-service.xmladded HTTP example
1.5modifiedbillejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/ClientBean.javaEJBTHREE-573
1.2modifiedbillejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/ClientRemote.javaEJBTHREE-573
1.3modifiedbillejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/Customer.javaEJBTHREE-573
1.3modifiedbillejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/StatelessBean.javaEJBTHREE-573
1.3modifiedbillejb3/src/test/org/jboss/ejb3/test/regression/scopedclassloader/StatelessRemote.javaEJBTHREE-573
1.202modifiedbillejb3/build-test.xmlEJBTHREE-573
1.49modifiedbillejb3/src/main/org/jboss/ejb3/SessionContainer.javaEJBTHREE-573
1.39modifiedbillejb3/src/main/org/jboss/ejb3/service/ServiceContainer.javaEJBTHREE-573
1.51modifiedbillejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.javaEJBTHREE-573
1.41modifiedbillejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.javaEJBTHREE-573

Reply via email to