[jboss-jira] [JBoss JIRA] (AS7-2482) datasource : query-timeout attribute description
Brian Stansberry (Updated) (JIRA)
jira-events at lists.jboss.org
Thu Nov 3 16:30:46 EDT 2011
[ https://issues.jboss.org/browse/AS7-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-2482:
----------------------------------
Assignee: Stefano Maestri (was: Brian Stansberry)
Fix Version/s: 7.1.0.CR1
Component/s: JCA
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list