• Transactional MSC

    Introduction This discussion covers the "Transactional MSC" feature scheduled for a future release of WildFly. Although the feature is discussed in general, the focus of this document is to establish the requirements ...
    Profile Photo
    last modified by paul.robinson
  • Transaction Profiler: short-term plan

    STATUS: DRAFT, not ready for review.  This document describes the short-term plan for the transaction profiler tool.   1.0.0.Alpha1 The focus is to provide a release of the profiler for the community to use...
    Profile Photo
    last modified by paul.robinson
  • Moving the javadoc building into the release profile?

    Hi,   We are considering moving the generation of javadocs out of the main build cycle and into the release profile.   In pratice this means:   ./build.sh   which used to generate the javadocs...
    Profile Photo
    last modified by tomjenkinson
  • JTA 1.2 Implementation Work

    Introduction This document discusses the outstanding issues and design decisions relating to our implementation of the JTA 1.2 specification.   The JTA 1.2 Spec and JavaDoc can be obtained from here. The impleme...
    Profile Photo
    last modified by paul.robinson
  • EnityManager.close() before or after JTA afterCompletion()?

    Hi,   See as a reference the https://community.jboss.org/message/794633#794633 thread. In an application server, that is JavaEE 6 compliant, which of EntityManager.close() and JTA Synchronization.afterCompleti...
    Profile Photo
    last modified by seyvet
  • Bridging WS-BA to JTA

    This is a design descusion for how to implement [JBTM-1099]   Consider the following, common, use case for WS-BA:   A WS-BA enabled service offers an operation for doing some work. For example, making a bo...
    Profile Photo
    last modified by paul.robinson
  • Added (some) exception chaining in JBossTS 4.2.3 SP5 CP10

    Hi there,   Due tu a customer request, we have made a small patch to the 4.2.3 release in order to allow exceptions from the JDBC driver to be integrated as the cause of XA transaction abortions (in this case, a...
    Profile Photo
    last modified by neyrick
  • JBoss Transaction Not Active - EJB 2.1 in JBOSS EAP 5.1.2

    Hi,   I am hoping someone can help me on this transaction management problem.  Our application is working fine when it is running in Jboss EAP 4.3. But I am tasked to migrate this to JBoss 5.1.  I both...
    Profile Photo
    last modified by limacon
  • XTSTestingCurrentStatus

    XTS TestingCurrent Status and Roadmap This Document describes the current status of the XTS tests and what technology they use. There are currently three sets of tests, Unit, Interop and recovery. Each of these is des...
    Profile Photo
    last modified by paul.robinson
  • Separating the documentation into its own git repository

    Hi,   Having completed the move to git for Narayana, and with the separation out of the quickstarts into their own repo, I was just wondering whether folks had any issues with our splitting the documentation ...
    Profile Photo
    last modified by tomjenkinson
  • Moving to git from svn?

    Hi,   We are mooting the point of migrating the source code repository from svn over to the current flavour of the month, git.   The advantages seem to be that it is much easier to support patches from the...
    Profile Photo
    last modified by tomjenkinson
  • Remoting Transport Transaction Inflow Design Discussion

    This is a starting point for discussion for the support of transaction control in conjunction with Remoting-based invocation.  All the items in this document are subject to discussion and revision!  There wi...
    Profile Photo
    last modified by dmlloyd
  • Disable XA-Transaction in JMS-Datasource using OpenMQ

    Hi everyone,   I need a third party JMS-Broker with C/C++ support and therefore I evaluate ActiveMQ and OpenMQ. I can integrate both MessageBrokers into JBoss 6.1.0-Final. Because of our requirements I need to s...
    Profile Photo
    created by gengar9
  • remote tx inflow: timeouts

    I have just been discussing this with Jonathan and the we are proposing the following approach to transaction timeout.   1. When the transport determines that the transaction is flowing to a different server, it...
    Profile Photo
    last modified by tomjenkinson
  • Remote txinflow: XID changes

    Just to get the ball rolling on this part of this design discussion, we need to consider how best to update XidImple to allow the recovery manager to detect transactions managed by this node as the status quo would le...
    Profile Photo
    last modified by tomjenkinson
  • dynamic reconfiguration

    The configuration mechanism in JBossTS has evolved over the years, most recently to use a set of javabeans to hold the myriad config values. There are a dozen or so EnvironmentBeans, roughly one per module, and a cent...
    Profile Photo
    last modified by jhalliday
  • Remote txn inflow: branch qualifier different in different transaction manager instance

    I know we discussed it before but I just wanted to highlight this particular issue again.   Branch qualifiers of the "same" RM are going to be different for each different node.   Just putting that out the...
    Profile Photo
    last modified by tomjenkinson
  • Remote Txn Inflow: Synchronizations

    I recall that we discussed that support for synchronization callbacks will be required with transaction inflow.  Did we reach a conclusion as to whether we need to support interposed versus "regular" synchronizat...
    Profile Photo
    last modified by dmlloyd
  • Remote Tx Inflow: Proxying a transaction as an XAResource issue

    I have started to implement (https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Final_JBTM-895) the planned approach to facilitiate remoting being able to flow a transaction between servers but have...
    Profile Photo
    last modified by tomjenkinson
  • XTS Testing - Current Status

    The purpose of this discussion is to review this article:   http://community.jboss.org/wiki/XTSTestingCurrentStatus   The article is a summary of where we are at the moment with XTS testing. I'd like feedb...
    Profile Photo
    created by paul.robinson