You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Bamboo <ba...@logicblaze.com> on 2007/08/06 20:59:54 UTC

[Bamboo] Apache ActiveMQ - trunk branch build 162 has FAILED (11 tests failed, 7 failures were new). Change made by Hiram Chirino

The project Apache ActiveMQ - trunk branch has the following 1 change by 1 author:

*Hiram Chirino* made the following changes at 06:07 PM, 06 August 2007

Comment:
Fix for AMQ-1356 : Durable Subscriptions do not work with Wildcards after broker is restarted.
 - Added a RecoveryBrokerTest.testWildCardSubscriptionPreservedOnRestart() test case that was showing
   that that wildcards did not work with DurableSubscriptions
 - Fix the TransactedTopicMasterSlaveTest so that setDeleteAllMessagesOnStartup() takes effect (had to be done before the connectors are added.
 - Change the MessageStore interface so that subscriptions are created using the data in the SubscriptionInfo class
 - Added a subscribedDestination field to the SubscriptionInfo so that the original wildcard subscrption can be remembered
 - The KahaReference store now deletes it's State store too when deleteAllMessages() is called
 - Fixed KahaPersistenceAdapter.getDestinations() so that it actually returns all the destinations.
 - We now recover all the topics eagerly when the topic region is started.

> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaReferenceStoreAdapter.java (563194)
> /activemq/trunk/activemq-jpa-store/src/main/java/org/apache/activemq/store/jpa/model/StoredSubscription.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/memory/MemoryTopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/TopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/AbstractRegion.java (563194)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/TransactedTopicMasterSlaveTest.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/adapter/AxionJDBCAdapter.java (563194)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/adapter/DefaultJDBCAdapter.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCTopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/TopicReferenceStore.java (563194)
> /activemq/trunk/activemq-jpa-store/src/main/java/org/apache/activemq/store/jpa/JPATopicReferenceStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v3/SubscriptionInfoMarshaller.java (563194)
> /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/RecoveryBrokerTest.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCAdapter.java (563194)
> /activemq/trunk/activemq-jpa-store/src/main/java/org/apache/activemq/store/jpa/JPATopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/amq/AMQTopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/TopicRegion.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/DestinationFilter.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Destination.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/Statements.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/journal/JournalTopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Topic.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaTopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/ProxyTopicMessageStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaTopicReferenceStore.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/SubscriptionInfo.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java (563194)
> /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaPersistenceAdapter.java (563194)

        

---------------------------------------------------------------------------------------

The build has 11 failed tests and 1736 successful tests.

Click http://bamboo.logicblaze.com:8085/browse/AMQ-DEF-162 to find out more.

Thanks,

Bamboo