• 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
  • Allow setAutoCommit(false) on managed connections

    This was raised as a JIRA feature request on EAP, so I'm copying the request here. I'm not sure yet what the proper workflow would be, i.e. where EAP issues should be discussed, before JIRAs are opened against the cor...
    Profile Photo
    last modified by dimitris
  • DataSource/ConnectionFactory programmatic deployment

    Ok, so I have been working on http://jira.jboss.org/jira/browse/JBAS-1425 And I am starting to think about things (please note the date and the time because it doesn't happen very often). Basically the structure, u...
    Profile Photo
    last modified by weston.price
  • jaxb whitepsace handling

    Is there a way to get jaxb to trim string data? I'm seeing a problem with the parsing of the jmx or the connection-factories/tx-connection-factory/connection-definition is failing to be mapped correctly because it con...
    Profile Photo
    last modified by starksm64
  • TODO: Interceptors

    Need to add interceptors to the implementation to allow behaviour to be more easily introduced by users/integrators. This would also simply much of the code which is fairly monolithic.
    Profile Photo
    last modified by adrian.brock
  • No LastResource gambit for non-xa MDB

    If the MDB uses a connection factory that is not XA, it drives the transaction, but uses an unlinked JMS local tx commit() We should really be wrapping this in a pretend XAResource like LocalXAResource in JCA that is...
    Profile Photo
    last modified by adrian.brock
  • DataSource failover

    This relates to the following task: http://jira.jboss.com/jira/browse/JBAS-1391 Rather than discuss the design in JIRA we can discuss it here.
    Profile Photo
    last modified by adrian.brock
  • New jca deployers status

    When I uncomment the new jca deployers, its failing to deployer due to a jaxb parse exception: 21:06:11,710 ERROR [AbstractKernelController] Error installing to Create: name=ManagedConnectionFactoryParserDeployer s...
    Profile Photo
    last modified by starksm64
  • Feature request to implement redelivery delay

    I have added a feature request for the JCA layer to implement redelivery delay for MDBs. This is a nice feature in many jms providers which is currently unusable when using them with MDBs in JBoss. http://jira.jboss...
    Profile Photo
    last modified by timfox
  • JBCTS-588

    Moving comments here. So far: We are not throwing the correct exception (IllegalStateException) for these methods when used inappropriately ie attempting to call createDurableSubscriber on a QueueSession. Instead ...
    Profile Photo
    created by weston.price
  • JBAS-2854 Fire Local Transaction Events From JMSResourceAdap

    This will require a fair amount of work because of the way we allocate Sessions. IMO, we are doing this incorrectly: Because we defer allocating a resource with the CM until *after* the connection has been created w...
    Profile Photo
    created by weston.price
  • JMS provider issues

    We are seeing a case with a JMS provider (that shall remain nameless) where prior to the ServerSessionPool being able to be recycled as the result of a provider failure, a ServerSession is being removed from the pool....
    Profile Photo
    last modified by weston.price
  • error in resource delisting -jboss4.1-sp3

    hi all, Caused by: org.jboss.resource.JBossResourceException: Error in delist!; - nested throwable: (java.lang.IllegalArgumentException: xaRes not enlisted org.jboss.resource.connectionmanager.TxConnectionManager$Loc...
    Profile Photo
    last modified by janapoornavel
  • JDBC/XA changes to better support MSSQL Server

    Continued discussion
    Profile Photo
    last modified by weston.price
  • JCA antipattern? Or not?

    Hello all- I was interested in the JCA opinion on the following: If I am using a straight JMS connection factory (no JCA) then the following code done in a tight loop is clearly an antipattern: :begin Connection...
    Profile Photo
    last modified by timfox
  • URLSelectorStrategy

    Re: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCADatabaseFailover I'd like to slightly refactor the ha-local-rar stuff so that it can support more than just "sticky round-robin"; the use case being to share the l...
    Profile Photo
    last modified by genman
  • Pottential race condition in PoolFiller

    I was looking at some of the optimisations in the JCA code and it looks like there is a potential race condition in the PoolFiller implementation, just wanted to check if you wanted a Jira task raising so it can be ad...
    Profile Photo
    last modified by dlofthouse