Commit Graph

1519 Commits

Author SHA1 Message Date
Hiram R. Chirino da1204a1a8 set the explicit xbean plugin version so that the build works
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421972 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 18:04:31 +00:00
James Strachan 82004d8523 Switched to using spring 2.0-rc1
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421937 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 16:26:25 +00:00
James Strachan fd3c5104df Added a workaround for Spring 2.0-rc1 for AMQ-825 where we avoid using File objects on the default persistence adapter and use Strings instead. Its unfortunate (I tried patching xbean-spring to get around this but I'm afraid it doesn't seem possible). So folks using Java to configure the dataDirectory will need to change foo.setDataDirectory(file) to foo.setDataDirectoryFile(file) or switch to using a String
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421936 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 16:25:29 +00:00
James Strachan 3fcd7ca39c tidied up the xbean-spring configuration and used the xbean-spring maven plugin
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421900 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 13:27:51 +00:00
James Strachan ea63d69242 switched to using the xbean-spring plugin
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421898 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 13:11:42 +00:00
James Strachan 1fd01f0888 fixed namespaces in XML files to only apply the ActiveMQ namespace to the <broker> element and its decendants to avoid confusing spring/xbean-spring when using other tags like <bean>. Bad James - they should have been like this to start with :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421897 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 13:10:19 +00:00
James Strachan 9b6942f4c1 fixed namespaces in test file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421878 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 11:39:46 +00:00
James Strachan d64a9087bc fixed namespaces in test file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421876 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 11:36:27 +00:00
James Strachan d966a8c4c1 fixed non-optional dependency
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421842 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 09:09:54 +00:00
Hiram R. Chirino 68c8c643f2 Cleaned up the TCP transport a little.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421811 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 05:54:13 +00:00
Jonas B. Lim 3a59e68649 set value of activemq.home system property
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421790 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 03:25:03 +00:00
Hiram R. Chirino 02fffb44b0 rename logging directory so that it matches the log4j configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421656 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:08:42 +00:00
Hiram R. Chirino 397e9ccee5 Renamed som files so that they have more consistent case and extensions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421655 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:05:39 +00:00
Hiram R. Chirino b2aa074966 https://issues.apache.org/activemq/browse/AMQ-701
The zip is now tunned for windows and the tar.* packages are tunned for unix.  
The zip file bin directory only contains .bat files and all text files use dos line endings.
the tar file bin directory only contains the shell files and all text files use the unix line endings.




git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421654 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:01:51 +00:00
Hiram R. Chirino 9758b12a08 took an exclusion out
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421651 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 15:54:24 +00:00
Frederick G. Oconer 2d9190f56a changed version of spring to 2.0-m5. Also, added spring dependency in activemq core to ensure that the right version is being set in the classpath.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421575 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 10:20:29 +00:00
Adrian T. Co 2fc2c28516 Fix up classloader problems in Main class
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421556 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 09:29:10 +00:00
Hiram R. Chirino f2d90cd97c http://issues.apache.org/activemq/browse/AMQ-701
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421396 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 19:56:44 +00:00
Hiram R. Chirino fe7ab1c01f Patch applied: http://issues.apache.org/activemq/browse/AMQ-719
Thanks Jamie!


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421376 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 19:10:16 +00:00
Hiram R. Chirino f2f428101b Better debug logging of stack traces
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421356 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 18:08:27 +00:00
Hiram R. Chirino 5f7c6b73ba http://issues.apache.org/activemq/browse/AMQ-773
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421282 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 14:58:33 +00:00
Adrian T. Co 73d5b6feea Remove scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421265 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 13:09:34 +00:00
Adrian T. Co d1211992a1 Call the maven script instead of running it
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421175 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 07:33:51 +00:00
Adrian T. Co d7a872c4b5 Change extDir prefix
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421153 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 06:08:14 +00:00
Adrian T. Co 244bee4404 Added broker url as config param
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421140 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 05:49:34 +00:00
Hiram R. Chirino c67a8838f3 Adding a project that can build a m2 repository of all the activemq dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421123 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 05:08:00 +00:00
Adrian T. Co e2fc905581 Added test scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421092 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 02:53:53 +00:00
Hiram R. Chirino afba723191 http://issues.apache.org/activemq/browse/AMQ-814
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420899 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 15:32:20 +00:00
Hiram R. Chirino 1ea430e557 http://issues.apache.org/activemq/browse/AMQ-608
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420872 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 14:32:01 +00:00
James Strachan 0e91a73c61 Upgraded to later spring release
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420836 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 13:24:28 +00:00
James Strachan 857cc8c309 added a destroy() method to durable subscription mbeans to make it a bit easier to delete them via JMX. For more background see AMQ-811
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420835 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 13:21:26 +00:00
James Strachan ffd1ccb6b8 disabled test case which tends to fail on m2
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420831 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 13:07:04 +00:00
James Strachan 2116b04dbb disabled test case which tends to fail on m2
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420795 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 10:49:15 +00:00
Adrian T. Co 43742775af Close the consumer before unsubscribing it.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420775 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 09:42:16 +00:00
Adrian T. Co d1ff5abf48 Allow option to unsubscribe durable subscriptions after each run
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420774 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 09:27:17 +00:00
Hiram R. Chirino 6722a0327e failover not needed anymore.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420734 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 06:00:37 +00:00
Hiram R. Chirino 829e86f72e Updated to latest openwire code gen
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420731 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 05:44:33 +00:00
Hiram R. Chirino 8a4db98776 Updated pom so that it has the proper contents now.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420726 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:56:50 +00:00
Hiram R. Chirino ad2546fa8d Fixed Network Connection failure recovery.
http://issues.apache.org/activemq/browse/AMQ-802
http://issues.apache.org/activemq/browse/AMQ-805



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420723 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:46:04 +00:00
Hiram R. Chirino 75fde7165e http://issues.apache.org/activemq/browse/AMQ-810
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420721 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:41:48 +00:00
Hiram R. Chirino 1250a6d023 Added reconnect logic.
http://issues.apache.org/activemq/browse/AMQ-803

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420718 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:38:18 +00:00
Hiram R. Chirino d6c75ee25e No need to be so verbose when disposing a service. If we need to find out why something is going wrong we can enable debug logging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420716 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:34:56 +00:00
Hiram R. Chirino 40958b688f Impoved error logging and throw an exception if the transport is being used when it has been disconnected.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420714 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:32:20 +00:00
Hiram R. Chirino 87666fa194 http://issues.apache.org/activemq/browse/AMQ-809
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420712 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:29:31 +00:00
Hiram R. Chirino cf5ee40d63 http://issues.apache.org/activemq/browse/AMQ-808
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420708 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:21:40 +00:00
Hiram R. Chirino ff30070bea http://issues.apache.org/activemq/browse/AMQ-806
and
http://issues.apache.org/activemq/browse/AMQ-807

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420705 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:12:28 +00:00
Hiram R. Chirino 2fe01ce355 Make the tests more reliable by explicity creating and shutting down the brokers. Also wait for the brokers to be setup before running the tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420699 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 03:59:54 +00:00
Adrian T. Co e4266c33f6 - Minor udpate: remove extra space in System.out
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420558 13f79535-47bb-0310-9956-ffa450edef68
2006-07-10 15:11:56 +00:00
Adrian T. Co 94df6d1b05 - Add to ignore list and minor bug fix in checking of ignore list
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420551 13f79535-47bb-0310-9956-ffa450edef68
2006-07-10 14:53:51 +00:00
Adrian T. Co 7450969cb7 - Add ignore list for vmstat data
- Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420546 13f79535-47bb-0310-9956-ffa450edef68
2006-07-10 14:38:44 +00:00