[
https://issues.jboss.org/browse/WFLY-5148?page=com.atlassian.jira.plugin....
]
Jesper Pedersen closed WFLY-5148.
---------------------------------
Resolution: Won't Fix
This issue has already been closed once, with Won't Fix with the reason Alexey says.
The XSD is correct, but we have to live the management operation.
CLI attribute name is "prepared-statements-cache-size" but
this is "prepared-statement-cache-size" everywhere else
------------------------------------------------------------------------------------------------------------------
Key: WFLY-5148
URL:
https://issues.jboss.org/browse/WFLY-5148
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 9.0.1.Final
Reporter: Stephen Fikes
Assignee: Jesper Pedersen
Priority: Minor
Both IronJacamar and the Wildfly schema (docs/schema/wildfly-datasources_3_0.xsd) use the
name 'prepared-statement-cache-size' but when connecting with CLI, the name is
reported with an extra 's':
~~~
...
[standalone@localhost:9990 data-source=Oracle] ls
...
prepared-statements-cache-size=undefined
...
~~~
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)