[jboss-jira] [JBoss JIRA] Created: (JBJCA-655) ResourceAdapter level config properties are not being set

Weston M. Price (JIRA) jira-events at lists.jboss.org
Tue Aug 23 11:06:17 EDT 2011


ResourceAdapter level config properties are not being set
---------------------------------------------------------

                 Key: JBJCA-655
                 URL: https://issues.jboss.org/browse/JBJCA-655
             Project: IronJacamar
          Issue Type: Bug
          Components: Deployer
    Affects Versions: 1.0.3.Final
         Environment: JBoss AS7 7.1.0.Alpha1-SNAPSHOT, built from GitHub master branch
            Reporter: Weston M. Price
            Assignee: Stefano Maestri


In attempting to deploy a RA in AS7 with ResourceAdapter configuration properties, these properties do not appear to be getting set. Sample:


 <resource-adapters>
                <resource-adapter>
                    <archive>
                        qpid-ra-0.10.rar
                    </archive>
                    <config-property name="TransactionManagerLocatorClass">
                        org.apache.qpid.ra.tm.JBoss7TransactionManagerLocator
                    </config-property>
                    <config-property name="TransactionManagerLocatorMethod">
                        getTm
                    </config-property>
                </resource-adapter>
            </resource-adapters>

Running via a debugger never shows the setter methods being invoked.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list