Changing enterprise bean types to initialize at application start time using the administrative console
All Enterprise JavaBeans (EJB) types within a server can be forced to initialize at application start time by setting a system property within the administrative console.
About this task
If the value of this property is set to true, then all beans within the server are initialized at each application's start time.
However, by default, the product's EJB container delays the initialization (loading of classes and processing of deployment descriptor metadata) of most EJB types until they are needed during run time. This delay helps to speed up the application start time.