[jboss-jira] [JBoss JIRA] Created: (AS7-1339) Expose RA config properties in DMR

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Jul 19 07:56:23 EDT 2011


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: Jesper Pedersen
             Fix For: 7.1.0.Beta1



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
    }
}


--
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