[arquillian-issues] [JBoss JIRA] (ARQ-737) Support Byteman Rules in client mode

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Feb 2 15:50:51 EST 2012


Aslak Knutsen created ARQ-737:
---------------------------------

             Summary: Support Byteman Rules in client mode
                 Key: ARQ-737
                 URL: https://issues.jboss.org/browse/ARQ-737
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Extension - Byteman
    Affects Versions: byteman_1.0.0.Alpha1
            Reporter: Aslak Knutsen
             Fix For: byteman_1.0.0.next


Byteman needs to attach itself to the Test VM as well as the Server VM.

{code}
    @Test @RunAsClient
    @BMRule(
        name = "rule", targetClass = "org.hornetq.core.postoffice.impl.PostOfficeImpl", targetMethod = "processRoute", action = "System.out.println("Hi, it's working.");")
    public void test() {
       ...
       
    }
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list