yea, me too. Seems to be linux related but then I noticed that all nio tests are currently excluded.
2009/5/24 Rob Davies <[email protected]> > Working ok for me on OS-X > > Rob Davies > Sent from my iPhone > > > On 24 May 2009, at 13:07, [email protected] wrote: > > Author: gtully >> Date: Sun May 24 12:07:36 2009 >> New Revision: 778124 >> >> URL: http://svn.apache.org/viewvc?rev=778124&view=rev >> Log: >> disable nio test pending investigation >> >> Modified: >> activemq/trunk/activemq-core/pom.xml >> >> Modified: activemq/trunk/activemq-core/pom.xml >> URL: >> http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=778124&r1=778123&r2=778124&view=diff >> === >> === >> === >> ===================================================================== >> --- activemq/trunk/activemq-core/pom.xml (original) >> +++ activemq/trunk/activemq-core/pom.xml Sun May 24 12:07:36 2009 >> @@ -454,6 +454,8 @@ >> >> <!-- The NIO implemenation is not working properly on OS X.. >> --> >> <exclude>**/nio/**</exclude> >> + <exclude>**/NioQueueSubscriptionTest.*/</exclude> >> + >> <!-- A test used for memory profiling only. --> >> <exclude>**/NetworkConnectionsCleanedupTest.*/**</exclude> >> >> >> >> -- http://blog.garytully.com Open Source SOA http://FUSESource.com
