[jboss-jira] [JBoss JIRA] Commented: (JBJCA-655) ResourceAdapter level config properties are not being set
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Tue Aug 23 13:08:17 EDT 2011
[ https://issues.jboss.org/browse/JBJCA-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623504#comment-12623504 ]
Jesper Pedersen commented on JBJCA-655:
---------------------------------------
A deployment won't get activated unless it is a pure inflow resource adapter (no CFs and no AOs) or at least one <connection-definition> or one <admin-object> has been defined.
> 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