[jboss-jira] [JBoss JIRA] Commented: (AS7-1881) Some property in resource-adapters are duplicated in wrong positions
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Wed Sep 21 04:06:26 EDT 2011
[ https://issues.jboss.org/browse/AS7-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629553#comment-12629553 ]
Stefano Maestri commented on AS7-1881:
--------------------------------------
for example max-pool-size have sense only at connection-definition level
> Some property in resource-adapters are duplicated in wrong positions
> --------------------------------------------------------------------
>
> Key: AS7-1881
> URL: https://issues.jboss.org/browse/AS7-1881
> Project: Application Server 7
> Issue Type: Clarification
> Components: JCA
> Reporter: Stefano Maestri
> Assignee: Stefano Maestri
> Fix For: 7.1.0.Beta1
>
>
> {noformat}
> [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-millis" => undefined,
> "blocking-timeout-wait-millis" => undefined,
> "config-properties" => {"host" => "talk.google.om"},
> "connection-definitions" => [{
> "class-name" => "com.ramphastos.xmpp.XmppConnectionFactory",
> "jndi-name" => "xmpp",
> "pool-name" => "xmpp-ra_rar-Pool",
> "min-pool-size" => 10,
> "max-pool-size" => 100
> }],
> "flush-strategy" => undefined,
> "idle-timeout-minutes" => undefined,
> "max-pool-size" => undefined,
> "min-pool-size" => undefined,
> "pool-prefill" => undefined,
> "pool-use-strict-min" => undefined,
> "transaction-support" => "NoTransaction"
> }
> }
> {noformat}
> why two times min/max-pool-size? which one to rely on?
--
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