[
https://issues.jboss.org/browse/WFLY-886?page=com.atlassian.jira.plugin.s...
]
Tomaz Cerar commented on WFLY-886:
----------------------------------
Managed to reproduce problem with whole script that teiid uses.
https://github.com/teiid/teiid/blob/master/build/kits/jboss-as7/bin/scrip...
when this script is used it breaks, otherwise command on itself works.
Further investigation revealed that it only breaks after
/server-group=main-server-group:write-attribute(name=profile, value=ha)
/server-group=main-server-group:write-attribute(name=socket-binding-group,
value=ha-sockets)
operations are called.
and problem is gone if this two operations are put at end of the script (before
:restart-servers)
which is also proper way to do it, as in, first configure profile, then activate it.
JBAS014884: No operation named 'composite' exists at address
------------------------------------------------------------
Key: WFLY-886
URL:
https://issues.jboss.org/browse/WFLY-886
Project: WildFly
Issue Type: Bug
Components: Domain Management
Environment: RHEL 6, JDK 1.7
Reporter: Van Halbert
Assignee: Tomaz Cerar
I'm using EAP 6.1 ER5, and trying to execute the following using CLI:
/profile=ha/subsystem=security/security-domain=teiid-security:add(cache-type=default)
/profile=ha/subsystem=security/security-domain=teiid-security/authentication=classic/:add(login-modules=[{"code"=>"org.jboss.security.auth.spi.UsersRolesLoginModule",
"flag"=>"required",
"module-options"=>[("usersProperties"=>"${jboss.domain.config.dir}/teiid-security-users.properties"),
("rolesProperties"=>"${jboss.domain.config.dir}/teiid-security-roles.properties")]}])
but I get the message:
…
"failure-description" => "JBAS014884: No operation named
'composite' exists at address [
…
(see forum for full discussion)
--
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:
http://www.atlassian.com/software/jira