Commit Graph

55 Commits

Author SHA1 Message Date
Hiram R. Chirino 584288dbe9 https://issues.apache.org/activemq/browse/AMQ-732
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413521 13f79535-47bb-0310-9956-ffa450edef68
2006-06-11 19:31:52 +00:00
Hiram R. Chirino 51daeeeeda Added a custom IOException so that apps interested in the Locked journal condition can more easily trap the error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412797 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 16:53:42 +00:00
Hiram R. Chirino 703d468a49 Fixed overflow notification could eventually get into infinate recusion.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412759 13f79535-47bb-0310-9956-ffa450edef68
2006-06-08 14:15:55 +00:00
Hiram R. Chirino bc7aa98d45 trunk has moved onto 4.1 development.. if you want to work on 4.0.1 stuff, co the 4.0 branch!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411906 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 20:16:30 +00:00
Alan Cabrera 0cacae1f04 fixed multicast inheritance
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@397392 13f79535-47bb-0310-9956-ffa450edef68
2006-04-27 04:50:45 +00:00
Hiram R. Chirino 0a3072998b don't include the oneport jetty stuff in the default build
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@397250 13f79535-47bb-0310-9956-ffa450edef68
2006-04-26 17:27:25 +00:00
Hiram R. Chirino 3ecdb62bf5 We now check to see it org.apache.activeio.journal.active.DisableLocking system property is set to true, if so we don't attempt to do any file locking.
Used to help work around Hibernate ClassCastException.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@394992 13f79535-47bb-0310-9956-ffa450edef68
2006-04-18 18:03:27 +00:00
Guillaume Nodet 1e6c45fb2e Fix dependencies scopes for m2 build...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@394797 13f79535-47bb-0310-9956-ffa450edef68
2006-04-17 22:39:14 +00:00
Guillaume Nodet bfa4b9bb68 Fix m2 build: the distribution is nearly identical to the m1 dist.
Remaining problems: missing STATUS file, and activemq.rar is way too big

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@394399 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 23:33:05 +00:00
Hiram R. Chirino 78e79614e5 The file lock implementation on some JVM/OS combinations is broken. See:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4883030
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4854085 

If -Djava.nio.channels.FileLock.broken=true is now passed as an argument to the JVM, the actveio journal will avoid using that file locking APIs.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@393039 13f79535-47bb-0310-9956-ffa450edef68
2006-04-10 20:03:46 +00:00
Hiram R. Chirino f451ad04bf - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using.
- the m2 build now uses the same groupId that our m1 activemq build is using.  I know it's not the m2 way to name groups, we I'm willing to live with this until we are out of the incubator and using m2 to do builds by default.
- Ported activemq to use activeio 3.0-SNAPSHOT from activeio 2.1, since the 3.x stuff is in a new package space, it should not conflict with previous version (for example the version used in Geronimo).



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388677 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 23:41:23 +00:00
Hiram R. Chirino 4d00a1a311 did some more svn:eol-style property setting
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@379623 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 23:28:33 +00:00
Hiram R. Chirino a107823dc3 Did a bunch of svn:eol-style property setting
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@379619 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 23:12:56 +00:00
Hiram R. Chirino c16538616a make m2 poms work
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@379578 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 20:42:02 +00:00
Hiram R. Chirino 58a50f2572 Missing <
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378697 13f79535-47bb-0310-9956-ffa450edef68
2006-02-18 06:05:43 +00:00
Hiram R. Chirino bea3be6e01 Applyed http://jira.activemq.org/jira/browse/AMQ-582
Thanks Carlos!  This should help our m2 build a ton.



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378696 13f79535-47bb-0310-9956-ffa450edef68
2006-02-18 06:03:51 +00:00
Hiram R. Chirino 6d333ffb4a Just to be safe, lets also include the LICENSE.txt in the jar files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378138 13f79535-47bb-0310-9956-ffa450edef68
2006-02-16 02:02:28 +00:00
Alan Cabrera 84942ae5b0 Added incubation disclaimer.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@377651 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 06:45:29 +00:00
Robert Davies c195dd3052 support defining local address and port for a socket - e.g:
ssl://localhost:5666/localhost:60606
where the path (localhost:60606) - defines the local address and local port

For jira issue: AMQ-529

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@375922 13f79535-47bb-0310-9956-ffa450edef68
2006-02-08 11:02:36 +00:00
David Blevins 5fb475601e More fiddly bits for ci.gbuild.org
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@368954 13f79535-47bb-0310-9956-ffa450edef68
2006-01-14 02:00:32 +00:00
Hiram R. Chirino 5be5a62df6 Updated/Added more apache copyright headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@360181 13f79535-47bb-0310-9956-ffa450edef68
2005-12-30 22:37:11 +00:00
Hiram R. Chirino 13266c83c4 Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359690 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:58:23 +00:00
Hiram R. Chirino 8baeff5c71 Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359689 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:58:15 +00:00
Hiram R. Chirino 11fcdd83be Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359688 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:57:53 +00:00
Hiram R. Chirino 05e97d1d18 disable optional modules from build by default
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359686 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:45:17 +00:00
Hiram R. Chirino 4a107f287e More copyright header adjustments.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359681 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:37:56 +00:00
Hiram R. Chirino 48b4869472 Updated copyright headers to be (c) 2005-2006
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359679 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:15:21 +00:00
Hiram R. Chirino 66b86ab5ef added missing files and updated copyright header.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359675 13f79535-47bb-0310-9956-ffa450edef68
2005-12-29 02:10:15 +00:00
Hiram R. Chirino 852a1b18d5 updated m2 pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359614 13f79535-47bb-0310-9956-ffa450edef68
2005-12-28 19:56:50 +00:00
Hiram R. Chirino c834d38b8f removing eclipse project artifacts from source tree
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358680 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 01:49:46 +00:00
Hiram R. Chirino 4daadfc806 moving aio build instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358679 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 01:47:49 +00:00
Hiram R. Chirino 50055cac00 moved the jxta channel into it's own module
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358678 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 01:44:13 +00:00
Hiram R. Chirino 929f67d9a1 moved the oneport jetty integration into it's own m2 module
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358676 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 01:25:30 +00:00
Hiram R. Chirino 52b1552091 Refactored the openorb oneport adatper into it's own little build module
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358673 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 01:12:34 +00:00
Hiram R. Chirino 218bf37866 more m2 tweeks.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358663 13f79535-47bb-0310-9956-ffa450edef68
2005-12-23 00:27:32 +00:00
Hiram R. Chirino f9e6332dbb udpate to use m2 layout
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358617 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 20:19:56 +00:00
Hiram R. Chirino 7219d6e5ed Moving to a m2 dir layout
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358614 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 20:12:29 +00:00
Hiram R. Chirino 40e08a9002 Fixing build issues.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358612 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 20:04:04 +00:00
Hiram R. Chirino f899a8fc51 Refactored the org.activeio package to org.apache.activeio
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358596 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 17:51:34 +00:00
Jonas B. Lim 92a698fe42 updated headers in source file to use apache header
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358513 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 06:11:40 +00:00
Hiram R. Chirino 2457c42d7e More m2 build tweeks, brought in the activemq-optional module.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358476 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 03:43:57 +00:00
Hiram R. Chirino 9e02d70011 tweeking the m2 build
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358446 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 02:47:39 +00:00
Hiram R. Chirino ac18388cf2 adding m2 poms.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358409 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 23:00:03 +00:00
Hiram R. Chirino bd66398a29 Applied patch at https://jira.logicblaze.com/jira/browse/AMQ-442
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358392 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 21:43:55 +00:00
James Strachan 80d85fecb9 Applied Bills patch for m2 build
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358012 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 14:51:33 +00:00
Hiram R. Chirino 783744d882 added int missing meta inf file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357802 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 21:16:36 +00:00
Hiram R. Chirino 9bae342ac1 adding test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357795 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 21:01:14 +00:00
Hiram R. Chirino b556bf8141 adding build files
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357793 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 20:54:26 +00:00
Hiram R. Chirino 434b563eae Moved the aio adapter to a sub module
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357789 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 20:44:36 +00:00
Hiram R. Chirino 6d85b4b654 putting a sub module directory layout for activeio
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357726 13f79535-47bb-0310-9956-ffa450edef68
2005-12-19 16:55:13 +00:00