]
Martin Simka commented on WFLY-8141:
------------------------------------
[~brian.stansberry] I'm missing {{:add(install="true")}} in requirements
above. Shouldn't it be there? Removing it was incompatible change as this jira shows.
CachedConnectionManager add operation excepts no parameters anymore
-------------------------------------------------------------------
Key: WFLY-8141
URL:
https://issues.jboss.org/browse/WFLY-8141
Project: WildFly
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 11.0.0.Alpha1
Reporter: Tomaz Cerar
Assignee: Brian Stansberry
Priority: Critical
Fix for WFLY-2640 broke :add operation for cached-connection-manager
scipts that do
{noformat}
/profile=default-web/subsystem=jca/cached-connection-manager=cached-connection-manager:add(install="true")
{noformat}
{noformat}
/subsystem=jca/cached-connection-manager=cached-connection-manager:add(install="true")
{noformat}
now fail with
{{Operation 'add' does not expect any property.}}
This breaks our quickstarts