Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

An Enterprise JavaBeans(EJB) container is used to provide a run-time environment for enterprise beans within the application server. The container handles operation of EJBs and also act as an intermediary between business logic layer and the rest of the Java EE environment.

In Geronimo, OpenEJB is included as a plugin to manage EJBs.

in In Geronimo you only have a single container each for Stateless and Stateful Session session beans and in openejb(EJB provider in geronimo) OpenEJB the pool size is set per container. You can set only a pool size for all stateless beans and another for all stateful beans.

To configure the default properties of each container, you can do it either from Console or by editing the config.xml file manually. The only difference is that you must stop the server first if you choose to update config.xml manually; but by while using the Console, you can restart openEJB OpenEJB module on-the-fly.

Table of Contents

...