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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue Jun 5 12:29:18 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-737:
------------------------------

    Fix Version/s: byteman_1.0.0.Alpha2
                       (was: byteman_1.0.0.next)

    
> 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
>            Assignee: Aslak Knutsen
>             Fix For: byteman_1.0.0.Alpha2
>
>
> 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