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