• bug in BaseWrapperManagedConnection?

    Hello *, I've stumbled over a problem when switching to XA transactions: I got quite often exceptions like these: 452592 ERROR (francois@chezfrancois.jfire.org) [Persist] Update of object "org.nightlabs.jfire.trade....
    Profile Photo
    created by nlmarco
  • TransactionTimeoutConfiguration pluggability

    Adrian and the JBossAS team: I'm fixing http://jira.jboss.com/jira/browse/JBAS-5081 for use in JBossAS 4.2 and will then port across to 5.0 I'm trying to get my head around how to write JBossAS testsuite tests, spec...
    Profile Photo
    last modified by jhalliday
  • Transaction bridging bug?

    Hello, I am JBossESB user and I am intergrating WS-Transaction into that project, including transaction bridging. I have checked out txBridge from http://anonsvn.labs.jboss.com/labs/jbosstm/workspace/jhalliday/txbrid...
    Profile Photo
    last modified by kadlecp
  • Thread safety and rollback

    I know this is "invalid usage", but it still shouldn't lead to broken behaviour. :-) See the test in jboss-4.2 $ ./build.sh one-test -Dtest=org.jboss.test.tm.test.CompetingRollbackStressTestCase This is stress te...
    Profile Photo
    last modified by adrian.brock
  • tx propagation over JRMP

    Can anyone familiar with the JRMP invokers suggest how best to make them handle transaction contexts in a more flexible fashion. The use case I'm interested in is where true distributed transactions are needed, rathe...
    Profile Photo
    last modified by jhalliday
  • Integration of different tx manager with AS (and EAP) build+

    By default the app server has a JTA implementation i.e. transactions don't span multiple JVMs. There is a limited ability to do remote (client side) demarcation of transaction boundaries, but it's transport dependent....
    Profile Photo
    last modified by jhalliday
  • UserTransaction over iiop

    In jboss-head Francisco has deleted the code that does the UserTransaction over iiop. This is not real JTS, it just a way to attach the server side transaction id to the client thread and pass it with every invocatio...
    Profile Photo
    last modified by adrian.brock
  • TxServerInterceptor hardwiring

    This is just to document what Jonathon discovered and communicated in a private e-mail The iiop servants for EJBs (both home and ejbobject) hardwire the TxServerInterceptor to retrieve the transaction from the reques...
    Profile Photo
    last modified by adrian.brock
  • TransactionLocal: values, locks and headaches

    A TransactionLocal is similar to a ThreadLocal except it is keyed on the Transaction. Beyond that the documentation is rather sparse. Unlike a ThreadLocal, TransactionLocal is part of the app server, not the standard ...
    Profile Photo
    last modified by jhalliday
  • Running tests against the real transaction manager

    I've updated all the org.jboss.test.tm tests to run inside the appserver so they test the real transaction manager rather than TxManager. These were mainly stress tests of the TransactionLocal. The good news is that ...
    Profile Photo
    last modified by adrian.brock
  • IIOP stub compiler design problem

    Francisco or anyone else who had a hand in the IIOP framework for JBossAS 4.0.5: I'm deploying an EJB (v2 vintage) into JBossAS 4.0.5 and trying to access it from another EJB, using RMI/IIOP. It works fine until I ne...
    Profile Photo
    last modified by jhalliday
  • Removal of JBossTM from JBossAS trunk

    Adrian has already specified the removal of JBossTM from JBossAS trunk here: http://jira.jboss.com/jira/browse/JBAS-4516 This is however scheduled for GA. I think it would make a lot more sense to perform those tasks...
    Profile Photo
    last modified by dimitris
  • Corba TxServerInterceptor in JBoss Head

    This was commented out in the iiop-service.xml in jboss-head with a message about using JBoss JTS. While that is all well and good, tx propogation should fail (RemoteException) if JBoss JTS is not being used (the def...
    Profile Photo
    created by adrian.brock
  • Metadata Support for Transactional Web Services

    Hi, I have been working on support for transactional Web Services (with accordance to the Business Activity model described in the WS-BusinessActivity specification) for some time and I am close to releasing the firs...
    Profile Photo
    last modified by maciej.machulak
  • TransactionManager doesnt allow to configure bind address

    Aparently there is no configuration parameter to specify bind IP for TM to listen (as far as I now) and TM allways binds to all interfaces on machine. In JBoss App Srv ver. 4.2 configuration, TM creates 3 efemeric po...
    Profile Photo
    last modified by jgra
  • Don;t use JIRA as a discussion forum!

    JIRA is not for discussion it is the release notes. If you want to discuss issue raise forum threads here. e.g. This garbage: http://jira.jboss.com/jira/browse/JBAS-4481 which should really have been raised as http:/...
    Profile Photo
    last modified by adrian.brock
  • org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction handli

      try { // Marked rollback if (tx.getStatus() == Status.STATUS_MARKED_ROLLBACK) { tx.rollback(); } else { // Commit tx // This will happen if // a) everything goes well // b) app. exception was thro...
    Profile Photo
    last modified by dimitris
  • JBossTS Tx timeout (with CMT beans)

    I was seeing random failures with org.jboss.test.tm.test.TxTimeoutUnitTestCase - testOverriddenTimeoutExpires() The timeout is set to 5'' while the bean is actually waiting 8'' inside a method. Some times the asynchr...
    Profile Photo
    last modified by dimitris
  • XTS source folders

    Not really sure if this should be posted here. But it seems to fit better here than in the user forum. I've downloaded the JBossTS source tree, and I can see that the XTS source code is split in five folders: WSAS, W...
    Profile Photo
    last modified by ivanneto
  • Calling Synchronization.afterCompletion() more than once

    Can a Synchronization's afterCompletion() method be called more than once, e.g in a recovery scenario or something? I'm wondering because I wrote some unit tests that check for classloader leaks following an undeploy...
    Profile Photo
    last modified by brian.stansberry