Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-317

Improve DTest package API and error messages

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 3.0.5
    • 3.0.3
    • Contrib
    • None

      The DTest Instrumentor currently requires a class to be presented in the dtest JVM API when scheduling instrumentation of calls to methods of that class in the remote traced JVM. It uses reflection to filter the supplied list of method names, rejecting those whcih do not match a method of the class. This has the unfortunate side effect of requiring the dtest JVM to have access to all the jars visible in the traced JVM, which can be inconvenient – especially when the latter is a JBoss EAP instance whose jars are bundled somewhere down in the EAP module directory tree. This request is for an alternative version of the API which simply uses a class name and list of method names to generate trace rules without requiring a class against which to perform the reflective validation.

      The request also bundles a few small changes ot the message API to improve usability and readability.

              rhn-engineering-adinn Andrew Dinn
              rhn-engineering-adinn Andrew Dinn
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: