]
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: