yes I also see this
Carl.
Gordon Sim wrote:
Gordon Sim wrote:
Alan Conway wrote:
On Tue, 2007-06-12 at 13:54 +0100, Gordon Sim wrote:
The old cluster module will be using cluster0-8.xml I imagine; I
suspect the 0-9 was just a copy of that, never actually used on trunk.
Can you remove it if it's not required?
Happy to! Last chance to for whoever created to save it... going once...
The file was added by Kim who also believes it is not used, and I've
had a scan for that file in the java project without finding any
references, so I've removed it.
Running mvn also passes... eventually! I got four failures out of ten
attempts. Anyone else still experiencing this? The errors I saw are
included below. The first one occurred three times.
testSend2ThenRollback(org.apache.qpid.test.unit.transacted.CommitRollbackTest)
Time elapsed: 0.129 sec <<< FAILURE!
junit.framework.AssertionFailedError: Messasge is marked as redelivered
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.qpid.test.unit.transacted.CommitRollbackTest.testSend2ThenRollback(CommitRollbackTest.java:368)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.066
sec <<< FAILURE!
testAsynchronousRecieve(org.apache.qpid.client.ResetMessageListenerTest)
Time elapsed: 0.064 sec <<< ERROR!
javax.jms.JMSException: Error closing connection:
org.apache.qpid.AMQException: AMQMethodEvent Method event:
Channel id: 1
Method: org.apache.qpid.framing.ConnectionCloseBody[ Class: 10 Method:
60] replyCode: 504 replyText: channel error [error code 504: channel
error] classId: 60 methodId: 80 was not processed by any listener.
Listeners:[EMAIL PROTECTED]
at
org.apache.qpid.client.AMQConnection.close(AMQConnection.java:780)
at
org.apache.qpid.client.AMQConnection.close(AMQConnection.java:741)
at
org.apache.qpid.client.ResetMessageListenerTest.tearDown(ResetMessageListenerTest.java:125)