Log in to follow, share, and participate in this community.
Thread Transactional MSC
Transactional MSCIntroduction 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 ...
Transaction Profiler: short-term planSTATUS: 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...
Thread Moving the javadoc building into the release profile?
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...
JTA 1.2 Implementation WorkIntroduction 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...
Thread EnityManager.close() before or after JTA afterCompletion()?
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...
Bridging WS-BA to JTAThis 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...
Thread Added (some) exception chaining in JBossTS 4.2.3 SP5 CP10
Added (some) exception chaining in JBossTS 4.2.3 SP5 CP10Hi 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...
Thread JBoss Transaction Not Active - EJB 2.1 in JBOSS EAP 5.1.2
JBoss Transaction Not Active - EJB 2.1 in JBOSS EAP 5.1.2Hi, 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...
XTSTestingCurrentStatusXTS 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...
Thread Separating the documentation into its own git repository
Separating the documentation into its own git repositoryHi, 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 ...
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...
Thread Remoting Transport Transaction Inflow Design Discussion
Remoting Transport Transaction Inflow Design DiscussionThis 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...
Thread Disable XA-Transaction in JMS-Datasource using OpenMQ
Disable XA-Transaction in JMS-Datasource using OpenMQHi 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...
remote tx inflow: timeoutsI 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...
Remote txinflow: XID changesJust 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...
dynamic reconfigurationThe 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...
Remote Txn Inflow: SynchronizationsI 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...
Thread Remote Tx Inflow: Proxying a transaction as an XAResource issue
Remote Tx Inflow: Proxying a transaction as an XAResource issueI 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...
XTS Testing - Current StatusThe 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...