• Narayana LRA rehome

    Hi there,   I am interesting in consuming and contributing Narayana LRA client narayana/rts/lra at master · jbosstm/narayana · GitHub , but I am not sure about the License, Lesser GPL. Since this is th...
    Profile Photo
    last modified by emilyj
  • Asynchronous handling for Narayana CDI extension

    Hi tomjenkinson and mmusgrov,   I would need to check with you how to integrate the asynchronous handling for Narayana CDI extension. As the WildFly is about to support the MicroProfile specs the context propaga...
    Profile Photo
    last modified by ochaloup
  • JTA mode vs JTS mode in the context of Wildfly/EAP

    Hi, I have one basic question.   On this forum in several places when talking about different Narayana functionality, it is mentioned that Narayana can run in JTA mode and in JTS mode. My understanding is that i...
    Profile Photo
    last modified by u448119
  • An approach to substitute e.printStackTrace() for exception traces being printed with the logger

    There was recently a discussion at a pull request about leaving or not leaving e.printStackTrace() calls in the code. JBTM-3178 Add warning for AbstractRecord create failure by mmusgrov · Pull Request #1486 ...
    Profile Photo
    last modified by ochaloup
  • Default orphan filtes for the Narayana distribution

    Hi,   I would like to check with you one thing.   I found that the default recovery orphan filters are defined here narayana/jbossts-properties.xml at master · jbosstm/narayana · GitHub  ...
    Profile Photo
    last modified by ochaloup
  • Rename lra-filters to narayana-lra

    Hi,   as lra-filters is the main (and only) dependency that users will typically come in contact with when using Narayana LRA implementation, it would be beneficial for it to have a generic name to avoid questio...
    Profile Photo
    last modified by mstefank
  • Changing node-id with reload required in WildFly during boot time

    Hi all,   I would like to ask for feedback about the way of changing Narayana node-id in WFLY. Recently there was created an issue regarding this [WFLY-12317] Using JTA transaction's node_name attribute is set ...
    Profile Photo
    last modified by ochaloup
  • XTS inbound bridge fails to commit during crash recovery

    Hi,   I have a question as follow-up to the fix of of the issue [JBTM-3079] InboundBridge recovery aborts live transactions ([Pull Request #1387). I would like check this particularly with jhalliday if he has ti...
    Profile Photo
    last modified by ochaloup
  • How to stop the evictor-thread ?

    We have developed web application server for enterprise with your org.jboss.narayana.tomcat.jta.TransactionalDataSourceFactory. When we set on timeBetweenEvictionRunsMillis, tomcat can't be stopped.   The reaso...
    Profile Photo
    last modified by aquamarine.m.b.s
  • Common parent for Narayana quickstarts maven modules

    Hello,   I would like to propose a creation of the common quickstart (GitHub - jbosstm/quickstart: The quickstarts for the narayana project ) maven module.   My intention is to have a one place where we ca...
    Profile Photo
    last modified by ochaloup
  • Moving forward Narayana CDI spec dependencies to 2.0

    Hi,   based on the changes coming from [JBTM-3106] Firing an @Initialized(TransactionScoped.class) event - JBoss Issue Tracker  I found the Narayana implements CDI spec in version 1.2 ( https://github.com/...
    Profile Photo
    last modified by ochaloup
  • Narayana jbosstm quickstarts directory structure

    Hi all,   I would like to discuss with you the current structure of the Narayana quickstarts repository at GitHub - jbosstm/quickstart: The quickstarts for the narayana project   By my point of view it's a...
    Profile Photo
    last modified by ochaloup
  • XTS/RTS inbound bridging does not work on WFLY 16 because of default timeout

    Transactions, imported in the inbound txbridge of XTS and RTS, have set timeout to 0 which was meant to be "never timeout". With changes in the WildFly Transaction Client ([WFTC-54] Integration with Narayana fails whe...
    Profile Photo
    last modified by ochaloup
  • Registering transaction synchronization during time of beforeCompletion

    Hello,   I've been investigating the issue based on the query on the stackoverflow hibernate - Defer TransactionalObserverNotifier fails with ARJUNA016082: Synchronizations are not allowed (issues filled for WEL...
    Profile Photo
    last modified by ochaloup
  • Narayana Release Process

    This page provides a list of instructions that must be done in order when doing a release of Narayana. MASTER Notify the development team of your intention to do a release. Try to give as much notice as possible but a...
    Profile Photo
    last modified by tomjenkinson
  • Deprecation of txframework from WildFly modules

    Hi guys,   I would like check with you if somebody has some notes or objection on idea of deprecation of txframework from WildFly with possibility of removing it completely in some future version. The txframewo...
    Profile Photo
    last modified by ochaloup
  • Possibly unneccessary logging on XA endAssociation with DB2

    I'm running wildfly 13 (narayana 5.8.1.Final) with a DB2 database using XA datasource.   Whenever I do setRollbackOnly(true) in a CMT ejb I get WARN logging (full log at bottom of post). 2018-09-27 16:14:54,439...
    Profile Photo
    last modified by csvedin
  • Can resource delisting prevent participation in commit processing?

    With the remote JTA protocol we use with WildFly EJB, it may come to pass that multiple remote subordinates have been enlisted in the transaction, yet only one of them actually participated in it.  During the per...
    Profile Photo
    last modified by dmlloyd
  • Semantics of reading and writing config property values via arjPropertyManager

    I have created a JIRA ([JBTM-3049] Setting properties via arjPropertyManager should affect all related config bean instances - JBoss Issue Trac… ) to change the semantics of setting config properties via  ...
    Profile Photo
    last modified by mmusgrov
  • How to check the connection pool with JMX ?(TransactionalDataSourceFactory)

    English I forgive but I'm poor.   We have developed web application server for enterprise with your org.jboss.narayana.tomcat.jta.TransactionalDataSourceFactory. We have watcher service to JMX. So, we want to ...
    Profile Photo
    last modified by aquamarine.m.b.s