Looks like we have a similar issue with other DS attributes:
[domain@localhost:9999 /]
/profile=default/subsystem=datasources/data-source="java:/H2DS":write-attribute(name=user-name,value=test)
{
"outcome" => "failed",
"failure-description" => {"domain-failure-description" =>
"Attribute user-name is not writeable"}
}
It seems that all DS attributes are set to be read-only.
Like this modifications to DS resources are not possible.
Stefano, any thoughts on this?
Ike