I have enterprise project(ear) with web module and MDB, when web module starts(servlet loading), I call MDB to access the Data access EJB to retrieve startup reference data.
Problem now is that the MDB is not running when web module is starting up. So the MDB can’t pickup the message to access data access ejb, if I have a stand along MDB to start up first, it works fine, but I want to bundle them together.
Help !