Kylin Soong created TEIID-3832:
----------------------------------
Summary: Duplicated CLI in teiid-domain-mode-install.cli and
teiid-standalone-mode-install.cli
Key: TEIID-3832
URL:
https://issues.jboss.org/browse/TEIID-3832
Project: Teiid
Issue Type: Quality Risk
Components: Build/Kits
Affects Versions: 8.13
Reporter: Kylin Soong
Assignee: Steven Hawkins
I have found the following CLI are duplicated CLI in teiid-domain-mode-install.cli and
teiid-standalone-mode-install.cli:
{code}
connect
/extension=org.jboss.teiid:add(module=org.jboss.teiid)
/socket-binding-group=standard-sockets/socket-binding=teiid-jdbc:add(port=31000)
/socket-binding-group=standard-sockets/socket-binding=teiid-odbc:add(port=35432)
{code}
If execute both cli script against one JBoss server, the error may throw:
{code}
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0212: Duplicate resource
[(\"extension\" => \"org.jboss.teiid\")]",
"rolled-back" => true
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)