• JBAS-2565 - Use TransactionManager timeout as default

    http://jira.jboss.com/jira/browse/JBAS-2565 Is this something worth targeting for 4.0.4?
    Profile Photo
    last modified by starksm64
  • CallableStatement caching...

    I am looking for CallableStatement caching and I understand it has been implemented for PreparedStatemetns but not CallableStatements. Can someone point me in the right direction of where to look in the code to add th...
    Profile Photo
    last modified by dsldsl
  • JBAS-1808 - RAR MBeans

    This got delayed to 4.0.4 because there was no discussion about it. The idea is to expose MBeans that provide management information about the JCA RARs. For the basic RAR, I'd propose that we allow a simple configur...
    Profile Photo
    last modified by adrian.brock
  • JBossManagedConnectionPool.getPool

    The synchronized block in this method has been identified as a potential bottleneck. /** The subpools */ private final Map pools = new HashMap(); /** Track by connection by tx values */ private final Map track...
    Profile Photo
    last modified by adrian.brock
  • TODO: Message Inflow JmsRA

    Add message inflow to the JMS Resource Adapter
    Profile Photo
    last modified by adrian.brock
  • Aspectized and Pojoized JCA implementation

    I have started a new project jboss-jca which contains an aspectized (uses aop to implement the container) pojoized (managed via the microcontainer for use inside/outside JBossAS). This is very much prototypical and i...
    Profile Photo
    created by adrian.brock
  • TODO: Admin objects in other deployments

    The JCA 1.5 ra.xml contains admin objects. These are javabeans that can be used to configure objects associated with the resource adapter, e.g. a queue or connection factory in jms. We should add a mechanism where th...
    Profile Photo
    created by adrian.brock
  • MT-change to JBossManagedConnectionPool.BasePool.getConnecti

    Possible races condition in enlist(), when trackByTx is true, are probably caused one step back while a ConnectionListener is checkout from the ManagedConnectionPool. I understand that 2 threads in the same Tx could ...
    Profile Photo
    last modified by dimitris
  • possible improvement to setting up data sources

    I noticed while setting up a XADataSource in JBoss 4.0.2 that properties with lowercase names propagate through to function calls (i.e. if you set a xa-datasource-property named port, an attempt is made to call setpor...
    Profile Photo
    last modified by erinol0
  • Moving Xids from XidFactory to XAManagedConnectionFactory

    The issue, that http://jira.jboss.com/jira/browse/JBAS-1405: So we can take out the Xid padding from the XidFactory, and pad the Xid right before sending it to start and end. But according to Bill Burke in that issue...
    Profile Photo
    last modified by spiritualmechanic
  • Priority of connection selection when using security-domain-

    When using the security-domain-and-application connection selection criteria, any Subject identity is given preference over the ConnectionRequestInfo in the BaseWrapperManagedConnectionFactory.getConnectionProperties ...
    Profile Photo
    last modified by starksm64
  • Impossible to subclass IdleRemover and InternalManagedConnec

    IdleRemover and InternalManagedConnectionPool tightly coupled and impossible to subclass. During last period we are faced with the necessity to extend JBoss JCA and add several parameters to provide better flexibilit...
    Profile Photo
    last modified by andreit
  • Additional parameters to maintain connection pool.

    Some parameters for connection pool management are supported by commercial application servers could be very useful for JBoss JCA: 1. Aged timeout - the total amount of time which connection can be alive. After this p...
    Profile Photo
    created by andreit
  • Creating datasource with the DeploymentService

    I would like to revisit an issue that was briefly mentioned in this thread (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=58900). Namely that I would like to discuss adding support for the classpath...
    Profile Photo
    last modified by ccrouch
  • Factoring out the security logic

    In accord with the 'TODO: Interceptors' post, security needs to be factored out to deal with run-as access. I created a bug report in jira about the JCA layer not honoring the run-as identity from the web or ejb tiers...
    Profile Photo
    last modified by starksm64
  • CachedConnectionManager implementation

    So I was playing with reimplementing the (CCM) cached connection manager yesterday. Although I managed to solve the problem mentioned here http://jira.jboss.com/jira/browse/JBJCA-12 and some of the other problems I k...
    Profile Photo
    last modified by adrian.brock
  • TODO: Message Inflow QOS

    Add Quality Of Service to message inflow e.g. Defining delivery side pooling when not using the WorkManager
    Profile Photo
    last modified by adrian.brock
  • TODO: Generic Message Inflow

    Right you are. They aren't mutually exclusive. Right now I'm just trying to familiarize myself with JCA and JBoss's implementation of JCA, so I can think correctly about going about this "simplification."
    Profile Photo
    last modified by adrian.brock
  • TODO: ConnectionDefinitionDeployer - replace XSLSubDeployer

    Replace the use of the XSLSubDeployer with a proper deloyer that takes -ds.xml files and creates a meta data object like the RAR deployer. There should be an option to create ConnectionFactories/DataSources by passin...
    Profile Photo
    last modified by adrian.brock
  • Extending the ActivationSpec JavaBean semantics

    hi ryan...i've token it from branch_3_2. Now i try to see with cruisecontrol... thanks you
    Profile Photo
    created by starksm64