 | Command-line tool for deploying, starting, testing, and getting help |
 | New configuration similar to the Apache httpd.conf style. The openejb.conf contains the information about your container system. |
 | A default configuration is packed in the jar. If we can't find yours, the container system can still start |
 | OpenEJB services are now packaged in jars and deployed in the openejb.conf file. |
 | Deployed EJBs are loaded using the ejb-jar.xml and openejb-jar.xml in the bean's jar file. No need to edit your openejb.conf file |
 | Deployment directories. Specify a dir where your deployed jars will be loaded, then just throw 'em in |
 | Basic ejb-jar.xml validation using XSD with regular expressions |
 | Advanced EJB validation using extendible framework. |
 | The entire configuration is validated, any problems will be reported with very precise error messages and enough detail to fix the problem. |
 | New modular build system |
 | Fixed major bug in IntraVM serialization that severely affected the container-server contract. |
 | Complete rewrite of Transaction Handling, several bugs fixed |
 | Rewrite of Exception Handling, now much more spec compliant |
 | Logging with log4j |
 | Remote server for running OpenEJB stand-alone |
 | CORBA adapter for plugging OpenEJB into OpenORB |