Ondřej Chaloupka created AS7-6424:
-------------------------------------
Summary: 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: Brian Stansberry
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
<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"/>
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