Pooling stress tests failingI guess this is related to: https://jira.jboss.org/jira/browse/JBAS-5095 but the pooling stress tests are now failing in jboss-head: http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/881/testReport/org...
JBAS-5929 - Idle subpoolsWe need a mechanism to clear up unused subpools otherwise they could potentially grow without bounds. The simplest mechanism I'd suggest is for the InternalManagedConnectionPool.removeIdleConnections() to notify the ...
Thread JBAS-5171 - New metadata - track-connection-by-tx
JBAS-5171 - New metadata - track-connection-by-txhttp://jira.jboss.com/jira/browse/JBAS-5171 Can this be considered as proper? Index: main/org/jboss/resource/metadata/mcf/ManagedConnectionFactoryDeploymentMetaData.java ===========================================...
Thread [JBAS-5095] Race condition between connection.close() and tr
[JBAS-5095] Race condition between connection.close() and trI have been looking at subject for both 5.0.CR2 and 4.2.4.GA. As Adrian states there is a race condition between connection.close() and an asynchronous transaction completion (e.g. transaction timeout) that can lead ...
messagingType optional issueWe are seeing problems with some of the tck tests not supplying a message-destination-type (it is optional in javaee5) and the activation layer complaining about this:
23:38:41,162 INFO [EJBContainer] STARTED EJB: ...
Thread We need move JCA metadata to jboss-metadata project
We need move JCA metadata to jboss-metadata projectPlease refer Adrian's post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134272 number 9) I am working about JIRA JBAS 5752(Testing of JCA xml parsing). I think we should move JCA metadata model c...
Handling fatal JDBC connection exceptionsGents, Would it make sense to offer an option to destroy all connections in the pool upon encountering a fatal exception? Currently a catastrophic failure of the database can cause all connections in the pool to beco...
The JBoss JCA container projectThe goal of the JBoss JCA container project is to provide a Plain Old Java Object (POJO) implementation of the Java Connector Architecture (JCA) specification. The implementation is built on top of the JBoss Microcon...
ForceClear tests are stupidI've fixed the following test org.jboss.test.mdbsessionpoolclear.test.MDBUnitTestCase so it at least runs to completion. But this test isn't actually testing anything. The ForceClear was described as "experimental" ...
Thread The current implementation of the JCA deployers is broken
The current implementation of the JCA deployers is brokenI"m going to get around to fixing these eventually once I've got the testsuite in a reasonable state and I've fixed the ejb/war/ear deployment. If somebody wants to work on this before then that's ok with me 1) The ...
JBAS-5023 "vicky" wrote: After spending some time in understanding the root cause of this issue http://jira.jboss.com/jira/browse/JBAS-5023 I realized that the RARParserDeployer does not parse jboss-ra.xml , this seems ...
JBAS-3632I am looking this JIRA. (In CachedConnectionManager) If CloseConnectionSynchronization had been registered into TransactionSynchronizer, TM timout and afterCompletion method should be callback and close the current c...
jboss-ra.xml useful?I am look http://jira.jboss.com/jira/browse/JBAS-5023 about org.jboss.test.jcaprops.test.JBossRaXmlOverrideUnitTestCase.testJBossRaXmlOverride I noticed JbossAs doesn't handle jboss-ra.xml in deployment process. This...
Thread JCA login modules moved out of connector module
JCA login modules moved out of connector moduleAdrian, the jca specific login modules have been moved out of the connector module into jbosssx 2.0.2.Beta6. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132824 If we have broken something, pleas...
JBAS-4662 Implementation details.There will be *LOT* of applications which would have configured XADataSource property in non javabean convention , the sample xa-ds.xml also contain the same pattern . To make this JIRA changes having no impact on suc...
Thread JBPAPP-750 - Integration between AS and JBossMessaging 1.4
JBPAPP-750 - Integration between AS and JBossMessaging 1.4I'm currently looking at http://jira.jboss.com/jira/browse/JBPAPP-750 with the integration between the EAP and JBossMessaging since JBM implements both the non-XA and XA interfaces. XA mode is selected at session l...
JCA TestsuiteThe testsuite is nearly back at 100% ./build.sh test -Dtest=jca -Dnojars=t ./build.sh test -Dtest=jcaprops -Dnojars=t The one remaining issue is the jboss-ra.xml parsing which I'm going to work on next along with a ...