jcscoobyrs 2005/10/07 17:14:09
Added: modules/core/src/META-INF/org.openejb.cli deploy stop
validate start
Log:
Added all files for new launching mechanism. It works properly, which I'll
document in the Wiki, but OpenEJB works as-is like it did before.
Revision Changes Path
1.1 openejb1/modules/core/src/META-INF/org.openejb.cli/deploy
Index: deploy
===================================================================
main.class = org.openejb.alt.config.Deploy
name = deploy
description = Deploy an ejb jar into OpenEJB.
1.1 openejb1/modules/core/src/META-INF/org.openejb.cli/stop
Index: stop
===================================================================
main.class = org.openejb.server.Stop
name = stop
description = Stop the OpenEJB Remote Server.
1.1
openejb1/modules/core/src/META-INF/org.openejb.cli/validate
Index: validate
===================================================================
main.class = org.openejb.alt.config.EjbValidator
name = validate
description = Validate an ejb jar
1.1 openejb1/modules/core/src/META-INF/org.openejb.cli/start
Index: start
===================================================================
main.class = org.openejb.server.Main
name = start
description = Start the OpenEJB Remote Server for accessing beans in
client/server mode.