• StdServerSession/StdServerSessionPool -- JmsServerSession/Jm

    I 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...
    Profile Photo
    last modified by weston.price
  • UOW port to JCA adapter for JBAS-3183

    I 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...
    Profile Photo
    last modified by weston.price
  • JBAS-3343

    This 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...
    Profile Photo
    last modified by weston.price
  • POJO JCA

    Fleshing 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...
    Profile Photo
    created by weston.price
  • JCA and JAXB

    I 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...
    Profile Photo
    last modified by weston.price
  • JDBC Profiler Proxy

    As 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...
    Profile Photo
    last modified by clebert.suconic
  • PreFilled Pool Implementation

    Disscussing 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...
    Profile Photo
    last modified by weston.price
  • Refactoring

    Currently, 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...
    Profile Photo
    last modified by weston.price
  • 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...
    Profile Photo
    last modified by adrian.brock
  • JBAS-1241 Background Pool Validation

    For 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...
    Profile Photo
    last modified by weston.price
  • JBAS-1974: Remote Connection Factory Usage

    TODO: 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...
    Profile Photo
    last modified by weston.price
  • JBAS-3206 - Quartz inflow RA

    A thread for discussing productization of the quartz-ra.rar http://jira.jboss.com/jira/browse/JBAS-3206
    Profile Photo
    last modified by starksm64
  • JBAS-2705: List Sub Pool Statistics

    TODO: 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...
    Profile Photo
    last modified by weston.price
  • DSDotXML XSD

    Would 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.
    Profile Photo
    last modified by weston.price
  • JmsMock Implementation

    For: 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...
    Profile Photo
    created by weston.price
  • 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...
    Profile Photo
    last modified by weston.price
  • Pooling Aspects

    We 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...
    Profile Photo
    last modified by weston.price
  • JBAS-3020: DB2 vendor specific code

    Discussion 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...
    Profile Photo
    created by adrian.brock
  • Long standing issues

    Weston, 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...
    Profile Photo
    last modified by adrian.brock
  • JMS ActivationSpec Validation

    In 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...
    Profile Photo
    created by weston.price