[JBoss JIRA] (WFLY-886) JBAS014884: No operation named 'composite' exists at address
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-886?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar edited comment on WFLY-886 at 4/24/13 9:28 AM:
-----------------------------------------------------------
I cannot reproduce this problem.
Tested with latest WildFly master, EAP 6.1.0.Beta(ER4) and EAP6.1 ER5
was (Author: ctomc):
I cannot reproduce this problem.
Tested with latest WildFly master, EAP 6.1.0.Beta(ER5) and EAP6.1 ER5
> 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
13 years
[JBoss JIRA] (WFLY-886) JBAS014884: No operation named 'composite' exists at address
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-886?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar commented on WFLY-886:
----------------------------------
I cannot reproduce this problem.
Tested with latest WildFly master, EAP 6.1.0.Beta(ER5) and EAP6.1 ER5
> 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
13 years
[JBoss JIRA] (WFLY-1276) Allow Camel expressions in subsystem configuration
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/WFLY-1276?page=com.atlassian.jira.plugin.... ]
David Lloyd commented on WFLY-1276:
-----------------------------------
Defining routes in the domain config is specifically not what was agreed upon by the AS and Fuse teams. Is there a requirements doc that outlines the need for this?
> Allow Camel expressions in subsystem configuration
> --------------------------------------------------
>
> Key: WFLY-1276
> URL: https://issues.jboss.org/browse/WFLY-1276
> Project: WildFly
> Issue Type: Task
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Labels: camel
>
> We currently support camel system context definitions like this
> {code}
> <subsystem xmlns="urn:jboss:domain:camel:1.0">
> <camelContext id="system-context-1">
> <![CDATA[
> <route>
> <from uri="direct:start"/>
> <transform>
> <simple>Hello #{body}</simple>
> </transform>
> </route>
> ]]>
> </camelContext>
> </subsystem>
> {code}
> This uses a substitution hack for $
--
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
13 years