StdServerSession/StdServerSessionPool -- JmsServerSession/JmI just wanted to verify that the changes I have made in both the ASF implementation, as well as the JCA Inflow adapter are correct and that I understand the implications of both. To make things a bit clearer, I creat...
UOW port to JCA adapter for JBAS-3183I am porting the StdServerSession/StdServerSessionPool code changes in HEAD and I had a few questions. To support the code I need to figure out a way to get the XidFactory into the JmsServerSession. The TransactionMa...
JBAS-3343This is a tricky one for a few reasons. The spec states that the ResourceAdapter should be initialized first, it's properties applied and retained. When the ManagedConnectionFactory is initialized it's properties sho...
POJO JCAFleshing out the jboss-jca implementation. The existing functionality leads to a few points that need to be considered in the POJO implementation. Pool Management/Lifecycle a) Typical pooling variables (min, max, id...
JCA and JAXBI converted the *-ds.xml file to a schema represenation (simple conversion using Oxygen, nothing fancy), ran it through the latest xjc compiler, unmarshalled a *-ds.xml document etc, etc. Is there any reason why we s...
JDBC Profiler ProxyAs Part of JBoss Profiler, I already created a Proxy Driver I will be using to profile query executions associated with Methods. I was wondering if it's possible to have a hook on Datasources where I could inject the...
PreFilled Pool ImplementationDisscussing the following JIRA issue: http://jira.jboss.org/jira/browse/JBAS-1466 Adrian identified two possible solutions for an implementation: 1) Modifying the actual implementation to allow for this new behavio...
RefactoringCurrently, on the 4.0.5 code base I have done the following: Moved all pool related source into a newly created package org.jboss.resource.pool This removes the inner classes from the JBossManagedConnectionPoolMBea...
Spurious waring :-)
13:09:34,478 WARN [JBossManagedConnectionPool] waring: prefill pool option was selected for pool that does not support this feature. Please verify your *-ds.xml configuration.
13:09:34,481 INFO [ConnectionFact...
JBAS-1241 Background Pool ValidationFor http://jira.jboss.com/jira/browse/JBAS-1241: This issue popped up the priority stack recently. In looking at this, I propose the following: Modify BaseWrapperManagedConnectionFactory to implement the ValdatingCo...
JBAS-1974: Remote Connection Factory UsageTODO: Refactor org.jboss.resource.adapter.jdbc.remote to org.jboss.resource.adapter.remote (or something equivalent). Refector the WrapperDataSourceService into something more generic. First off, change the name, i...
JBAS-2705: List Sub Pool StatisticsTODO: Add listStatistics() method to JBossManagedConnectionPoolMBean which in turn delegates to underlying ManagedConnectionPool implementation. In turn, each SubPool (i.e. OnePool, PoolByCri etc, etc) should impleme...
DSDotXML XSDWould it make sense to consider moving the current *-ds.xml DTD to an XSD? This would make the use of JBossXB easiers, as well as give us some form of validation support.
JmsMock ImplementationFor: http://jira.jboss.org/jira/browse/JBAS-1434. I have started a mock JMS implementation. Basically the idea is that individual components of the mock JMS server can be independently configured, used etc, etc with...
MessageEndpointFactory (MC/EJB3/AOP)What we want is an abstract MessageEndpointFactory maintained by the JCA project. Then each environment * EJB2.0 * EJB3 * MC/AOP * Other can provide plugins to handle the container callbacks which are for: isDeliveryT...
Pooling AspectsWe seem to get a lot of requests along the lines of: http://jira.jboss.org/jira/browse/JBAS-3033 or http://jira.jboss.org/jira/browse/JBAS-2737 etc, etc I was wondering, and correct me if I am intruding on the do...
JBAS-3020: DB2 vendor specific codeDiscussion thread for http://jira.jboss.com/jira/browse/JBAS-3020 "Furthering integration strategy should allow for an ExceptionSorter implementation for IBM's DB2. This should be in line with the other exception sor...
Long standing issuesWeston, I just assigned a couple of long standing issues to you. See the linked issues and discussion threads. The first isn't very important. It basically revolves around create a DataSource from a java(m)bean deplo...
JMS ActivationSpec ValidationIn keeping with http://jira.jboss.com/jira/browse/JBAS-1434 Validation of JMS Activation Spec should be implemented. This should be done for both EJB2.0 and EJB2.1 deployments as well as devising a stragety for what...