2 Replies Latest reply on May 21, 2009 4:43 PM by alrubinger

    ServerManagedObjectsTestCase > Server "shutdown"

    alrubinger

      From ServerManagedObjectsTestCase:

      // This should have a shutdown operation
       Set<ManagedOperation> ops = mc.getOperations();
       MetaType[] signature = {};
       ManagedOperation shutdown = ManagedOperationMatcher.findOperation(ops, "shutdown", signature);
       assertNotNull(shutdown);


      As discussed on the jboss-development list, I've removed the operations "shutdown" and "halt" from the server:

      http://lists.jboss.org/pipermail/jboss-development/2009-May/014402.html

      May I then remove the above bit from the test?

      S,
      ALR