Custom class lists for EJB components

When you deploy EJB components, classes from the EJB-JAR file are expanded in one of these locations:

EAServer generates the component’s stub and skeleton classes in the same location.

A Java component’s implementation class and stub classes are automatically part of the custom class list for the component. Add the following additional classes to the custom list:

Deploy component-specific JAR files in an EAServer subdirectory, such as java/classes, and add them to the custom class list.

To configure the custom list, follow the instructions in “Configuring custom class loaders”.