• [JBAS-5095] Race condition between connection.close() and tr

    I have been looking at subject for both 5.0.CR2 and 4.2.4.GA. As Adrian states there is a race condition between connection.close() and an asynchronous transaction completion (e.g. transaction timeout) that can lead ...
    Profile Photo
    last modified by jesper.pedersen
  • messagingType optional issue

    We are seeing problems with some of the tck tests not supplying a message-destination-type (it is optional in javaee5) and the activation layer complaining about this: 23:38:41,162 INFO [EJBContainer] STARTED EJB: ...
    Profile Photo
    last modified by starksm64
  • We need move JCA metadata to jboss-metadata project

    Please refer Adrian's post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134272 number 9) I am working about JIRA JBAS 5752(Testing of JCA xml parsing). I think we should move JCA metadata model c...
    Profile Photo
    last modified by jeff.zhang
  • Handling fatal JDBC connection exceptions

    Gents, Would it make sense to offer an option to destroy all connections in the pool upon encountering a fatal exception? Currently a catastrophic failure of the database can cause all connections in the pool to beco...
    Profile Photo
    last modified by cbredesen
  • JCA in JBoss tutorial - for developers

    Hi, Please recommend a tutorial for writing connectors for JBoss. Thanks!
    Profile Photo
    last modified by levw
  • The JBoss JCA container project

    The goal of the JBoss JCA container project is to provide a Plain Old Java Object (POJO) implementation of the Java Connector Architecture (JCA) specification. The implementation is built on top of the JBoss Microcon...
    Profile Photo
    last modified by jesper.pedersen
  • ForceClear tests are stupid

    I've fixed the following test org.jboss.test.mdbsessionpoolclear.test.MDBUnitTestCase so it at least runs to completion. But this test isn't actually testing anything. The ForceClear was described as "experimental" ...
    Profile Photo
    created by adrian.brock
  • The current implementation of the JCA deployers is broken

    I"m going to get around to fixing these eventually once I've got the testsuite in a reasonable state and I've fixed the ejb/war/ear deployment. If somebody wants to work on this before then that's ok with me 1) The ...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5023

      "vicky" wrote: After spending some time in understanding the root cause of this issue http://jira.jboss.com/jira/browse/JBAS-5023 I realized that the RARParserDeployer does not parse jboss-ra.xml , this seems ...
    Profile Photo
    last modified by alesj
  • JCA ConnectionManager SubjectFactory Injection

    http://jira.jboss.com/jira/browse/JBAS-5067 The new changes happen in: http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/main/org/jboss/resource/connectionmanager/BaseConnectionManager2.java http://anonsvn.j...
    Profile Photo
    last modified by anil.saldhana
  • JBAS-3632

    I am looking this JIRA. (In CachedConnectionManager) If CloseConnectionSynchronization had been registered into TransactionSynchronizer, TM timout and afterCompletion method should be callback and close the current c...
    Profile Photo
    last modified by jeffzhang
  • jboss-ra.xml useful?

    I am look http://jira.jboss.com/jira/browse/JBAS-5023 about org.jboss.test.jcaprops.test.JBossRaXmlOverrideUnitTestCase.testJBossRaXmlOverride I noticed JbossAs doesn't handle jboss-ra.xml in deployment process. This...
    Profile Photo
    last modified by jeffzhang
  • JCA login modules moved out of connector module

    Adrian, the jca specific login modules have been moved out of the connector module into jbosssx 2.0.2.Beta6. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132824 If we have broken something, pleas...
    Profile Photo
    last modified by anil.saldhana
  • JBAS-4662 Implementation details.

    There will be *LOT* of applications which would have configured XADataSource property in non javabean convention , the sample xa-ds.xml also contain the same pattern . To make this JIRA changes having no impact on suc...
    Profile Photo
    last modified by vickyk
  • JBPAPP-750 - Integration between AS and JBossMessaging 1.4

    I'm currently looking at http://jira.jboss.com/jira/browse/JBPAPP-750 with the integration between the EAP and JBossMessaging since JBM implements both the non-XA and XA interfaces. XA mode is selected at session l...
    Profile Photo
    last modified by jesper.pedersen
  • JCA Testsuite

    The testsuite is nearly back at 100% ./build.sh test -Dtest=jca -Dnojars=t ./build.sh test -Dtest=jcaprops -Dnojars=t The one remaining issue is the jboss-ra.xml parsing which I'm going to work on next along with a ...
    Profile Photo
    created by adrian.brock
  • PROPER JOB

    Related to this: http://jira.jboss.com/jira/browse/JBAS-4490 Please make sure if you add new configuration you: 1) Describe it in the dtd 2) If it is a ManagedConnectionFactory property the ra.xml is updated 3) The ...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5278 - The real issue

    Jesper, you've taken this task from me? I'm going to take it back. I've synched up all the fixes/changes from 4.2 into head except the resource adapters. Basically what's left to do is porting the last two subtasks ...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5278 Errors .

    I have been seeing the following error in org.jboss.test.jca.test.ExecuteJMSDuringRollbackStressTestCase testcase . 2008-04-01 17:58:53,658 TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] (WorkerThre...
    Profile Photo
    last modified by vickyk
  • Quartz, timer unification, message inflow RAR

    Some ideas floating around about cleaning up, unfiying timers in jboss projects have come back to looking at * Unification of timers into a Quartz based implementation. Timer uses to unify include: ** jPBM timers ** ...
    Profile Photo
    last modified by starksm64