• http://jira.jboss.org/jira/browse/JBAS-3206 -- Quartz Inflow

    Starting a new thread for Quartz RAR from http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78902 since it is a seperate issue than the org.jboss.timer.spi work being done.
    Profile Photo
    last modified by weston.price
  • JBAS-3321 - TransactionTimeout from EJB container

    The change done for this feature request is not correct. The transaction timeout is not a property of the activation spec. It is a property of the MDB container which is represented in JCA land by the message endpoin...
    Profile Photo
    last modified by adrian.brock
  • JBAS-1434 Part 2

    Quick check of moving over to the JCA/JMS adapter. Change in standardjboss.xml is required. The easiest thing is simply to switch the default container configuration from <container-name>Standard Message Dr...
    Profile Photo
    last modified by weston.price
  • Programmatic deployment--Redux

    Finally have been able to get back on this. I have been looking at the new Deployer framework and the *-ds.xml deployer is a unique case in that it falls somewhere in the middle of an ObjectModelFactoryDeployer and a ...
    Profile Photo
    last modified by weston.price
  • XAExpectionUnitTestCase Failures/JBossTS/JBoss 4.2

    In one of our unit tests org.jboss.test.jca.test.XAExceptionUnitTestCase we have two tests that simulate errors when a JCA resource is used in an EJB. One is a resource exception, the other a runtime exception. B...
    Profile Photo
    last modified by weston.price
  • Changes to default configurations for 4.2/5.0

    For 4.2 and 5.0 we should change the default JCA configurations to take advantage of all the features associated with the relevant backend. The main change should be to enable <set-tx-query-timeout/> for all d...
    Profile Photo
    last modified by adrian.brock
  • JBossTS/JCA Recovery work for JBoss 4.2

    Currently in the 4.2 branch the org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper has been provided for two reasons: 1) We needed a way to override the isSameRM method to address a well known WebSphe...
    Profile Photo
    last modified by weston.price
  • JBAS-3815 -- Fast Fail on Connection Pool

    I have added a feature to 4.2 whereby if the first attempt to acquire a connection fails, no more attempts will be made, that particular connection destroyed and a new one created right away. This is to address compla...
    Profile Photo
    created by weston.price
  • Problems JCA JMS inflow issue and tx NotSupported

    Weston - sorry to bug you again. I'm using the JCA inflow invoker-proxy-binding in JBoss-4.0.5.GA for MDBs, and I'm using JBoss Messaging as the JMS provider. I have the following trivial MDB: public class MDBExa...
    Profile Photo
    last modified by timfox
  • JBAS-3707 JDBC HA/Failover

    Not major, but we talked about doing this at the JCA roadmap meeting and I didn't want to forget about it. http://jira.jboss.org/jira/browse/JBAS-3707
    Profile Photo
    last modified by weston.price
  • createConnection(username,password) behavior with jmsra

    I'm surprised I have not run across this before, but we don't support passing in the security domain authentication information via the jms factory createQueueConnection(String, String) call for example. Seems like we...
    Profile Photo
    last modified by starksm64
  • AOP/JCA

    I have started replacing some of the more recongnizable areas of JCA with AOP most notablly Jms Tx Inflow as well as the JDBC support stuff (ExceptionSorter, ValidationConnectionChecker et). I am operating under the ...
    Profile Photo
    last modified by weston.price
  • Purge Policy for Connection Pools

    In helping a customer recently, I was thinking it might be relevant to consider implmeneting a type of 'purge policy' for the underlying connection pools. This concerns how to handle connection errors for a particular...
    Profile Photo
    last modified by weston.price
  • JDBC 4.0

    The JDBC JSR http://jcp.org/en/jsr/detail?id=221 was finally approved. We need to start thinking about this. Postgres and a few other vendors have started their 4.0 driver work. I was planning on helping the PG/Hype...
    Profile Photo
    created by weston.price
  • JBossTS/JBossJCA XA/Local transactions

    JBossTS does not support he use of multiple resources with LocalTransactions. As a result, I can see this causing issue with both previous applications attempting to migrate to JBoss5 as well as new development effort...
    Profile Photo
    last modified by weston.price
  • TODO: RAR metadata repository

    Implement a RAR metadata repository. This would be useful for deployment tools and where a connection-definition or message-listener is unique across all deployments would negate the need to explicity identity the rar...
    Profile Photo
    last modified by adrian.brock
  • Mock JMS Provider

    I am nearing completion on the first 'rough' pass of a MockJMS framework that allows exercising the JMS/JCA adapter outside of the application server. The fundamentals are working and I can send messages, test DLQ han...
    Profile Photo
    last modified by weston.price
  • JBAS-3321 -- Method attributes and transaction timeout

    If the EJB3 implementation can pass me this information, I can go ahead and do this. It's pretty straightforward now that the new transaction enlistment stuff is more clear and has been put into place. Simplest soluti...
    Profile Photo
    last modified by weston.price
  • JBAS-3734

    I think I understand why there is an issue, but I just wanted to verify that we want to do something like the following in the JmsServerSessions.onMessage() handling: 1) Check the current thread's context classloader...
    Profile Photo
    last modified by weston.price
  • XAResourceWrapper for WebSphereMQ XA (JBAS-3183)

    The WebSphereMQ XA bug requires that the underlying XAResource from WASMQ be wrapped to return false to the isSameRM method. This is the same situation that required the Oracle override flag in XAManagedConnectionFact...
    Profile Photo
    last modified by weston.price