[jboss-jira] [JBoss JIRA] Created: (JBBOOT-79) Support "isStarted" for backwards-compatibility

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri May 22 15:43:56 EDT 2009


Support "isStarted" for backwards-compatibility
-----------------------------------------------

                 Key: JBBOOT-79
                 URL: https://jira.jboss.org/jira/browse/JBBOOT-79
             Project: JBoss Bootstrap
          Issue Type: Task
          Components: impl-as, spi-as
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 0.1.2


JMX Twiddle in AS expects the "Started" property to be available:

org.jboss.test.util.test.TwiddleUnitTestCase.testGet
public void testGet() throws Exception
  {
     String result = runTwiddle("get", "\"jboss.system:type=Server\"", "Started");
     assertTrue(result.startsWith("Started=true"));
  }

So add a @Deprecated method "isStarted" to test for started status until we may remove this entirely (ie. AS6 can drop this backwards-compat).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list