[jboss-jira] [JBoss JIRA] (AS7-1882) CLI data-source and xa-data-source commands do not have help nor code completion
Maly Velky (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Nov 25 08:40:41 EST 2011
[ https://issues.jboss.org/browse/AS7-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645608#comment-12645608 ]
Maly Velky commented on AS7-1882:
---------------------------------
For AS 7.0.2.Final if I execute
[domain at localhost:9999 /] data-source --help
I get this result:
java.lang.IllegalArgumentException: newValue is null
at org.jboss.dmr.ModelNode.set(ModelNode.java:349)
at org.jboss.dmr.ModelNode.set(ModelNode.java:537)
at org.jboss.dmr.ModelNode.add(ModelNode.java:939)
at org.jboss.as.cli.handlers.GenericTypeOperationHandler.initRequest(GenericTypeOperationHandler.java:689)
at org.jboss.as.cli.handlers.GenericTypeOperationHandler.printNodeDescription(GenericTypeOperationHandler.java:548)
at org.jboss.as.cli.handlers.GenericTypeOperationHandler.printHelp(GenericTypeOperationHandler.java:468)
at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle(CommandHandlerWithHelp.java:75)
at org.jboss.as.cli.CommandLineMain.processLine(CommandLineMain.java:482)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:330)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.modules.Module.run(Module.java:272)
at org.jboss.modules.Main.main(Main.java:313)
Closed connection to localhost:9999
> 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
>
> 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