Versions Compared

Key

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

...

Note, this only works when using the LocalInitialContextFactory to embed OpenEJB into the vm. Once embedded, further configuration properties are ignored.

Containers can also be declared. The most useful is to declare a Stateful SessionBean container so that it's guaranteed to passivate and activate on each call to the bean, allowing you to test your callbacks behave as you need them to.

...

See Containers and Resources for a full list of supported Resource types and their properties.