Log in to follow, share, and participate in this community.
Thread Issues with connection creating using JMSContainerInvoker an
Issues with connection creating using JMSContainerInvoker anI 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...
Resource adapter transaction timeout enforcementI'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...
Near term roadmapWeston, 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...
JCA AOP-MC IntegrationI 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...
Thread Allow setAutoCommit(false) on managed connections
Allow setAutoCommit(false) on managed connectionsThis 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...
DataSource/ConnectionFactory programmatic deploymentOk, 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...
jaxb whitepsace handlingIs 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...
TODO: InterceptorsNeed 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.
No LastResource gambit for non-xa MDBIf 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...
DataSource failoverThis 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.
New jca deployers statusWhen 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...
Thread Feature request to implement redelivery delay
Feature request to implement redelivery delayI 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...
JBCTS-588Moving 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 ...
Thread JBAS-2854 Fire Local Transaction Events From JMSResourceAdap
JBAS-2854 Fire Local Transaction Events From JMSResourceAdapThis 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...
JMS provider issuesWe 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....
error in resource delisting -jboss4.1-sp3hi all, Caused by: org.jboss.resource.JBossResourceException: Error in delist!; - nested throwable: (java.lang.IllegalArgumentException: xaRes not enlisted org.jboss.resource.connectionmanager.TxConnectionManager$Loc...
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...
URLSelectorStrategyRe: 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...
Pottential race condition in PoolFillerI 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...