Commit Graph

38 Commits

Author SHA1 Message Date
Adrian T. Co f4d37277d3 Fix possible wrong type checking
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427020 13f79535-47bb-0310-9956-ffa450edef68
2006-07-31 05:52:31 +00:00
James Strachan 82942f9e31 disabled test case which seems to repeatedly fail on linux
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426875 13f79535-47bb-0310-9956-ffa450edef68
2006-07-30 08:41:32 +00:00
Hiram R. Chirino 7f883f6fe2 Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426384 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 05:00:24 +00:00
Hiram R. Chirino 57b4941325 Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426366 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 03:04:41 +00:00
Hiram R. Chirino 8176dca67f http://issues.apache.org/activemq/browse/AMQ-846
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425637 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 06:07:11 +00:00
James Strachan a5971e69ab disabled test case which keeps hanging on my machine
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419620 13f79535-47bb-0310-9956-ffa450edef68
2006-07-06 17:15:23 +00:00
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
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 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
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 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
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 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 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 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 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 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