[jboss-jira] [JBoss JIRA] (AS7-1882) CLI data-source and xa-data-source commands do not have help nor code completion

Alexey Loubyansky (Resolved) (JIRA) jira-events at lists.jboss.org
Fri Nov 25 09:47:41 EST 2011


     [ https://issues.jboss.org/browse/AS7-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Loubyansky resolved AS7-1882.
------------------------------------

    Fix Version/s: 7.1.0.Beta1
       Resolution: Done


It should be fixed in 7.1.0.Beta1.

This is how it looks

[standalone at localhost:9999 /] data-source --help

SYNOPSIS

data-source --help [--properties | --commands] |
            --jndi-name=<value> --<property>=<value> (--<property>=<value>)* |
            <command> --jndi-name=<value> (--<parameter>=<value>)*

DESCRIPTION

The command is used to manage resources of type /subsystem=datasources/data-source.

RESOURCE DESCRIPTION

A JDBC data-source configuration

ARGUMENTS

--help                - prints this content.
--help --properties   - prints the list of the resource properties including their access-type
                        (read/write/metric), value type, and the description.
--help --commands     - prints the list of the commands available for the resource.
                        To get the complete description of a specific command (including its parameters,
                        their types and descriptions), execute data-source <command> --help.

--jndi-name   - corresponds to a property of the resourse which 
                is used to identify the resourse against which the command should be executed.

<property>   - property name of the resourse whose value should be updated.
               For a complete list of available property names, their types and descriptions,
               execute data-source --help --properties.

<command>    - command name provided by the resourse. For a complete list of available commands,
               execute data-source --help --commands.

<parameter>  - parameter name of the <command> provided by the resourse.
               For a complete list of available parameter names of a specific <command>,
               their types and descriptions, execute data-source <command> --help.

                
> CLI data-source and xa-data-source commands do not have help nor code completion
> --------------------------------------------------------------------------------
>
>                 Key: AS7-1882
>                 URL: https://issues.jboss.org/browse/AS7-1882
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 7.1.0.Alpha1
>            Reporter: Dominik Pospisil
>            Assignee: Alexey Loubyansky
>             Fix For: 7.1.0.Beta1
>
>
> CLI data-source and xa-data-source commands do not have any help nor code completion.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list