[jboss-jira] [JBoss JIRA] (WFLY-4445) Remove "path" and "relative-to" attributes from CLI from transactions subsystem
Amos Feng (JIRA)
issues at jboss.org
Thu Jul 9 11:14:03 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088246#comment-13088246 ]
Amos Feng commented on WFLY-4445:
---------------------------------
[~ochaloup] I used the following steps to verify the removing.
{code}
bin/standalone.sh
bin/jboss-cli.sh --connect
[standalone at localhost:9990 /] /subsystem=transactions/:write-attribute(name=path,value="var")
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0201: Unknown attribute 'path'",
"rolled-back" => true
}
[standalone at localhost:9990 /] /subsystem=transactions/:write-attribute(name=relative_to,value="test")
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0201: Unknown attribute 'relative_to'",
"rolled-back" => true
}
{code}
Do you think it is OK ?
> Remove "path" and "relative-to" attributes from CLI from transactions subsystem
> -------------------------------------------------------------------------------
>
> Key: WFLY-4445
> URL: https://issues.jboss.org/browse/WFLY-4445
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management, Transactions
> Reporter: Ondřej Chaloupka
> Assignee: Amos Feng
> Fix For: 10.0.0.Alpha5
>
>
> As "process-id/file" functionality is not yet added in EAP, the "path" and "relative-to" attributes are useless in transactions subsystem of CLI.
> Please remove them.
> Also please remove them from "jboss-as-txn***.xsd" file as well.
> For detailed discussion please refer to https://bugzilla.redhat.com/show_bug.cgi?id=1039081
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list