--offline parameter ignored at deploy
-------------------------------------

                 Key: OPENEJB-709
                 URL: https://issues.apache.org/jira/browse/OPENEJB-709
             Project: OpenEJB
          Issue Type: Bug
          Components: deployment
    Affects Versions: 3.0.x
            Reporter: Jacek Laskowski


$ ./bin/openejb deploy --offline TicketServiceMDB.jar
Error closing connection with server: null
Cannot connect to server 'ejbd://localhost:4201'.  Check that the server is 
started and that the specified serverURL is correct.
The server is offline or not contactable at the configured address.  Either 
start the server or try deployment again in --offline mode.
java.lang.reflect.InvocationTargetException
        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:585)
        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:131)
        ... 6 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.