Tried to display the options for openejb commandline. It displayed the
validate option also (which should not have been there, right?). I still
tried it and got a NullPointerException.
[EMAIL PROTECTED]:~/projects/temp/openejb$ openejb -help
usage: openejb <command> [options] [args]
Available commands:
deploy Deploy an ejb jar or ear into OpenEJB.
properties Convert and print the OpenEJB configuration as properties
start Start the OpenEJB Remote Server for accessing beans in
client/server mode.
stop Stop the OpenEJB Remote Server.
undeploy Undeploy an ejb jar or ear
validate Validate an ejb jar
Should we delete the validate command from the
META-INF/org.apache.openejb.cli or should we just modify the code in
org.apache.openejb.cli.MainImpl to ignore printing this option?
--
Karan Singh Malhi