[jboss-jira] [JBoss JIRA] (AS7-3949) Admin console: invalid parameter value being specified when creating datasources

Heiko Braun (JIRA) jira-events at lists.jboss.org
Fri Mar 2 03:01:36 EST 2012


    [ https://issues.jboss.org/browse/AS7-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673007#comment-12673007 ] 

Heiko Braun commented on AS7-3949:
----------------------------------

it's a general problem with numeric values in the entity model: the auto bean framework fails to identify numeric values that have not been set, because they cannot be NULL. They'll be turned into 0 instead. that's the reason why it work for string values. i'll have to figure out how to circumvent this problem. 
                
> Admin console: invalid parameter value being specified when creating datasources
> --------------------------------------------------------------------------------
>
>                 Key: AS7-3949
>                 URL: https://issues.jboss.org/browse/AS7-3949
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Console
>    Affects Versions: 7.1.0.Final
>            Reporter: Jan Martiska
>            Assignee: Pavel Slegr
>            Priority: Critical
>             Fix For: 7.1.1.Final
>
>
> When creating a datasource (regular or XA datasource), the console sets by default "background-validation-millis" => 0L .. This will cause the operation to fail with message: "JBAS014708: 0 is an invalid value for parameter background-validation-millis. A minimum value of 1 is required"
> Tested on latest upstream snapshot.

--
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