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

BUILD COMPLETE -  build.37
Date of build: 12/19/2004 00:42:26
Time to build: 21 minutes 19 seconds
Last changed: 12/18/2004 19:45:26
Last log entry: Add the security-config_4_0.xsd mapping.

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

 Modifications since last build:  (49)
1.10modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd the security-config_4_0.xsd mapping.
1.1addedstarksmserver/src/resources/schema/security-config_4_0.xsdAdd a login-config descriptor schema that extends the module-option element to support a mixed content model so that login module options can be arbitarily complex object that are unmarshalled from an external namespace using the jbossxb framework.
1.13modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/eviction/LRUPolicyUnitTestCase.javano message
1.204modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaRemoved CreateIfNotExistsInterceptor, moved code to LockInterceptor
1.3deletedbelabancache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javaRemoved CreateIfNotExistsInterceptor, moved code to LockInterceptor
1.5modifiedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javaRemoved CreateIfNotExistsInterceptor, moved code to LockInterceptor
1.36modifiedbelabancache/docs/Changelog.txtRemoved CreateIfNotExistsInterceptor, moved code to LockInterceptor
1.6modifiedbelabancache/docs/design/Refactoring.txtRemoved CreateIfNotExistsInterceptor, moved code to LockInterceptor
1.9modifiedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javaFix for JBCACHE-17 (Jira): creation of node on-demand and locking it has to be done atomically, otherwise some other thread could remove the node *before* it is locked
1.23modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ObjectModelBuilder.javainternal refactoring
1.3modifiedloubyanskycommon/src/main/org/jboss/xml/binding/DelegatingObjectModelFactory.javafinished decoupling construction of object models that include objects bound to different namespaces (support polymorphism for the child in addChild method)
1.22modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ObjectModelBuilder.javafinished decoupling construction of object models that include objects bound to different namespaces (support polymorphism for the child in addChild method)
1.5modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/multispaced/XMBeanMetaDataFactory.javafinished decoupling construction of object models that include objects bound to different namespaces (support polymorphism for the child in addChild method)
1.4modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/multispaced/pm/jdbc/JDBCPmMetaDataFactory.javafirst step in decoupling construction of object models that include objects bound to different namespaces (in other words each object model factory should work only with objects bound to a specific namespace the factory is associated with)
1.4modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/multispaced/XMBeanMetaDataFactory.javafirst step in decoupling construction of object models that include objects bound to different namespaces (in other words each object model factory should work only with objects bound to a specific namespace the factory is associated with)
1.10modifiedloubyanskycommon/src/main/org/jboss/xml/binding/MappingObjectModelFactory.javano change in functionality, just tidy up
1.6modifiedloubyanskycommon/src/main/org/jboss/xml/binding/parser/xni/XniJBossXBParser.javanamespace uri should not be null
1.21modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ObjectModelBuilder.javafirst step in decoupling construction of object models that include objects bound to different namespaces (in other words each object model factory should work only with objects bound to a specific namespace the factory is associated with)
1.370modifiedovidiufbuild/build.xmlAdded JBoss Messaging/jms on the of the modules to be compiled by default
1.7modifiedovidiuftools/etc/buildmagic/modules.xmlAdded jms as JBoss Messaging 5 module
1.25modifiedovidiuftools/etc/buildmagic/modules.entAdded jms as JBoss Messaging 5 module
1.1addedovidiufjms/tests/src/org/jboss/messaging/core/CoreTest.javafunctional tests - initial check in
1.2deletedovidiufjms/src/main/org/jboss/messaging/memory/MemoryMessageSet.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/interfaces/Channel.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannel.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannelHandler.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/ChannelHandler.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannel.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannelHandler.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannel.javamoved the previous version of channel support to attic
1.2deletedovidiufjms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannelHandler.javamoved the previous version of channel support to attic
1.1addedovidiufjms/tests/src/org/jboss/messaging/MessagingTestCase.javafunctional tests - initial check in
1.2modifiedovidiufjms/src/main/org/jboss/messaging/interfaces/MessageSet.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/bin/runbash wrapper for tools
1.1addedovidiufjms/tests/build.xmlFunctional tests build file. See http://www.jboss.org/wiki/Wiki.jsp?page=FunctionalTests
1.1addedovidiufjms/tests/build.shFunctional tests build script. See http://www.jboss.org/wiki/Wiki.jsp?page=FunctionalTests
1.1addedovidiufjms/src/main/org/jboss/messaging/tools/ReceiverManager.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/tools/ReceiverImpl.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/tools/PipeClient.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/tools/MessageSetImpl.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/tools/MessageImpl.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/core/AbstractRouter.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/core/AbstractDestination.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/core/Pipe.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/interfaces/Router.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/interfaces/Message.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/interfaces/Distributor.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/interfaces/Receiver.javaJBoss Messaging 5 core inital check in
1.1addedovidiufjms/src/main/org/jboss/messaging/interfaces/Channel.javaJBoss Messaging 5 core inital check in

Reply via email to