<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    I executed the following operation:<br>
    <br>
    <b>/subsystem=datasources/data-source=java:jboss/datasources/ExampleDS:read-resource-description</b><br>
    <br>
    The attribute "<b>pool_prefill</b>" is returned as :<br>
    <br>
    "pool-prefill" =&gt; {<br>
    &nbsp;&nbsp;&nbsp; "description" =&gt; "Whether to attempt to prefill the
    connection pool. <b>Changing this value require a server restart</b>.",<br>
    &nbsp;&nbsp;&nbsp; "type" =&gt; BOOLEAN,<br>
    &nbsp;&nbsp;&nbsp; "required" =&gt; false,<br>
    &nbsp;&nbsp;&nbsp; "default" =&gt; "false",<br>
    &nbsp;&nbsp;&nbsp; "access-type" =&gt; "read-write",<br>
    &nbsp;&nbsp;&nbsp; "storage" =&gt; "configuration",<br>
    &nbsp;&nbsp;&nbsp; "restart-required" =&gt; "<b>no-services</b>"<br>
    },<br>
    <br>
    I think there is a discrepancy here : "restart-required" says
    service is not required to be restarted but the "description" says
    server itself has to be restarted.<br>
    <br>
    <br>
    Thx<br>
    <br>
    Vimal<br>
  </body>
</html>