[jboss-jira] [JBoss JIRA] (AS7-6424) Web administration console does not handle values set with expressions

Heiko Braun (JIRA) jira-events at lists.jboss.org
Thu Jan 31 03:50:51 EST 2013


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

Heiko Braun commented on AS7-6424:
----------------------------------

https://github.com/jbossas/console/tree/1.5.x
                
> Web administration console does not handle values set with expressions
> ----------------------------------------------------------------------
>
>                 Key: AS7-6424
>                 URL: https://issues.jboss.org/browse/AS7-6424
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Console
>    Affects Versions: 7.2.0.Alpha1
>            Reporter: Ondřej Chaloupka
>            Assignee: Heiko Braun
>              Labels: console_1.5.1
>             Fix For: 7.2.0.Alpha1
>
>
> In case of using expression in standalone.xml then web admin console does not show the evaluated expression and instead of it 0 is shown. In other cases you can see error message of the web admin console saying "Failed to parse response".
> As I was testing the behavior of web administration console just on several places I can't talk about behaving of all subsystem.
> This was hit on ejb subsystem. 
> You can try to set following tag like this
> {code}
> <strict-max-pool name="slsb-strict-max-pool" max-pool-size="${some.var:20}" instance-acquisition-timeout="${some.other.var}" instance-acquisition-timeout-unit="MINUTES"/>
> {code}
> In case of max-pool-size you'll see value 0 instead of 20 in the console. And nevertheless that you run the server with -Dsome.other.var=5 you'll see the parsing error because of the instance-acquisition-timeout attribute being set with expression.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jboss-jira mailing list