Hi all,
I am new to openejb. I just checked out code from the CVS (The Apache-geronimo version) , built it using maven . The build was successful. Though when i try the deloy command
It's code-named "openejb2".
...bin/openejb deploy -help
I get the following exception: Exception in thread "main" java.lang.NoClassDefFoundError: org/openejb/alt/config/Deploy
Can anyone tell me what i ought to do, to get the delpoy command working?
This is because not every feature found in openejb1 (note it's the pre-1.0 branch) has migrated to openejb2.
Also, the deployment has changed and if you're using openejb2 you'll need to use Geronimo's deployer, it's in bin/deploy.jar when you build Geronimo. See more info at http://wiki.apache.org/geronimo/Deployment.
Rajesh Ravindran
Best, Jacek
