svn commit: r740765 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/cursors/ main/java/org/apache/activemq/store/ main/java/org/apache/activemq/store/amq/ test/java

2009-02-04 Thread gtully
Author: gtully Date: Wed Feb 4 15:19:56 2009 New Revision: 740765 URL: http://svn.apache.org/viewvc?rev=740765view=rev Log: move setBatch to MessageStore interface to keep cursors store agnostic - http://issues.apache.org/activemq/browse/AMQ-2020 - some store specific tests to follow

svn commit: r740875 - in /activemq/activemq-cpp/trunk/src: main/decaf/lang/Pointer.h main/decaf/util/Comparator.h main/decaf/util/Map.h test/activemq/commands/BrokerIdTest.cpp test/activemq/commands/B

2009-02-04 Thread tabish
Author: tabish Date: Wed Feb 4 20:54:25 2009 New Revision: 740875 URL: http://svn.apache.org/viewvc?rev=740875view=rev Log: Adds the ability to define what the comparison is for map keys, defaults to the standard std::less comparator. Completes the definition of the Comparator interface in

svn commit: r740916 - in /activemq/activemq-cpp/trunk/src: main/decaf/lang/Pointer.h test/decaf/lang/PointerTest.cpp

2009-02-04 Thread tabish
Author: tabish Date: Wed Feb 4 22:11:25 2009 New Revision: 740916 URL: http://svn.apache.org/viewvc?rev=740916view=rev Log: Adds the ability to define what the comparison is for map keys, defaults to the standard std::less comparator. Completes the definition of the Comparator interface in

svn commit: r740967 - in /activemq/activemq-cpp/trunk/src/main/activemq/transport/mock: MockTransport.cpp MockTransport.h MockTransportFactory.cpp

2009-02-04 Thread tabish
Author: tabish Date: Thu Feb 5 01:33:46 2009 New Revision: 740967 URL: http://svn.apache.org/viewvc?rev=740967view=rev Log: Fix some memory leaks Modified: activemq/activemq-cpp/trunk/src/main/activemq/transport/mock/MockTransport.cpp

svn commit: r740968 - /activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/OpenWireFormat.cpp

2009-02-04 Thread tabish
Author: tabish Date: Thu Feb 5 01:34:09 2009 New Revision: 740968 URL: http://svn.apache.org/viewvc?rev=740968view=rev Log: Fix some memory leaks Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/OpenWireFormat.cpp Modified:

svn commit: r740972 - in /activemq/activemq-cpp/trunk/src/main/activemq/transport: IOTransport.cpp IOTransport.h

2009-02-04 Thread tabish
Author: tabish Date: Thu Feb 5 01:41:52 2009 New Revision: 740972 URL: http://svn.apache.org/viewvc?rev=740972view=rev Log: Fix some memory leaks Modified: activemq/activemq-cpp/trunk/src/main/activemq/transport/IOTransport.cpp

svn commit: r740974 - /activemq/activemq-cpp/trunk/src/test/testRegistry.cpp

2009-02-04 Thread tabish
Author: tabish Date: Thu Feb 5 01:42:06 2009 New Revision: 740974 URL: http://svn.apache.org/viewvc?rev=740974view=rev Log: (empty) Modified: activemq/activemq-cpp/trunk/src/test/testRegistry.cpp Modified: activemq/activemq-cpp/trunk/src/test/testRegistry.cpp URL:

svn commit: r740975 - in /activemq/activemq-cpp/trunk/src: main/activemq/core/ActiveMQConnection.cpp test/testRegistry.cpp

2009-02-04 Thread tabish
Author: tabish Date: Thu Feb 5 01:51:25 2009 New Revision: 740975 URL: http://svn.apache.org/viewvc?rev=740975view=rev Log: Fix some memory leaks Modified: activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.cpp activemq/activemq-cpp/trunk/src/test/testRegistry.cpp

svn commit: r741020 - in /activemq/scripts: activemq-schema-copy.sh copy_released.py copy_released_xsd.py copy_snapshot.py copy_snapshot_xsd.py

2009-02-04 Thread hadrian
Author: hadrian Date: Thu Feb 5 06:12:17 2009 New Revision: 741020 URL: http://svn.apache.org/viewvc?rev=741020view=rev Log: Updated scripts for copying camel schemas. Modified: activemq/scripts/activemq-schema-copy.sh activemq/scripts/copy_released.py