Eager / auto loading of EJB / load EJB on startup (on JBoss)
Posted
by Bozho
on Stack Overflow
See other posts from Stack Overflow
or by Bozho
Published on 2010-04-25T09:11:44Z
Indexed on
2010/04/25
9:13 UTC
Read the original article
Hit count: 501
EJBs seem to be loaded lazily - whenever accessed.
However, I want to initialize them eagerly - i.e. whenever the container starts-up. How is this achieved (in JBoss in particular)
This topic gives some hints, but isn't quite satisfactory.
© Stack Overflow or respective owner