6 Replies Latest reply on May 6, 2009 2:53 AM by clebert.suconic

    Failure on ReplicationAwareJMSServerControlWrapperTest

    clebert.suconic

      The only failure we have on management now is ReplicationAwareJMSServerControlWrapperTest::testListRemoteAddresses which is due to the issues we have with connections.

      A call to connection.close() leads to the ServerConnection being close Asynchronously..

      so there is nothing wrong with management on that test, as a call to session.close() should make the close on server Synchronously and not Asynchronously as it's happening now.