• 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
  • XA Transaction not propagated correctly on EJB3 calls

    I'm developing an application with EJB 3.1, JPA 2.0, Hibernate 3.6.5, JBoss AS 6.0, DB2 AS400. All it's configured with XA transactions support. I have two tables:KSSEGTUSER in DSMXMBASE schema, SSPCOTFUNCIONARIO in ...
    Profile Photo
    created by andreco87
  • Removing ant build system from Narayana (trunk)

    Hi,   Just to let you know, we are planning to remove the ant build system in the next couple of weeks from *trunk* which is now *Narayana(http://www.jboss.org/narayana)*.   The ant build system will conti...
    Profile Photo
    last modified by tomjenkinson
  • TransactionManager and AS' ServiceBindingManager

    Follow-up on a brief discussion that came up on the jboss-as list a few weeks ago. ServiceBindingManager is an AS service that provides support for preventing port conflicts if 2 AS instances are started on the same ...
    Profile Photo
    last modified by brian.stansberry
  • Bug JBTM-532 and JBoss Transactions 4.11

    Hello, I recently upgraded JBossTS from 4.6.1 GA to 4.11 Final. I see that bug JBTM-532 that I opened against 4.5 and 4.6 should have been fixed in 4.8.0. However, I have a doubt on the current implementation of com.a...
    Profile Photo
    last modified by mauromol
  • Shutdown of JTS

    For AS 7 we are using jbossjts 4.11.0.Final, and I am seeing some problems on shutdown of a server instance. This does not happen every time but often enough on my machine. For about 65 seconds I see stack traces like...
    Profile Photo
    last modified by kabirkhan
  • beanifying the config

    In an effort to better accommodate the assorted bean-centric configuration and dependency wiring frameworks (e.g. Spring, MC) I'm considering further changes to the way TS internals are configured. Currently we have ...
    Profile Photo
    last modified by jhalliday
  • Can't build JBOSSTS_4_6_1_GA_CP05

    Hello,   I downloaded the tag via the following URL: http://anonsvn.jboss.org/repos/labs/labs/jbosstm/tags/JBOSSTS_4_6_1_GA_CP05   but can't build the jboss integrated jta transaction engine.   Exec...
    Profile Photo
    last modified by testrot
  • Backward incompatible ManagedObject interface changes in 6.0 M3

    https://jira.jboss.org/browse/JBAS-8110   The console team has raised the above JIRA to highlight incompatible changes introduced in the managed object interface JBossTS exposes. Could someone from the JBossTS t...
    Profile Photo
    created by brian.stansberry
  • Regression on setRollbackOnly

    With the introduction of https://jira.jboss.org/browse/JBTM-234 we see regression on EJB 3 testsuites when setRollbackOnly is called from afterCompletion. We expect to get an IllegalStateException, instead a SystemExc...
    Profile Photo
    last modified by wolfc