&gt;There are two reason you don&#39;t get actual values:<br>
<br>
&gt;a) not the most recent AS7 build<br>
&gt;b) no data available<br><br>Thanks for your reply. I guess the former one, as attributes are mentioned in your output, even if there are no metrics available for them. Will try building a new AS trunk with the most recent sources.<br>
Thanks<br>Francesco<br><br><div class="gmail_quote">2011/5/9 Heiko Braun <span dir="ltr">&lt;<a href="mailto:hbraun@redhat.com">hbraun@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<br>
<br>
There are two reason you don&#39;t get actual values:<br>
<br>
a) not the most recent AS7 build<br>
b) no data available<br>
<br>
<br>
This is what I get when building the recent master:<br>
<br>
[domain@localhost:9999 /] /profile=default/subsystem=datasources/data-source=&quot;java:/H2DS&quot;:read-resourc(include-runtime=true)<br>
<div class="im">{<br>
    &quot;outcome&quot; =&gt; &quot;success&quot;,<br>
    &quot;result&quot; =&gt; {<br>
        &quot;connection-url&quot; =&gt; &quot;jdbc:h2:mem:test;DB_CLOSE_DELAY=-1&quot;,<br>
        &quot;driver-class&quot; =&gt; &quot;org.h2.Driver&quot;,<br>
        &quot;jndi-name&quot; =&gt; &quot;java:/H2DS&quot;,<br>
        &quot;driver&quot; =&gt; &quot;org.h2.Driver#1.2&quot;,<br>
        &quot;pool-name&quot; =&gt; &quot;H2DS&quot;,<br>
        &quot;use-java-context&quot; =&gt; true,<br>
        &quot;enabled&quot; =&gt; true,<br>
</div>        &quot;pool-prefill&quot; =&gt; false,<br>
<div class="im">        &quot;pool-use-strict-min&quot; =&gt; false,<br>
        &quot;user-name&quot; =&gt; &quot;sa&quot;,<br>
        &quot;password&quot; =&gt; &quot;sa&quot;,<br>
</div>        &quot;MaxWaitTime&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;ActiveCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;CreatedCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;MaxWaitCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;use-fast-fail&quot; =&gt; undefined,<br>
        &quot;background-validation&quot; =&gt; undefined,<br>
        &quot;max-pool-size&quot; =&gt; undefined,<br>
        &quot;PreparedStatementCacheMissCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;TotalBlockingTime&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;AverageCreationTime&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;PreparedStatementCacheAddCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;PreparedStatementCacheDeleteCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;PreparedStatementCacheHitCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;DestroyedCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;AverageBlockingTime&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;idle-timeout-minutes&quot; =&gt; undefined,<br>
        &quot;MaxCreationTime&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;TotalCreationTime&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;PreparedStatementCacheAccessCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;AvailableCount&quot; =&gt; &quot;no metrics available&quot;,<br>
<div class="im">        &quot;blocking-timeout-wait-millis&quot; =&gt; undefined,<br>
        &quot;background-validation-minutes&quot; =&gt; undefined,<br>
</div>        &quot;MaxUsedCount&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;min-pool-size&quot; =&gt; undefined,<br>
        &quot;TimedOut&quot; =&gt; &quot;no metrics available&quot;,<br>
        &quot;PreparedStatementCacheCurrentSize&quot; =&gt; &quot;no metrics available&quot;<br>
    },<br>
    &quot;compensating-operation&quot; =&gt; undefined<br>
<div><div></div><div class="h5">}<br>
<br>
<br>
On May 9, 2011, at 2:10 PM, Francesco Marchioni wrote:<br>
<br>
&gt; By using<br>
&gt; /subsystem=datasources/data-source=&quot;java:/H2DS&quot;:read-resource(include-runtime=true)<br>
&gt; produces the just the initial set of properties, though it may be that simply no runtime information is available at the moment......<br>
&gt;<br>
&gt; [localhost:9999 /] /subsystem=datasources/data-source=&quot;java:/H2DS&quot;:read-resource<br>
&gt; (include-runtime=true)<br>
&gt; {<br>
&gt;     &quot;outcome&quot; =&gt; &quot;success&quot;,<br>
&gt;     &quot;result&quot; =&gt; {<br>
&gt;         &quot;connection-url&quot; =&gt; &quot;jdbc:h2:mem:test;DB_CLOSE_DELAY=-1&quot;,<br>
&gt;         &quot;driver-class&quot; =&gt; &quot;org.h2.Driver&quot;,<br>
&gt;         &quot;jndi-name&quot; =&gt; &quot;java:/H2DS&quot;,<br>
&gt;         &quot;driver&quot; =&gt; &quot;org.h2.Driver#1.2&quot;,<br>
&gt;         &quot;pool-name&quot; =&gt; &quot;H2DS&quot;,<br>
&gt;         &quot;use-java-context&quot; =&gt; true,<br>
&gt;         &quot;enabled&quot; =&gt; true,<br>
&gt;         &quot;pool-prefill&quot; =&gt; true,<br>
&gt;         &quot;pool-use-strict-min&quot; =&gt; false,<br>
&gt;         &quot;user-name&quot; =&gt; &quot;sa&quot;,<br>
&gt;         &quot;password&quot; =&gt; &quot;sa&quot;,<br>
&gt;         &quot;share-prepared-statements&quot; =&gt; false,<br>
&gt;         &quot;background-validation&quot; =&gt; false,<br>
&gt;         &quot;use-fast-fail&quot; =&gt; false,<br>
&gt;         &quot;validate-on-match&quot; =&gt; false,<br>
&gt;         &quot;idle-timeout-minutes&quot; =&gt; undefined,<br>
&gt;         &quot;blocking-timeout-wait-millis&quot; =&gt; undefined,<br>
&gt;         &quot;background-validation-minutes&quot; =&gt; undefined,<br>
&gt;         &quot;min-pool-size&quot; =&gt; undefined,<br>
&gt;         &quot;max-pool-size&quot; =&gt; undefined<br>
&gt;     },<br>
&gt;     &quot;compensating-operation&quot; =&gt; undefined<br>
&gt; }<br>
<br>
</div></div></blockquote></div><br>