[jboss-jira] [JBoss JIRA] (WFLY-5214) Cannot set initial-pool-size attribute of datasource from web console
Jan Kašík (JIRA)
issues at jboss.org
Wed Aug 26 10:17:44 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Kašík updated WFLY-5214:
----------------------------
Steps to Reproduce:
# Run Wildfly in domain mode
# Navigate to existing datasource, e.g.: Configuration -> Profiles -> full-ha -> Non-XA -> ExampleDS and click on {{View}}
# Switch to {{Pool}} tab
# Click on {{Edit}}
# Set value of {{Initial Pool Size}} labeled field to valid value (e.g. 5)
# Click on {{Save}} button
# Success message appears and everything looks OK, but when I try to read value by CLI command only response which I get is:
{code}
[domain at localhost:9990 /] /profile=full-ha/subsystem=datasources/data-source=ExampleDS:read-attribute(name=initial-pool-size)
{
"outcome" => "success",
"result" => undefined
}
{code}
and it should be:
{code}
{
"outcome" => "success",
"result" => 5
}
{code}
was:
# Run EAP 7 in domain mode
# Navigate to existing datasource, e.g.: Configuration -> Profiles -> full-ha -> Non-XA -> ExampleDS and click on {{View}}
# Switch to {{Pool}} tab
# Click on {{Edit}}
# Set value of {{Initial Pool Size}} labeled field to valid value (e.g. 5)
# Click on {{Save}} button
# Success message appears and everything looks OK, but when I try to read value by CLI command only response which I get is:
{code}
[domain at localhost:9990 /] /profile=full-ha/subsystem=datasources/data-source=ExampleDS:read-attribute(name=initial-pool-size)
{
"outcome" => "success",
"result" => undefined
}
{code}
and it should be:
{code}
{
"outcome" => "success",
"result" => 5
}
{code}
> Cannot set initial-pool-size attribute of datasource from web console
> ---------------------------------------------------------------------
>
> Key: WFLY-5214
> URL: https://issues.jboss.org/browse/WFLY-5214
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 10.0.0.Beta2
> Reporter: Jan Kašík
> Assignee: Heiko Braun
>
> Setting of Initial Pool Size field in datasource pool configuration is not propagated to the server.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list