[jboss-jira] [JBoss JIRA] (WFLY-6353) Provide support for "slot" property with "resource-adapter" creation CLI
Ramesh Reddy (JIRA)
issues at jboss.org
Mon Mar 14 08:59:01 EDT 2016
[ https://issues.jboss.org/browse/WFLY-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ramesh Reddy resolved WFLY-6353.
--------------------------------
Resolution: Rejected
Yep, that was it. Marking as Rejected. Thanks.
> Provide support for "slot" property with "resource-adapter" creation CLI
> ------------------------------------------------------------------------
>
> Key: WFLY-6353
> URL: https://issues.jboss.org/browse/WFLY-6353
> Project: WildFly
> Issue Type: Bug
> Components: CLI
> Affects Versions: 9.0.2.Final
> Reporter: Ramesh Reddy
> Assignee: Alexey Loubyansky
>
> Currently when one adds a resource-adapter using the CLI using the module the "slot" property is allowed in the standalone.xml file. For ex:
> {code}
> <subsystem xmlns="urn:jboss:domain:resource-adapters:3.0">
> <resource-adapters>
> <resource-adapter id="file">
> <module slot="34" id="org.jboss.teiid.resource-adapter.file"/>
> </resource-adapter>
> </resource-adapters>
> </subsystem>
> {code}
> However the same is added through CLI like
> {code}
> /subsystem=resource-adapters/resource-adapter=file:add(module=org.jboss.teiid.resource-adapter.file, slot=34)
> {code}
> it will fail, this should be corrected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list