You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2007/12/12 19:03:48 UTC

[jira] Closed: (OPENEJB-673) running openejb deploy command for an already deployed module throws an exception

     [ https://issues.apache.org/jira/browse/OPENEJB-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Laskowski closed OPENEJB-673.
-----------------------------------

    Resolution: Fixed
      Assignee: David Blevins

It works fine now.

jlaskowski@dev /cygdrive/c/oss/openejb3/assembly/openejb-standalone/openejb-3.0.0-SNAPSHOT
$ ./bin/openejb deploy "C:\Documents and Settings\jlaskowski\My Documents\NetBeansProjects\MyEJB\dist\MyEJB.jar"
Application deployed successfully at "C:\Documents and Settings\jlaskowski\My Documents\NetBeansProjects\MyEJB\dist\MyEJB.jar"
App(id=C:\Documents and Settings\jlaskowski\My Documents\NetBeansProjects\MyEJB\dist\MyEJB.jar)
    EjbJar(id=MyEJB.jar, path=C:\Documents and Settings\jlaskowski\My Documents\NetBeansProjects\MyEJB\dist\MyEJB.jar)
        Ejb(ejb-name=NewSessionBean, id=NewSessionBean)
            Jndi(name=NewSessionBeanLocal)



jlaskowski@dev /cygdrive/c/oss/openejb3/assembly/openejb-standalone/openejb-3.0.0-SNAPSHOT
$ ./bin/openejb deploy "C:\Documents and Settings\jlaskowski\My Documents\NetBeansProjects\MyEJB\dist\MyEJB.jar"
Application already deployed at "C:\oss\openejb3\assembly\openejb-standalone\openejb-3.0.0-SNAPSHOT\apps\MyEJB.jar"


I think it's again Dave you made it and hence he's assigned to it (reassign if you think otherwise).

> 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
>    Affects Versions: 3.0-beta-1
>            Reporter: karan singh malhi
>            Assignee: David Blevins
>             Fix For: 3.0-beta-2
>
>
> 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.