]
Jesper Pedersen reassigned AS7-2482:
------------------------------------
Assignee: Stefano Maestri (was: Jesper Pedersen)
datasource : query-timeout attribute description
------------------------------------------------
Key: AS7-2482
URL:
https://issues.jboss.org/browse/AS7-2482
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Reporter: Vimal Kansal
Assignee: Stefano Maestri
Fix For: 7.1.0.CR1
CLI returns following :
query-timeout" => {
"description" => "Any configured query timeout in seconds The
default is no timeout",
"type" => LONG,
"required" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "no-services"
},
The description says : "The default is no timeout" whereas no
"default" attribute of query-timeout is being returned i.e the result should
have looked like :
query-timeout" => {
"description" => "Any configured query timeout in seconds The
default is no timeout",
"type" => LONG,
"required" => false,
"access-type" => "read-write",
"default" => ....
"storage" => "configuration",
"restart-required" => "no-services"
},
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: