Thread JBAS-3321 - TransactionTimeout from EJB container
JBAS-3321 - TransactionTimeout from EJB containerThe 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...
JBAS-1434 Part 2Quick 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...
Programmatic deployment--ReduxFinally 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 ...
XAExpectionUnitTestCase Failures/JBossTS/JBoss 4.2In 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...
Thread Changes to default configurations for 4.2/5.0
Changes to default configurations for 4.2/5.0For 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...
JBossTS/JCA Recovery work for JBoss 4.2Currently 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...
JBAS-3815 -- Fast Fail on Connection PoolI 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...
Thread Problems JCA JMS inflow issue and tx NotSupported
Problems JCA JMS inflow issue and tx NotSupportedWeston - 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...
JBAS-3707 JDBC HA/FailoverNot 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
Thread createConnection(username,password) behavior with jmsra
createConnection(username,password) behavior with jmsraI'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...
AOP/JCAI 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 ...
Purge Policy for Connection PoolsIn 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...
JDBC 4.0The 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...
JBossTS/JBossJCA XA/Local transactionsJBossTS 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...
TODO: RAR metadata repositoryImplement 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...
Mock JMS ProviderI 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...
Thread JBAS-3321 -- Method attributes and transaction timeout
JBAS-3321 -- Method attributes and transaction timeoutIf 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...
JBAS-3734I 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...
Thread XAResourceWrapper for WebSphereMQ XA (JBAS-3183)
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...