running openejb deploy command for an already deployed module throws an
exception
---------------------------------------------------------------------------------
Key: OPENEJB-673
URL: https://issues.apache.org/jira/browse/OPENEJB-673
Project: OpenEJB
Issue Type: Bug
Components: tools
Reporter: karan singh malhi
running openejb deploy command for an already deployed module throws an
exception. This should be ignored silently or with a one line message that the
Application is already deployed
D:\openejb-3.0.0-SNAPSHOT>bin\openejb deploy apps\greeting.jar
Application already deployed at {1}
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.openejb.cli.MainImpl.main(MainImpl.java:151)
at org.apache.openejb.cli.Bootstrap.main(Bootstrap.java:102)
Caused by: org.apache.openejb.cli.SystemExitException
at org.apache.openejb.config.Deploy.main(Deploy.java:207)
... 6 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.