[jboss-jira] [JBoss JIRA] (AS7-2482) datasource : query-timeout attribute description

Jesper Pedersen (Assigned) (JIRA) jira-events at lists.jboss.org
Wed Nov 9 14:54:45 EST 2011


     [ https://issues.jboss.org/browse/AS7-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesper Pedersen reassigned AS7-2482:
------------------------------------

    Assignee: Jesper Pedersen  (was: Stefano Maestri)

    
> 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: Jesper Pedersen
>             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