• JCA Statistics through JMX/JSR77

    I was able to find that the org.jboss.management.j2ee.JCAConnectionFactory.java's getPoolStats(..) does not capture the UseTime, WaitTime And WaitingThreadCount . UseTime --> Time spend using the connection . { Th...
    Profile Photo
    created by vickyk
  • JBAS-1808 - MCF MBeans

    As per the RAR MBeans we should optionally allow an MCF to expose its own management/statistics. This could just be config in the -ds.xml Finally, the original requirement is to expose prepared statement cache stats...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5229 - Feature request - Atomic redeploy of connection

    While this is sounds trivial to do, it is a lot more complicated than it sounds. When you redeploy the datasource it has lost track of the transaction context. e.g. // Begin Transaction here // Before redeploy Con...
    Profile Photo
    last modified by adrian.brock
  • TODO: Improve management

    3766018
    Profile Photo
    last modified by adrian.brock
  • ManagedConnection AND ConnectionEventListener relationship i

    After going though the JCA specs I could make that there is one-one relationship between ConnectionEventListener AND ManagedConnection. In the BaseWrapperManagedConnection I can see private final Collection cels = ne...
    Profile Photo
    last modified by vickyk
  • DeploymentInfo/Template MCF

    In working on this, I just want to make sure there is something I am not missing. Currently what I consider to be a simple mapping from the DeploymentTemplateInfo to the ManagedConnectionFactoryDeploymentGroup (the g...
    Profile Photo
    last modified by weston.price
  • DataSource LoadBalancing feature .

    Configuring the URLSelectorStrategy right now will provide the user to customize the FIALOVER logic. http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/main/org/jboss/resource/adapter/jdbc/URLSelectorStrategy....
    Profile Photo
    created by vickyk
  • Mbeans defined in a datasource descriptor should be started

    Following the wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords) about encrypting datasource passwords may lead to an error starting services that depend on the datasource: 2007-11-26 13:...
    Profile Photo
    last modified by mmoyses
  • JBAS-5002 - Tracking XAResource failures

    This is a thread to discuss the tracking of XAResource failures (for resource adapters that don't do it themselves). Unlike what I put on the original feature request http://jira.jboss.com/jira/browse/JBAS-5002 it wo...
    Profile Photo
    created by adrian.brock
  • JBAS-1437 RARMetaDataRepository

    After much wailing and gnashing of teeth...it begins. The plan is to maintain, the repository, the mapping between the ConnectorMetaData and it's associated ManagedConnectionFactorys and ActivationSpecs. This is goin...
    Profile Photo
    last modified by weston.price
  • Can someone tell me the difference of ManagedConnectionPool?

    Hello I am a jackaroo who is reading the the code of JCA. I find two ManagedConnectionPool in Jboss code, one is JBossmanagedConnectionPool ,the other is InternalmanagedConnectionPool. Both of them are in package org...
    Profile Photo
    last modified by liujw2001
  • At Last

    Remaining: 1) MetaData Refactoring to eliminate the *-ds.xml nonsense that has plagued JBoss since the dark days 2) Integration with the ProfileService to be a *real* integration. Not a mock up which is what the cur...
    Profile Photo
    created by weston.price
  • JBAS-4517 - "Removal" of JMSContainerInvoker in head

    I've converted the old JMSContainerInvoker in jboss-head to use the JCA 1.5 inbound resource adapter. This involved: * Changing the JMSContainerInvoker class to just be a hardwired version of an inflow mdb deploymen...
    Profile Photo
    last modified by adrian.brock
  • PreFillPooling Test failing

    I'm currently working on http://jira.jboss.com/jira/browse/JBAS-4520 which involves moving all the tests that depend upon the transaction manager to run in the appserver against the real TM. I've moved the PreFillPoo...
    Profile Photo
    last modified by adrian.brock
  • Tests failing in JBoss Head

    Some of the jca tests are failing in JBoss Head. All the tests pass in JBoss4 (some of them I recently copied from JBoss4 to JBoss5 so I know they are the same). I fixed some of them by the change in the other post ...
    Profile Photo
    last modified by adrian.brock
  • New DataSource deployment metadata

    I've brought the datasource deployment metadata up-to-date with the JBoss5 MCFs. I think we still need to support the old ha-*-datasource xml for backwards compatiblity don't we? We should be able to support this by...
    Profile Photo
    created by adrian.brock
  • Issues with connection creating using JMSContainerInvoker an

    I have traced out from JBoss Messaging the places in the JCA/MDB container code that create JMS connections to handle MDBs. I deployed an MDB and sent a message to it from a client application. When using JMSContain...
    Profile Photo
    last modified by timfox
  • Resource adapter transaction timeout enforcement

    I'm working on the Remoting 3 implementation of XAResource and I'm trying to figure out if transaction timeouts are better enforced on the local or remote side. With JCA resource adapters, are the transaction timeouts...
    Profile Photo
    last modified by dmlloyd
  • Near term roadmap

    Weston, Alexey, I want to synch up on the near term roadmap items since I'm looking at working with the jca deployers to flesh out the data source management changes. Here is what Weston mentioned. Can we get jira iss...
    Profile Photo
    last modified by starksm64
  • JCA AOP-MC Integration

    I am attempting to start aspectizing (as well as migrating our JCA services over to POJO land) services in JCA and I am using the JCA prototype from CVS as a template for creating/deploying aspects via aop-mc integrat...
    Profile Photo
    last modified by weston.price