[jbossts-issues] [JBoss JIRA] (JBTM-1800) Improve XTS recovery tests to not use a checked-in byteman.jar

Paul Robinson (JIRA) jira-events at lists.jboss.org
Wed Jun 26 04:31:21 EDT 2013


Paul Robinson created JBTM-1800:
-----------------------------------

             Summary: Improve XTS recovery tests to not use a checked-in byteman.jar
                 Key: JBTM-1800
                 URL: https://issues.jboss.org/browse/JBTM-1800
             Project: JBoss Transaction Manager
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: XTS
            Reporter: Paul Robinson
            Assignee: Amos Feng
             Fix For: 5.0.0.M4


Notice the checked in version here: /XTS/localjunit/crash-recovery-tests/src/test/resources/lib/byteman.jar

This is problematic as it falls outside of our dependency management done via maven. This could also be the cause of our intermittent Byteman issues as the jar could be very old.

We need to understand why this is needed and find an alternative that uses the byteman dependency specified in the maven dependencies. Shinkwrap resolvers may be an option. Or we could use a maven plugin to get the jar at build time, based on the version specified in the maven dependencies.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list