[jboss-jira] [JBoss JIRA] Resolved: (AS7-1339) Expose RA config properties in DMR
Jeff Zhang (JIRA)
jira-events at lists.jboss.org
Thu Jul 21 20:57:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang resolved AS7-1339.
-----------------------------
Resolution: Done
> Expose RA config properties in DMR
> ----------------------------------
>
> Key: AS7-1339
> URL: https://issues.jboss.org/browse/AS7-1339
> Project: Application Server 7
> Issue Type: Feature Request
> Components: JCA
> Reporter: Heiko Braun
> Assignee: Jeff Zhang
> Priority: Critical
> Fix For: 7.1.0.Beta1
>
>
> {noformat}
> The config attributes are not exposed:
> <subsystem xmlns="urn:jboss:domain:resource-adapters:1.0">
> [...]
>
> <config-property name="host">talk.google.com</config-property>
> <config-property name="port">5222</config-property>
>
> [...]
> </resource-adapters>
> [standalone at localhost:9999 /] /subsystem=resource-adapters/resource-adapter=xmpp-ra.rar:read-resource
> {
> "outcome" => "success",
> "result" => {
> "archive" => "xmpp-ra.rar",
> "background-validation" => undefined,
> "background-validation-minutes" => undefined,
> "blocking-timeout-wait-millis" => undefined,
> "connection-definitions" => [{
> "class-name" => "com/ramphastos/xmpp/jca/XmppManagedConnectionFactory",
> "jndi-name" => "java:/eis/ra-xmpp",
> "pool-name" => "XmppFactoryPool",
> "enabled" => true,
> "use-java-context" => true,
> "use-ccm" => true,
> "max-pool-size" => 100,
> "min-pool-size" => 10,
> "pool-prefill" => false,
> "pool-use-strict-min" => false,
> "flush-strategy" => "FAILING_CONNECTION_ONLY",
> "security-application" => true
> }],
> "idle-timeout-minutes" => undefined,
> "max-pool-size" => undefined,
> "min-pool-size" => undefined,
> "pool-prefill" => undefined,
> "pool-use-strict-min" => undefined,
> "transaction-support" => "NoTransaction",
> "use-fast-fail" => undefined
> }
> }
> {noformat}
--
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