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

Vimal Kansal (Created) (JIRA) jira-events at lists.jboss.org
Wed Nov 2 20:52:45 EDT 2011


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
            Reporter: Vimal Kansal
            Assignee: Brian Stansberry


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