On May 23, 2009, at 4:08 PM, siegfried wrote:
I can deploy just fine now -- at leaset with the hello world example. To undeploy, however, I have to stop the server and delete the jar file manually which is tedious!
When you run the deploy command it should print out the module Id of the app. That's the name you use when undeploying.
For an app called "hello.jar" the module ID will be "hello". Give 'openejb undeploy hello' a try.
-David
