• Debugging byteman tests

    When working on Byteman, certain kinds of test failures could me made a lot simpler to debug, especially any changes that affect the loading of rules. Right now, what happens is that a number of tests fail reporting t...
    Profile Photo
    last modified by jameslivingston
  • Local Byteman installation (compilation) with Maven

    Hi,   I would like to propose a small enhancement for dtest library [1]. Namely I'm missing a way how to instrument a class (with use of Intrumentor) without need of having it on classpath.   When trying t...
    Profile Photo
    last modified by ochaloup
  • StackOverflow for Iterator.<init> AT EXIT

    We are trying to track all the instances where an empty Iterator is created (one where hasNext() is always false). We created the following Byteman rule: RULE Iterator_init INTERFACE ^java.util.Iterator METHOD <...
    Profile Photo
    last modified by willreichert
  • Byteman Framework for distributed test (Contribution)

    hello, I am from Open Source Soft Center of Nippon Telegraph and Telephone Corporation (NTT OSSC). I want to contribute the Byteman distributed test library - Byteman Framework. We developed this library to automate...
    Profile Photo
    last modified by cyron
  • Using annotations to specify target CLASS and METHOD

    While looking at AOP in the last few days I noted that the pointcut notation allows target classes, methods and fields to be specified using annotations in place of class, method or field names. I wondered if there mi...
    Profile Photo
    last modified by adinn
  • Keeping byteman scripts in sync with code they target

    Hi,   First I want to say a big thank you for releasing byteman. I've managed to use it successfully in the last few days to "augment" production code with additional trace functionality with no impact on readab...
    Profile Photo
    last modified by waterscolin
  • Add distributed coordination capabilities

    Hi All,   My name is Andrei Savu. I am currently doing research on fault injection testing for my master degree thesis. You can find more about me on LinkedIn.   What do you think about adding primitives ...
    Profile Photo
    last modified by andreisavu
  • Create BMCheck maven plugin

    Hello,   I think it would be very handy to be able to incorporate bmcheck into a maven build. We frequently run into problems where a code refactor occurs without updating of the byteman scripts that refrence it...
    Profile Photo
    last modified by paul.robinson
  • BYTEMAN-168, ThreadHistoryMonitorHelper

    Do you see any problem with comitting this new sample helper class I talk about in this (in progress) article? http://community.jboss.org/wiki/TrackingThreadsInJBossAS7
    Profile Photo
    last modified by starksm64
  • BYTEMAN-151

    The indicated issue is about adding some more debugging output to the agent startup and transformer behavior under the debug and verbose modes. The only question I posed in the issue is whether debugging output such a...
    Profile Photo
    last modified by starksm64
  • @BMUnitConfig

    Hello,   I just started playing around with byteman today after seeing the new bmunit contribution, and jumped into testing some things using that. One thing I immeaditely wanted was to configure some of the byt...
    Profile Photo
    last modified by starksm64
  • 1.0.3 release ready, 1.1 release being planned

    Byteman 1.0.3 is ready for release. It will include a whole load of bug fixes and small feature additions. Like 1.0.2 it will be built on a 1.5 JDK. This will be the final 1.5 release. After that the intention is to m...
    Profile Photo
    created by adinn