Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1339

Expose RA config properties in DMR

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Critical Critical
    • 7.1.0.Alpha1
    • None
    • JCA
    • None

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

            jeff.zhang_jira Jeff Zhang (Inactive)
            rhn-support-hbraun Heiko Braun
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: