dev@glassfish.java.net

Admin CLI pluggability

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Mon, 13 Jul 2009 17:52:56 -0700

Jerome/Sreeni,

I have this AdminCommand implemented for jruby container. I am following

 http://wiki.glassfish.java.net/Wiki.jsp?page=V3EngineersGuide#section-V3EngineersGuide-6AdminCLI

According to the above link, the help messages can be picked up if there
is corresponding LocalStrings.properties entry.

So, I am expecting that the --help display picks-up the values from
LocalStrings.properties. I dont see it happening. Is this working or if
you could see if I am doing anything wrong?

My AdminCommand is: http://pastie.org/544922

My LocalStrings.properties file is: http://pastie.org/544925

-vivek.