[jboss-jira] [JBoss JIRA] (AS7-3098) jsp-configuration: check-interval has invalid default
Remy Maucherat (Resolved) (JIRA)
jira-events at lists.jboss.org
Tue Dec 20 11:00:09 EST 2011
[ https://issues.jboss.org/browse/AS7-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Remy Maucherat resolved AS7-3098.
---------------------------------
Fix Version/s: 7.1.0.CR1
Resolution: Done
It's in seconds (it's a time interval to check for file updates, so it's not going to be ms).
> jsp-configuration: check-interval has invalid default
> -----------------------------------------------------
>
> Key: AS7-3098
> URL: https://issues.jboss.org/browse/AS7-3098
> Project: Application Server 7
> Issue Type: Bug
> Components: Web
> Reporter: Heiko Rupp
> Assignee: Remy Maucherat
> Fix For: 7.1.0.CR1
>
>
> In jsp-configuration resource-description gives.
> "check-interval" => {
> "type" => INT,
> "description" => "Check interval for JSP updates using a background thread.",
> "required" => false,
> "default" => 0,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "no-services"
> },
> Setting that attribute to 0 gives:
> 12:48:40,565 ERROR [org.jboss.as.controller] (HttpManagementService-threads - 47) Operation ("write-attribute") failed - address: ([
> {"subsystem" => "web"},
> {"configuration" => "jsp-configuration"}
> ]) - failure description: "JBAS014708: 0 is an invalid value for parameter check-interval. A minimum value of 1 is required"
> Side note: no unit is given - what does 1 mean? each ms?
--
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