+

Search Tips   |   Advanced Search

Embeddable EJB container functions

According to the EJB 3.1 specification, all embeddable EJB containers that vendors use must at least implement the EJB Lite subset of EJB functionality. The application server also contains additional features that support the EJB Lite subset. Refer to the EJB 3.1 specification for more information.

Container-managed authentication is only supported with the default container-managed authentication alias. For data sources, the user ID and password fields of the Java EE data source resource, or the embeddable properties data source, are used as the default container-managed authentication alias.


EJB Lite includes:

Avoid trouble: RESTRICTION: The embeddable container does not support the use of Contexts and Dependency Injection (CDI). gotcha


The WebSphere embeddable container provides the following additional functions:


Related tasks

  • Use bean validation in the product