Commit Graph

137 Commits

Author SHA1 Message Date
David Jencks bc72c54a65 minor cosmetic cleanup
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803257 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 19:37:45 +00:00
Gary Tully 8274f09dd4 resolve https://issues.apache.org/activemq/browse/AMQ-1191 by introducing driver specific locker so that impl for sql_server can diverge from those of oracle etc. Thus the patch is applied to a transact sql specific impl - the impls are defined in a resoruce file in the same way as the adapters. The default locker now remains unchanged. Also updated to the latest stable jmock 2.5.1
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@798602 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 16:44:47 +00:00
Bosanac Dejan 2350d8b764 fix for https://issues.apache.org/activemq/browse/AMQ-2069 - thread deadlock in endpoint worker
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@797052 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 12:58:53 +00:00
Gary Tully 9383c6d697 resolve alternative path to https://issues.apache.org/activemq/browse/AMQ-2241 via ra where connection is reused. state tracker was not notified when remove command is suppressed and simulated during transport outage
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@774712 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14 09:57:24 +00:00
Gary Tully a259babc34 resolve AMQ-2212|https://issues.apache.org/activemq/browse/AMQ-2212 - fix resource resolving for RAR with weblogic - set the thread context class loader for the thread that starts the embedded broker
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@766053 13f79535-47bb-0310-9956-ffa450edef68
2009-04-17 15:34:34 +00:00
Gary Tully 3266019825 resolve broker unit test testReceiveTwoThenCloseConnection(org.apache.activemq.ra.JmsXAQueueTransactionTest): ra test uses Auto ack mode but the xa tx has been cleaned up so amq just sees a close on auto ack so it delivers the ack. AMQ-2128 Keeping the tx around till after the close sorts this out. One question though, with the ack mode supposed to be ignored, does it makes sense for the RA to use a transacted ack mode when there is a transaction?
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@748258 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 18:19:58 +00:00
Gary Tully ca80106573 resolve unit test break, check for tx need to be overridden to take care of shared case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@741646 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 17:28:13 +00:00
Guillaume Nodet 1ab76f775d AMQ-2091: Add a cache to the jms selector parser for speed improvements
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@740375 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 19:05:07 +00:00
Gary Tully 40465998ee resolve issue with broken ra tests, allow XA operation on non transacted session, check for transaction now is xa aware
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@739961 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 11:14:05 +00:00
Gary Tully 02ca463bf8 disable a bunch of ra xa tests pending some investigation
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@739001 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 20:44:21 +00:00
David Jencks ab438f68c1 AMQ-2079 improve error messages in AMQConnection.createSession, and make ManagedConnectionProxy only supply consistent parameters
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@735914 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 02:13:31 +00:00
David Jencks 76b7822cf2 AMQ-2078 extend transaction tests to xa in ra -- missed the pom.xml mod
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@735913 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 02:07:32 +00:00
David Jencks 1f00a395f8 AMQ-2078 extend transaction tests to xa in ra
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@735912 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 02:06:37 +00:00
David Jencks 185711e2f5 minor javadoc and spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@729437 13f79535-47bb-0310-9956-ffa450edef68
2008-12-25 20:17:29 +00:00
Gary Tully 50a98e3b0e fix - AMQ-2034 - have close in XA transaction deferred to synchronisation after completion, have rollback call beforeEnd to propagate acknowledgements; add a bunch of tests
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@726764 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15 18:48:51 +00:00
Gary Tully c57afb6289 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@711804 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 09:19:35 +00:00
Gary Tully fcab7488bc [maven-release-plugin] prepare release activemq-5.2.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@711802 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 09:17:14 +00:00
Gary Tully c96cdf04d2 resolve broken test resulting from AMQ-1919
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@707582 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 08:48:41 +00:00
Gary Tully 9fbba8d1f8 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@702534 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 16:26:23 +00:00
Gary Tully dd0d2329ac [maven-release-plugin] prepare release activemq-5.2.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@702519 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 15:34:39 +00:00
Gary Tully d3bebf209b [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693651 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09 23:01:54 +00:00
Gary Tully cc90a50844 [maven-release-plugin] prepare release activemq-5.2.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693649 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09 23:00:53 +00:00
Gary Tully db4ed3fb35 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693101 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08 13:59:03 +00:00
Gary Tully 6f74b5e890 [maven-release-plugin] prepare release activemq-parent-5.2
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693099 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08 13:57:16 +00:00
Guillaume Nodet ec35afa9ea Make activemq-ra an OSGi bundle
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@679448 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 16:20:15 +00:00
Robert Davies 6db9a37d2f Fix for https://issues.apache.org/activemq/browse/AMQ-1777
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@666887 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 23:13:59 +00:00
Robert Davies 58e5b9acce patch for https://issues.apache.org/activemq/browse/AMQ-1779
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@664082 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 18:59:11 +00:00
Robert Davies 21568866ad Fix for https://issues.apache.org/activemq/browse/AMQ-1756
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@663052 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04 10:36:06 +00:00
Hiram R. Chirino 2dc9fa98a8 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652613 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 18:28:39 +00:00
Hiram R. Chirino 4e1c52bb27 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652611 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 18:28:06 +00:00
Hiram R. Chirino faaccf3391 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652512 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 13:22:35 +00:00
Hiram R. Chirino 7f073eb532 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652510 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 13:22:13 +00:00
Hiram R. Chirino aa62069349 Fix for AMQ-1696
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652111 13f79535-47bb-0310-9956-ffa450edef68
2008-04-29 20:59:06 +00:00
Hadrian Zbarcea c65a66fe3e AMQ-1677. Spring dependencies.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652107 13f79535-47bb-0310-9956-ffa450edef68
2008-04-29 20:55:10 +00:00
Hiram R. Chirino 147021394a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650873 13f79535-47bb-0310-9956-ffa450edef68
2008-04-23 14:01:23 +00:00
Hiram R. Chirino ad089f5e46 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650871 13f79535-47bb-0310-9956-ffa450edef68
2008-04-23 14:00:11 +00:00
Hiram R. Chirino 4f0c105395 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650588 13f79535-47bb-0310-9956-ffa450edef68
2008-04-22 17:35:50 +00:00
Hiram R. Chirino ad25a169dd [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650586 13f79535-47bb-0310-9956-ffa450edef68
2008-04-22 17:34:50 +00:00
Robert Davies 464402cd0e Applied patch from https://issues.apache.org/activemq/browse/AMQ-1200
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650392 13f79535-47bb-0310-9956-ffa450edef68
2008-04-22 07:09:52 +00:00
Hiram R. Chirino c275d4c3ac AMQ-1673: Namespace updated.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649568 13f79535-47bb-0310-9956-ffa450edef68
2008-04-18 15:18:19 +00:00
Robert Davies 8733d172ae Apply patch for https://issues.apache.org/activemq/browse/AMQ-765
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@648727 13f79535-47bb-0310-9956-ffa450edef68
2008-04-16 15:47:24 +00:00
Hiram R. Chirino 7008fc3988 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@648267 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 14:38:02 +00:00
Hiram R. Chirino 552ca7b453 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@648265 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 14:37:21 +00:00
Hiram R. Chirino ffdc4176f3 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647951 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 19:24:45 +00:00
Hiram R. Chirino 86e8f3dfaf [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647948 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 19:23:55 +00:00
Hiram R. Chirino 474dc137b2 Fixing up some missing license headers
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647915 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 17:32:33 +00:00
Hiram R. Chirino 0fb77544a3 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647269 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 19:00:54 +00:00
Hiram R. Chirino 42bd3c82e2 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647267 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 19:00:05 +00:00
Robert Davies acf453b46a Applied patch from https://issues.apache.org/activemq/browse/AMQ-1345
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646789 13f79535-47bb-0310-9956-ffa450edef68
2008-04-10 13:16:37 +00:00
Hiram R. Chirino af27811a75 Merged in the rest of djencks's release changes from the 4.1 branch
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@645991 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 16:28:08 +00:00