mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
26.30.2007 03889aa19bbeb860d9e460df2a2023df366da89d
refs
author jvergara <jvergara@localhost>
Monday, November 26, 2007 10:30 +0100
committer jvergara <jvergara@localhost>
Monday, November 26, 2007 10:30 +0100
commit03889aa19bbeb860d9e460df2a2023df366da89d
tree 2d7703d687f60ce2780781dcc41bda21e3c4510c tree | zip | gz
parent 03889ce7e5a3006559920ea368b7378b6fb730de view | diff
Fix for issue 2010.

The fix consists in including a little bit more on context to the error message.

For command-line dsconfig list-local-db-indexes --backend-name tasks -n -p 1389 -w s

The output was:

"Task Backend" is not a recognized component type

With the fix the output is:

"Task Backend" component type cannot be used with subcommand
{list-local-db-indexes}
4 files modified
48 ■■■■■ changed files
opends/src/messages/messages/dsconfig.properties 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/ArgumentExceptionFactory.java 28 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/HelpSubCommandHandler.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java 6 ●●●● diff | view | raw | blame | history