Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from jerr/BZ1095731
Browse files Browse the repository at this point in the history
BZ1095731 :  [JBossAS7] Adding metrics for *-ds.xml datasources files

Thanks @jerr , nice catch!
  • Loading branch information
tsegismont committed May 9, 2014
2 parents a77dc95 + 98ea95c commit 493b376
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9087,6 +9087,8 @@
</results>
</operation>

&datasourceMetrics;

<resource-configuration>
<c:simple-property name="allocation-retry" required="false" type="integer" readOnly="true" description="The allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception"/>
<c:simple-property name="allocation-retry-wait-millis" required="false" type="long" readOnly="true" description="The allocation retry wait millis element specifies the amount of time, in milliseconds, to wait between retrying to allocate a connection"/>
Expand Down Expand Up @@ -9209,6 +9211,8 @@
<c:simple-property name="operationResult" description="Test if a connection can be obtained"/>
</results>
</operation>

&datasourceMetrics;

<resource-configuration>
<c:simple-property name="allocation-retry" required="false" type="integer" readOnly="true" description="The allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception"/>
Expand Down

0 comments on commit 493b376

Please sign in to comment.