<!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" => {<br>
"description" => "Whether to attempt to prefill the
connection pool. <b>Changing this value require a server restart</b>.",<br>
"type" => BOOLEAN,<br>
"required" => false,<br>
"default" => "false",<br>
"access-type" => "read-write",<br>
"storage" => "configuration",<br>
"restart-required" => "<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>