Standalone CLI script has a small required change to work with EAP
6.1
----------------------------------------------------------------------
Key: TEIID-2486
URL:
https://issues.jboss.org/browse/TEIID-2486
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 8.4
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Minor
Fix For: 8.4
The following command doesn't support the "name" attribute:
/subsystem=threads/bounded-queue-thread-pool=teiid-async:add(name=teiid-async,
max-threads=4, queue-length=100)
This is the same issue seen in the domain script. So the command should be changed to
be:
/subsystem=threads/bounded-queue-thread-pool=teiid-async:add(max-threads=4,
queue-length=100)
--
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: