You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2007/12/29 01:08:43 UTC

[jira] Closed: (OPENEJB-697) InvocationTargetException upon deploying already-deployed ejb-jar

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

David Blevins closed OPENEJB-697.
---------------------------------

    Resolution: Fixed

This appears to be fixed.  My revision is 607172.  Not sure when it was fixed.

> InvocationTargetException upon deploying already-deployed ejb-jar
> -----------------------------------------------------------------
>
>                 Key: OPENEJB-697
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-697
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 3.0-beta-1
>            Reporter: Jacek Laskowski
>             Fix For: 3.0-beta-2
>
>
> jlaskowski@dev /cygdrive/c/openejb-3.0-beta-1
> $ ./bin/openejb deploy simple-calculator-stateless-3.0-beta-1.jar
> Application already deployed at "C:\openejb-3.0-beta-1\apps\simple-calculator-stateless-3.0-beta-1.jar"
> 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:217)
>         ... 6 more

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